From 0d42031a7ecea8f3925b37d8766a602cbb709826 Mon Sep 17 00:00:00 2001 From: hawk86104 Date: Tue, 5 Mar 2024 19:00:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8=20=20GitHub=20Copilot=20=20?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E9=83=A8=E5=88=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .eslintrc.js | 12 +++++++++- .prettierrc.js | 2 +- package.json | 5 +++-- .../pages/materials/clippingMaterial.vue | 14 ++++++------ .../components/rayMarchingMaterial.vue | 22 +++++++++---------- .../pages/rayMarchingVIew.vue | 16 +++++--------- src/plugins/simpleGIS/pages/jiangSuMap.vue | 12 ++++++---- src/plugins/simpleGIS/pages/mapBuildings.vue | 10 ++++++++- src/plugins/simpleGIS/pages/tileMap.vue | 5 ++--- tsconfig.json | 2 +- 10 files changed, 59 insertions(+), 41 deletions(-) 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 @@ +