diff --git a/.eslintrc.js b/.eslintrc.js index a9a36fbf..d9949c07 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -1,3 +1,11 @@ +/* + * @Description: + * @Version: 1.668 + * @Autor: 地虎降天龙 + * @Date: 2023-10-16 10:53:09 + * @LastEditors: 地虎降天龙 + * @LastEditTime: 2024-03-05 18:51:52 + */ module.exports = { extends: ['@webank/eslint-config-webank/vue.js'], overrides: [ @@ -24,7 +32,9 @@ module.exports = { 'prettier/prettier': 'off', "vue/space-unary-ops": "off", "vue/comma-dangle": "off", - "no-debugger": "off" + "no-debugger": "off", + // "semi": "off", + // "init-declarations": "off", // "space-unary-ops": "off", // 'import/no-unresolved': [ // 2, diff --git a/.prettierrc.js b/.prettierrc.js index a1cb9fd1..02f13daa 100644 --- a/.prettierrc.js +++ b/.prettierrc.js @@ -1,3 +1,3 @@ module.exports = { - ...require("@webank/eslint-config-webank/.prettierrc.js"), + ...require("@webank/eslint-config-webank/.prettierrc.js") }; \ No newline at end of file diff --git a/package.json b/package.json index 31569cfa..0ceb571f 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "access": "public" }, "devDependencies": { + "@tweakpane/core": "^2.0.3", "@types/mapbox__tilebelt": "^1.0.4", "@types/offscreencanvas": "^2019.7.3", "@types/three": "0.161.1", "@webank/eslint-config-webank": "1.3.1", - "cross-env": "^7.0.3", - "tweakpane": "4.0.3" + "cross-env": "^7.0.3" }, "dependencies": { "3d-tiles-renderer": "^0.3.25", @@ -56,6 +56,7 @@ "three-mesh-bvh": "0.7.1", "three-subdivide": "^1.1.5", "tilebelt-wgs84": "^1.0.4", + "tweakpane": "4.0.3", "unocss": "0.58.4", "vanta": "^0.5.24", "vue": "3.4.15" diff --git a/src/plugins/basic/pages/materials/clippingMaterial.vue b/src/plugins/basic/pages/materials/clippingMaterial.vue index 0279a5a1..43e4749b 100644 --- a/src/plugins/basic/pages/materials/clippingMaterial.vue +++ b/src/plugins/basic/pages/materials/clippingMaterial.vue @@ -4,7 +4,7 @@ * @Autor: 地虎降天龙 * @Date: 2024-01-05 09:23:48 * @LastEditors: 地虎降天龙 - * @LastEditTime: 2024-01-06 09:14:24 + * @LastEditTime: 2024-03-05 18:51:05 --> diff --git a/src/plugins/simpleGIS/pages/jiangSuMap.vue b/src/plugins/simpleGIS/pages/jiangSuMap.vue index 6cb4716d..13de834e 100644 --- a/src/plugins/simpleGIS/pages/jiangSuMap.vue +++ b/src/plugins/simpleGIS/pages/jiangSuMap.vue @@ -1,3 +1,11 @@ +