From aacd168450865285c761c21410d274f3bffff788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= Date: Thu, 3 Apr 2025 13:32:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=9B=B4=E6=96=B0=E5=9C=B0?= =?UTF-8?q?=E9=9D=A2=E7=AB=99=E5=92=8C=E5=8D=AB=E6=98=9F=E7=8A=B6=E6=80=81?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=EF=BC=8C=E4=BC=98=E5=8C=96=E7=B1=BB=E5=9E=8B?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E5=92=8C=E5=B1=9E=E6=80=A7=E7=BB=93=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- eslint.config.ts | 1 + .../h-cesium-viewer/h-cesium-viewer.vue | 8 ++--- .../useHCesiumManager.types.ts | 6 ++-- src/pages/cesium-viewer.page.vue | 30 +++++++++---------- 4 files changed, 23 insertions(+), 22 deletions(-) diff --git a/eslint.config.ts b/eslint.config.ts index e000695..a0e69dc 100644 --- a/eslint.config.ts +++ b/eslint.config.ts @@ -83,6 +83,7 @@ export default defineConfigWithVueTs( { rules: { 'perfectionist/sort-classes': 'off', + "perfectionist/sort-interfaces": 'off', 'perfectionist/sort-objects': 'off', 'perfectionist/sort-imports': ['error'], 'perfectionist/sort-modules':'off' diff --git a/src/components/h-cesium-viewer/h-cesium-viewer.vue b/src/components/h-cesium-viewer/h-cesium-viewer.vue index 765a9ed..064f008 100644 --- a/src/components/h-cesium-viewer/h-cesium-viewer.vue +++ b/src/components/h-cesium-viewer/h-cesium-viewer.vue @@ -1,5 +1,5 @@