Michael Wang vor 3 Jahren
Ursprung
Commit
3f6c025035
4 geänderte Dateien mit 79 neuen und 169 gelöschten Zeilen
  1. 0 52
      auto-imports.d.ts
  2. 7 7
      package.json
  3. 72 96
      pnpm-lock.yaml
  4. 0 14
      vite.config.ts

+ 0 - 52
auto-imports.d.ts

@@ -1,52 +0,0 @@
-// Generated by 'unplugin-auto-import'
-// We suggest you to commit this file into source control
-declare global {
-  const computed: typeof import('vue')['computed']
-  const createApp: typeof import('vue')['createApp']
-  const customRef: typeof import('vue')['customRef']
-  const defineAsyncComponent: typeof import('vue')['defineAsyncComponent']
-  const defineComponent: typeof import('vue')['defineComponent']
-  const effectScope: typeof import('vue')['effectScope']
-  const EffectScope: typeof import('vue')['EffectScope']
-  const getCurrentInstance: typeof import('vue')['getCurrentInstance']
-  const getCurrentScope: typeof import('vue')['getCurrentScope']
-  const h: typeof import('vue')['h']
-  const inject: typeof import('vue')['inject']
-  const isReadonly: typeof import('vue')['isReadonly']
-  const isRef: typeof import('vue')['isRef']
-  const markRaw: typeof import('vue')['markRaw']
-  const nextTick: typeof import('vue')['nextTick']
-  const onActivated: typeof import('vue')['onActivated']
-  const onBeforeMount: typeof import('vue')['onBeforeMount']
-  const onBeforeUnmount: typeof import('vue')['onBeforeUnmount']
-  const onBeforeUpdate: typeof import('vue')['onBeforeUpdate']
-  const onDeactivated: typeof import('vue')['onDeactivated']
-  const onErrorCaptured: typeof import('vue')['onErrorCaptured']
-  const onMounted: typeof import('vue')['onMounted']
-  const onRenderTracked: typeof import('vue')['onRenderTracked']
-  const onRenderTriggered: typeof import('vue')['onRenderTriggered']
-  const onScopeDispose: typeof import('vue')['onScopeDispose']
-  const onServerPrefetch: typeof import('vue')['onServerPrefetch']
-  const onUnmounted: typeof import('vue')['onUnmounted']
-  const onUpdated: typeof import('vue')['onUpdated']
-  const provide: typeof import('vue')['provide']
-  const reactive: typeof import('vue')['reactive']
-  const readonly: typeof import('vue')['readonly']
-  const ref: typeof import('vue')['ref']
-  const shallowReactive: typeof import('vue')['shallowReactive']
-  const shallowReadonly: typeof import('vue')['shallowReadonly']
-  const shallowRef: typeof import('vue')['shallowRef']
-  const toRaw: typeof import('vue')['toRaw']
-  const toRef: typeof import('vue')['toRef']
-  const toRefs: typeof import('vue')['toRefs']
-  const triggerRef: typeof import('vue')['triggerRef']
-  const unref: typeof import('vue')['unref']
-  const useAttrs: typeof import('vue')['useAttrs']
-  const useCssModule: typeof import('vue')['useCssModule']
-  const useRoute: typeof import('vue-router')['useRoute']
-  const useRouter: typeof import('vue-router')['useRouter']
-  const useSlots: typeof import('vue')['useSlots']
-  const watch: typeof import('vue')['watch']
-  const watchEffect: typeof import('vue')['watchEffect']
-}
-export {}

+ 7 - 7
package.json

@@ -28,7 +28,7 @@
     "moment": "^2.29.1",
     "pinia": "^2.0.6",
     "qs": "^6.10.1",
-    "tailwindcss": "^3.0.1",
+    "tailwindcss": "^3.0.2",
     "ua-parser-js": "^1.0.2",
     "vue": "^3.2.26",
     "vue-echarts": "^6.0.0",
@@ -42,19 +42,19 @@
     "@types/node": "^16.11.11",
     "@types/qs": "^6.9.7",
     "@types/ua-parser-js": "^0.7.36",
-    "@typescript-eslint/eslint-plugin": "^5.6.0",
-    "@typescript-eslint/parser": "^5.6.0",
+    "@typescript-eslint/eslint-plugin": "^5.7.0",
+    "@typescript-eslint/parser": "^5.7.0",
     "@vitejs/plugin-vue": "^2.0.0",
+    "@vue/compiler-sfc": "^3.2.26",
     "@vue/runtime-core": "^3.2.26",
     "autoprefixer": "^10.4.0",
     "eslint": "^8.4.1",
     "eslint-config-prettier": "^8.3.0",
     "eslint-plugin-vue": "^8.2.0",
     "postcss": "^8.4.5",
-    "typescript": "^4.5.3",
-    "unplugin-auto-import": "^0.4.10",
-    "unplugin-vue-components": "^0.17.8",
-    "vite": "^2.7.1",
+    "typescript": "^4.5.4",
+    "unplugin-vue-components": "^0.17.9",
+    "vite": "^2.7.2",
     "vue-eslint-parser": "^8.0.1",
     "vue-tsc": "^0.29.8"
   }

+ 72 - 96
pnpm-lock.yaml

@@ -8,9 +8,10 @@ specifiers:
   '@types/node': ^16.11.11
   '@types/qs': ^6.9.7
   '@types/ua-parser-js': ^0.7.36
-  '@typescript-eslint/eslint-plugin': ^5.6.0
-  '@typescript-eslint/parser': ^5.6.0
+  '@typescript-eslint/eslint-plugin': ^5.7.0
+  '@typescript-eslint/parser': ^5.7.0
   '@vitejs/plugin-vue': ^2.0.0
+  '@vue/compiler-sfc': ^3.2.26
   '@vue/runtime-core': ^3.2.26
   '@vueuse/core': ^7.3.0
   '@vueuse/router': ^7.3.0
@@ -32,12 +33,11 @@ specifiers:
   pinia: ^2.0.6
   postcss: ^8.4.5
   qs: ^6.10.1
-  tailwindcss: ^3.0.1
-  typescript: ^4.5.3
+  tailwindcss: ^3.0.2
+  typescript: ^4.5.4
   ua-parser-js: ^1.0.2
-  unplugin-auto-import: ^0.4.10
-  unplugin-vue-components: ^0.17.8
-  vite: ^2.7.1
+  unplugin-vue-components: ^0.17.9
+  vite: ^2.7.2
   vue: ^3.2.26
   vue-echarts: ^6.0.0
   vue-eslint-parser: ^8.0.1
@@ -47,7 +47,7 @@ specifiers:
 dependencies:
   '@vueuse/core': 7.3.0_vue@3.2.26
   '@vueuse/router': 7.3.0_vue-router@4.0.10+vue@3.2.26
-  ant-design-vue: 2.2.8_vue@3.2.26
+  ant-design-vue: 2.2.8_ae87cbba5ec93a01f3fe1197df446ca3
   axios: 0.24.0
   axios-progress-bar: 1.2.0_axios@0.24.0
   axios-retry: 3.2.4
@@ -58,9 +58,9 @@ dependencies:
   lodash-es: 4.17.21
   mitt: 3.0.0
   moment: 2.29.1
-  pinia: 2.0.6_typescript@4.5.3+vue@3.2.26
+  pinia: 2.0.6_typescript@4.5.4+vue@3.2.26
   qs: 6.10.2
-  tailwindcss: 3.0.1_16a290f6d0e3717bf6d2667234aebd30
+  tailwindcss: 3.0.2_16a290f6d0e3717bf6d2667234aebd30
   ua-parser-js: 1.0.2
   vue: 3.2.26
   vue-echarts: 6.0.0_echarts@5.2.2+vue@3.2.26
@@ -74,21 +74,21 @@ devDependencies:
   '@types/node': 16.11.12
   '@types/qs': 6.9.7
   '@types/ua-parser-js': 0.7.36
-  '@typescript-eslint/eslint-plugin': 5.6.0_0d0cecf582ba45923647a091322795b0
-  '@typescript-eslint/parser': 5.6.0_eslint@8.4.1+typescript@4.5.3
-  '@vitejs/plugin-vue': 2.0.0_vite@2.7.1+vue@3.2.26
+  '@typescript-eslint/eslint-plugin': 5.7.0_915acdfead96f701b1277a1a723fc8d4
+  '@typescript-eslint/parser': 5.7.0_eslint@8.4.1+typescript@4.5.4
+  '@vitejs/plugin-vue': 2.0.0_vite@2.7.2+vue@3.2.26
+  '@vue/compiler-sfc': 3.2.26
   '@vue/runtime-core': 3.2.26
   autoprefixer: 10.4.0_postcss@8.4.5
   eslint: 8.4.1
   eslint-config-prettier: 8.3.0_eslint@8.4.1
   eslint-plugin-vue: 8.2.0_eslint@8.4.1
   postcss: 8.4.5
-  typescript: 4.5.3
-  unplugin-auto-import: 0.4.20_@vueuse+core@7.3.0+vite@2.7.1
-  unplugin-vue-components: 0.17.8_vite@2.7.1+vue@3.2.26
-  vite: 2.7.1
+  typescript: 4.5.4
+  unplugin-vue-components: 0.17.9_vite@2.7.2+vue@3.2.26
+  vite: 2.7.2
   vue-eslint-parser: 8.0.1_eslint@8.4.1
-  vue-tsc: 0.29.8_typescript@4.5.3
+  vue-tsc: 0.29.8_typescript@4.5.4
 
 packages:
 
@@ -291,8 +291,8 @@ packages:
     resolution: {integrity: sha1-m9C0fya1oxUb4hukzp9fpFfF8ZA=, tarball: '@types/ua-parser-js/download/@types/ua-parser-js-0.7.36.tgz'}
     dev: true
 
-  /@typescript-eslint/eslint-plugin/5.6.0_0d0cecf582ba45923647a091322795b0:
-    resolution: {integrity: sha512-MIbeMy5qfLqtgs1hWd088k1hOuRsN9JrHUPwVVKCD99EOUqScd7SrwoZl4Gso05EAP9w1kvLWUVGJOVpRPkDPA==, tarball: '@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-5.6.0.tgz'}
+  /@typescript-eslint/eslint-plugin/5.7.0_915acdfead96f701b1277a1a723fc8d4:
+    resolution: {integrity: sha512-8RTGBpNn5a9M628wBPrCbJ+v3YTEOE2qeZb7TDkGKTDXSj36KGRg92SpFFaR/0S3rSXQxM0Og/kV9EyadsYSBg==, tarball: '@typescript-eslint/eslint-plugin/download/@typescript-eslint/eslint-plugin-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     peerDependencies:
       '@typescript-eslint/parser': ^5.0.0
@@ -302,31 +302,31 @@ packages:
       typescript:
         optional: true
     dependencies:
-      '@typescript-eslint/experimental-utils': 5.6.0_eslint@8.4.1+typescript@4.5.3
-      '@typescript-eslint/parser': 5.6.0_eslint@8.4.1+typescript@4.5.3
-      '@typescript-eslint/scope-manager': 5.6.0
+      '@typescript-eslint/experimental-utils': 5.7.0_eslint@8.4.1+typescript@4.5.4
+      '@typescript-eslint/parser': 5.7.0_eslint@8.4.1+typescript@4.5.4
+      '@typescript-eslint/scope-manager': 5.7.0
       debug: 4.3.3
       eslint: 8.4.1
       functional-red-black-tree: 1.0.1
       ignore: 5.1.9
       regexpp: 3.2.0
       semver: 7.3.5
-      tsutils: 3.21.0_typescript@4.5.3
-      typescript: 4.5.3
+      tsutils: 3.21.0_typescript@4.5.4
+      typescript: 4.5.4
     transitivePeerDependencies:
       - supports-color
     dev: true
 
-  /@typescript-eslint/experimental-utils/5.6.0_eslint@8.4.1+typescript@4.5.3:
-    resolution: {integrity: sha512-VDoRf3Qj7+W3sS/ZBXZh3LBzp0snDLEgvp6qj0vOAIiAPM07bd5ojQ3CTzF/QFl5AKh7Bh1ycgj6lFBJHUt/DA==, tarball: '@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-5.6.0.tgz'}
+  /@typescript-eslint/experimental-utils/5.7.0_eslint@8.4.1+typescript@4.5.4:
+    resolution: {integrity: sha512-u57eZ5FbEpzN5kSjmVrSesovWslH2ZyNPnaXQMXWgH57d5+EVHEt76W75vVuI9qKZ5BMDKNfRN+pxcPEjQjb2A==, tarball: '@typescript-eslint/experimental-utils/download/@typescript-eslint/experimental-utils-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     peerDependencies:
       eslint: '*'
     dependencies:
       '@types/json-schema': 7.0.9
-      '@typescript-eslint/scope-manager': 5.6.0
-      '@typescript-eslint/types': 5.6.0
-      '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.3
+      '@typescript-eslint/scope-manager': 5.7.0
+      '@typescript-eslint/types': 5.7.0
+      '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4
       eslint: 8.4.1
       eslint-scope: 5.1.1
       eslint-utils: 3.0.0_eslint@8.4.1
@@ -335,8 +335,8 @@ packages:
       - typescript
     dev: true
 
-  /@typescript-eslint/parser/5.6.0_eslint@8.4.1+typescript@4.5.3:
-    resolution: {integrity: sha512-YVK49NgdUPQ8SpCZaOpiq1kLkYRPMv9U5gcMrywzI8brtwZjr/tG3sZpuHyODt76W/A0SufNjYt9ZOgrC4tLIQ==, tarball: '@typescript-eslint/parser/download/@typescript-eslint/parser-5.6.0.tgz'}
+  /@typescript-eslint/parser/5.7.0_eslint@8.4.1+typescript@4.5.4:
+    resolution: {integrity: sha512-m/gWCCcS4jXw6vkrPQ1BjZ1vomP01PArgzvauBqzsoZ3urLbsRChexB8/YV8z9HwE3qlJM35FxfKZ1nfP/4x8g==, tarball: '@typescript-eslint/parser/download/@typescript-eslint/parser-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     peerDependencies:
       eslint: ^6.0.0 || ^7.0.0 || ^8.0.0
@@ -345,31 +345,31 @@ packages:
       typescript:
         optional: true
     dependencies:
-      '@typescript-eslint/scope-manager': 5.6.0
-      '@typescript-eslint/types': 5.6.0
-      '@typescript-eslint/typescript-estree': 5.6.0_typescript@4.5.3
+      '@typescript-eslint/scope-manager': 5.7.0
+      '@typescript-eslint/types': 5.7.0
+      '@typescript-eslint/typescript-estree': 5.7.0_typescript@4.5.4
       debug: 4.3.3
       eslint: 8.4.1
-      typescript: 4.5.3
+      typescript: 4.5.4
     transitivePeerDependencies:
       - supports-color
     dev: true
 
-  /@typescript-eslint/scope-manager/5.6.0:
-    resolution: {integrity: sha512-1U1G77Hw2jsGWVsO2w6eVCbOg0HZ5WxL/cozVSTfqnL/eB9muhb8THsP0G3w+BB5xAHv9KptwdfYFAUfzcIh4A==, tarball: '@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-5.6.0.tgz'}
+  /@typescript-eslint/scope-manager/5.7.0:
+    resolution: {integrity: sha512-7mxR520DGq5F7sSSgM0HSSMJ+TFUymOeFRMfUfGFAVBv8BR+Jv1vHgAouYUvWRZeszVBJlLcc9fDdktxb5kmxA==, tarball: '@typescript-eslint/scope-manager/download/@typescript-eslint/scope-manager-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     dependencies:
-      '@typescript-eslint/types': 5.6.0
-      '@typescript-eslint/visitor-keys': 5.6.0
+      '@typescript-eslint/types': 5.7.0
+      '@typescript-eslint/visitor-keys': 5.7.0
     dev: true
 
-  /@typescript-eslint/types/5.6.0:
-    resolution: {integrity: sha512-OIZffked7mXv4mXzWU5MgAEbCf9ecNJBKi+Si6/I9PpTaj+cf2x58h2oHW5/P/yTnPkKaayfjhLvx+crnl5ubA==, tarball: '@typescript-eslint/types/download/@typescript-eslint/types-5.6.0.tgz'}
+  /@typescript-eslint/types/5.7.0:
+    resolution: {integrity: sha512-5AeYIF5p2kAneIpnLFve8g50VyAjq7udM7ApZZ9JYjdPjkz0LvODfuSHIDUVnIuUoxafoWzpFyU7Sqbxgi79mA==, tarball: '@typescript-eslint/types/download/@typescript-eslint/types-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     dev: true
 
-  /@typescript-eslint/typescript-estree/5.6.0_typescript@4.5.3:
-    resolution: {integrity: sha512-92vK5tQaE81rK7fOmuWMrSQtK1IMonESR+RJR2Tlc7w4o0MeEdjgidY/uO2Gobh7z4Q1hhS94Cr7r021fMVEeA==, tarball: '@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-5.6.0.tgz'}
+  /@typescript-eslint/typescript-estree/5.7.0_typescript@4.5.4:
+    resolution: {integrity: sha512-aO1Ql+izMrTnPj5aFFlEJkpD4jRqC4Gwhygu2oHK2wfVQpmOPbyDSveJ+r/NQo+PWV43M6uEAeLVbTi09dFLhg==, tarball: '@typescript-eslint/typescript-estree/download/@typescript-eslint/typescript-estree-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     peerDependencies:
       typescript: '*'
@@ -377,34 +377,34 @@ packages:
       typescript:
         optional: true
     dependencies:
-      '@typescript-eslint/types': 5.6.0
-      '@typescript-eslint/visitor-keys': 5.6.0
+      '@typescript-eslint/types': 5.7.0
+      '@typescript-eslint/visitor-keys': 5.7.0
       debug: 4.3.3
       globby: 11.0.4
       is-glob: 4.0.3
       semver: 7.3.5
-      tsutils: 3.21.0_typescript@4.5.3
-      typescript: 4.5.3
+      tsutils: 3.21.0_typescript@4.5.4
+      typescript: 4.5.4
     transitivePeerDependencies:
       - supports-color
     dev: true
 
-  /@typescript-eslint/visitor-keys/5.6.0:
-    resolution: {integrity: sha512-1p7hDp5cpRFUyE3+lvA74egs+RWSgumrBpzBCDzfTFv0aQ7lIeay80yU0hIxgAhwQ6PcasW35kaOCyDOv6O/Ng==, tarball: '@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-5.6.0.tgz'}
+  /@typescript-eslint/visitor-keys/5.7.0:
+    resolution: {integrity: sha512-hdohahZ4lTFcglZSJ3DGdzxQHBSxsLVqHzkiOmKi7xVAWC4y2c1bIMKmPJSrA4aOEoRUPOKQ87Y/taC7yVHpFg==, tarball: '@typescript-eslint/visitor-keys/download/@typescript-eslint/visitor-keys-5.7.0.tgz'}
     engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
     dependencies:
-      '@typescript-eslint/types': 5.6.0
+      '@typescript-eslint/types': 5.7.0
       eslint-visitor-keys: 3.1.0
     dev: true
 
-  /@vitejs/plugin-vue/2.0.0_vite@2.7.1+vue@3.2.26:
+  /@vitejs/plugin-vue/2.0.0_vite@2.7.2+vue@3.2.26:
     resolution: {integrity: sha512-4Xn1h9OcaAf7KYrvz2oEi52fCCCLcCzyr3pDOrzYTWrs0DrzNOXt9fT5IiGb1f/uoNTdX3aAkXVGNXrGkzF/zw==, tarball: '@vitejs/plugin-vue/download/@vitejs/plugin-vue-2.0.0.tgz'}
     engines: {node: '>=12.0.0'}
     peerDependencies:
       vite: ^2.5.10
       vue: ^3.2.25
     dependencies:
-      vite: 2.7.1
+      vite: 2.7.2
       vue: 3.2.26
     dev: true
 
@@ -495,14 +495,12 @@ packages:
       magic-string: 0.25.7
       postcss: 8.4.5
       source-map: 0.6.1
-    dev: false
 
   /@vue/compiler-ssr/3.2.26:
     resolution: {integrity: sha512-2mywLX0ODc4Zn8qBoA2PDCsLEZfpUGZcyoFRLSOjyGGK6wDy2/5kyDOWtf0S0UvtoyVq95OTSGIALjZ4k2q/ag==, tarball: '@vue/compiler-ssr/download/@vue/compiler-ssr-3.2.26.tgz'}
     dependencies:
       '@vue/compiler-dom': 3.2.26
       '@vue/shared': 3.2.26
-    dev: false
 
   /@vue/devtools-api/6.0.0-beta.20.1:
     resolution: {integrity: sha512-R2rfiRY+kZugzWh9ZyITaovx+jpU4vgivAEAiz80kvh3yviiTU3CBuGuyWpSwGz9/C7TkSWVM/FtQRGlZ16n8Q==, tarball: '@vue/devtools-api/download/@vue/devtools-api-6.0.0-beta.20.1.tgz'}
@@ -516,7 +514,6 @@ packages:
       '@vue/shared': 3.2.26
       estree-walker: 2.0.2
       magic-string: 0.25.7
-    dev: false
 
   /@vue/reactivity/3.2.26:
     resolution: {integrity: sha512-h38bxCZLW6oFJVDlCcAiUKFnXI8xP8d+eO0pcDxx+7dQfSPje2AO6M9S9QO6MrxQB7fGP0DH0dYQ8ksf6hrXKQ==, tarball: '@vue/reactivity/download/@vue/reactivity-3.2.26.tgz'}
@@ -658,7 +655,7 @@ packages:
     dependencies:
       color-convert: 2.0.1
 
-  /ant-design-vue/2.2.8_vue@3.2.26:
+  /ant-design-vue/2.2.8_ae87cbba5ec93a01f3fe1197df446ca3:
     resolution: {integrity: sha1-+ofPaELY7poNivOT/0CZ7MQHLys=, tarball: ant-design-vue/download/ant-design-vue-2.2.8.tgz}
     peerDependencies:
       '@vue/compiler-sfc': '>=3.1.0'
@@ -667,6 +664,7 @@ packages:
       '@ant-design/icons-vue': 6.0.1_vue@3.2.26
       '@babel/runtime': 7.16.3
       '@simonwep/pickr': 1.8.2
+      '@vue/compiler-sfc': 3.2.26
       array-tree-filter: 2.1.0
       async-validator: 3.5.2
       dom-align: 1.12.2
@@ -1913,7 +1911,7 @@ packages:
     resolution: {integrity: sha1-8fBh3o9qS/AiiS4tEoI0+5gwKXI=, tarball: picomatch/download/picomatch-2.3.0.tgz}
     engines: {node: '>=8.6'}
 
-  /pinia/2.0.6_typescript@4.5.3+vue@3.2.26:
+  /pinia/2.0.6_typescript@4.5.4+vue@3.2.26:
     resolution: {integrity: sha512-01mP4+KapIcTNSYLhQESy6GW0N8vY5wX3UqOwkC87e7DPjEusNJ8bENrKqdvZaRHbB2rDMOONeAbwMa3+n1/rw==, tarball: pinia/download/pinia-2.0.6.tgz}
     peerDependencies:
       '@vue/composition-api': ^1.4.0
@@ -1926,7 +1924,7 @@ packages:
         optional: true
     dependencies:
       '@vue/devtools-api': 6.0.0-beta.20.1
-      typescript: 4.5.3
+      typescript: 4.5.4
       vue: 3.2.26
       vue-demi: 0.12.1_vue@3.2.26
     dev: false
@@ -2253,8 +2251,8 @@ packages:
     dependencies:
       has-flag: 4.0.0
 
-  /tailwindcss/3.0.1_16a290f6d0e3717bf6d2667234aebd30:
-    resolution: {integrity: sha512-EVDXVZkcueZ77/zfOJw7XkzCuxe5TCiT/S9pw9P183oRzSuwMZ7WO+W/L76jbJQA5qxGeUBJOVOLVBuAUfeZ3g==, tarball: tailwindcss/download/tailwindcss-3.0.1.tgz}
+  /tailwindcss/3.0.2_16a290f6d0e3717bf6d2667234aebd30:
+    resolution: {integrity: sha512-i1KpjYnGYftjzdAth6jA5iMPjhxpUkk5L6DafhfnQs+KiiWaThYxmk47Weh4oFH1mZqP6MuiQNHxtoRVPOraLg==, tarball: tailwindcss/download/tailwindcss-3.0.2.tgz}
     engines: {node: '>=12.13.0'}
     hasBin: true
     peerDependencies:
@@ -2322,14 +2320,14 @@ packages:
     resolution: {integrity: sha1-gDuM2rPhK6WBpMpByIObuw2ssJ4=, tarball: tslib/download/tslib-2.3.0.tgz}
     dev: false
 
-  /tsutils/3.21.0_typescript@4.5.3:
+  /tsutils/3.21.0_typescript@4.5.4:
     resolution: {integrity: sha1-tIcX05TOpsHglpg+7Vjp1hcVtiM=, tarball: tsutils/download/tsutils-3.21.0.tgz}
     engines: {node: '>= 6'}
     peerDependencies:
       typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta'
     dependencies:
       tslib: 1.14.1
-      typescript: 4.5.3
+      typescript: 4.5.4
     dev: true
 
   /type-check/0.4.0:
@@ -2344,8 +2342,8 @@ packages:
     engines: {node: '>=10'}
     dev: true
 
-  /typescript/4.5.3:
-    resolution: {integrity: sha512-eVYaEHALSt+s9LbvgEv4Ef+Tdq7hBiIZgii12xXJnukryt3pMgJf6aKhoCZ3FWQsu6sydEnkg11fYXLzhLBjeQ==, tarball: typescript/download/typescript-4.5.3.tgz}
+  /typescript/4.5.4:
+    resolution: {integrity: sha512-VgYs2A2QIRuGphtzFV7aQJduJ2gyfTljngLzjpfW9FoYZF6xuw1W0vW9ghCKLfcWrCFxK81CSGRAvS1pn4fIUg==, tarball: typescript/download/typescript-4.5.4.tgz}
     engines: {node: '>=4.2.0'}
     hasBin: true
     dev: true
@@ -2354,30 +2352,8 @@ packages:
     resolution: {integrity: sha1-4pdsNNv7MLFdLDALKlPqyHxXp3U=, tarball: ua-parser-js/download/ua-parser-js-1.0.2.tgz}
     dev: false
 
-  /unplugin-auto-import/0.4.20_@vueuse+core@7.3.0+vite@2.7.1:
-    resolution: {integrity: sha512-8JdSJXn16cHnWEtEDCY6A5EkewDyUiZjEM07eE70BofEc+cVBmF6wFtxgoHIXEh4A327ZL5Shw6ajatYtDbynw==, tarball: unplugin-auto-import/download/unplugin-auto-import-0.4.20.tgz}
-    engines: {node: '>=14'}
-    peerDependencies:
-      '@vueuse/core': '*'
-    peerDependenciesMeta:
-      '@vueuse/core':
-        optional: true
-    dependencies:
-      '@antfu/utils': 0.3.0
-      '@rollup/pluginutils': 4.1.1
-      '@vueuse/core': 7.3.0_vue@3.2.26
-      local-pkg: 0.4.0
-      magic-string: 0.25.7
-      resolve: 1.20.0
-      unplugin: 0.2.21_vite@2.7.1
-    transitivePeerDependencies:
-      - rollup
-      - vite
-      - webpack
-    dev: true
-
-  /unplugin-vue-components/0.17.8_vite@2.7.1+vue@3.2.26:
-    resolution: {integrity: sha512-biyIE8TQwolK/ii3vu3xJ4w83+bliAgka3AuhU2cX5OOvJP+xuq39Skhf+BkNkZoY8xoeU65WHOgLFl//m3/YQ==, tarball: unplugin-vue-components/download/unplugin-vue-components-0.17.8.tgz}
+  /unplugin-vue-components/0.17.9_vite@2.7.2+vue@3.2.26:
+    resolution: {integrity: sha512-SZrK3T/uEoP2g2bH+8DwBznoqlS0dI7kQvCmHmL8HmTXdM78kh5P/9SN5IwuNpfbmXoGXWJPB8Pr8Ke8zsgpmA==, tarball: unplugin-vue-components/download/unplugin-vue-components-0.17.9.tgz}
     engines: {node: '>=14'}
     peerDependencies:
       '@babel/parser': ^7.15.8
@@ -2398,7 +2374,7 @@ packages:
       magic-string: 0.25.7
       minimatch: 3.0.4
       resolve: 1.20.0
-      unplugin: 0.2.21_vite@2.7.1
+      unplugin: 0.2.21_vite@2.7.2
       vue: 3.2.26
     transitivePeerDependencies:
       - rollup
@@ -2407,7 +2383,7 @@ packages:
       - webpack
     dev: true
 
-  /unplugin/0.2.21_vite@2.7.1:
+  /unplugin/0.2.21_vite@2.7.2:
     resolution: {integrity: sha512-IJ15/L5XbhnV7J09Zjk0FT5HEkBjkXucWAXQWRsmEtUxmmxwh23yavrmDbCF6ZPxWiVB28+wnKIHePTRRpQPbQ==, tarball: unplugin/download/unplugin-0.2.21.tgz}
     peerDependencies:
       rollup: ^2.50.0
@@ -2421,7 +2397,7 @@ packages:
       webpack:
         optional: true
     dependencies:
-      vite: 2.7.1
+      vite: 2.7.2
       webpack-virtual-modules: 0.4.3
     dev: true
 
@@ -2444,8 +2420,8 @@ packages:
     resolution: {integrity: sha1-LeGWGMZtwkfc+2+ZM4A12CRaLO4=, tarball: v8-compile-cache/download/v8-compile-cache-2.3.0.tgz}
     dev: true
 
-  /vite/2.7.1:
-    resolution: {integrity: sha512-TDXXhcu5lyQ6uosK4ZWaOyB4VzOiizk0biitRzDzaEtgSUi8rVYPc4k1xgOjLSf0OuceDJmojFKXHOX9DB1WuQ==, tarball: vite/download/vite-2.7.1.tgz}
+  /vite/2.7.2:
+    resolution: {integrity: sha512-wMffVVdKZRZP/HwW3yttKL8X+IJePz7bUcnGm0vqljffpVwHpjWC3duZtJQHAGvy+wrTjmwU7vkULpZ1dVXY6w==, tarball: vite/download/vite-2.7.2.tgz}
     engines: {node: '>=12.2.0'}
     hasBin: true
     peerDependencies:
@@ -2663,14 +2639,14 @@ packages:
       vue: 3.2.26
     dev: false
 
-  /vue-tsc/0.29.8_typescript@4.5.3:
+  /vue-tsc/0.29.8_typescript@4.5.4:
     resolution: {integrity: sha512-pT0wLRjvRuSmB+J4WJT6uuV9mO0KtSSXEAtaVXZQzyk5+DJdbLIQTbRce/TXSkfqt1l1WogO78RjtOJFiMCgfQ==, tarball: vue-tsc/download/vue-tsc-0.29.8.tgz}
     hasBin: true
     peerDependencies:
       typescript: '*'
     dependencies:
       '@volar/shared': 0.29.8
-      typescript: 4.5.3
+      typescript: 4.5.4
       vscode-vue-languageservice: 0.29.8
     dev: true
 

+ 0 - 14
vite.config.ts

@@ -2,7 +2,6 @@ import { defineConfig } from "vite";
 import vue from "@vitejs/plugin-vue";
 import ViteComponents from "unplugin-vue-components/vite";
 import { AntDesignVueResolver } from "unplugin-vue-components/resolvers";
-import AutoImport from "unplugin-auto-import/vite";
 
 const SERVER_URL = "http://192.168.10.39:8081";
 const path = require("path");
@@ -17,19 +16,6 @@ export default defineConfig({
       resolvers: [AntDesignVueResolver()],
       dts: true,
     }),
-    AutoImport({
-      // targets to transform
-      include: [
-        /\.[tj]sx?$/, // .ts, .tsx, .js, .jsx
-        /\.vue\??/, // .vue
-      ],
-      // global imports to register
-      imports: [
-        // presets
-        "vue",
-        "vue-router",
-      ],
-    }),
   ],
   server: {
     port: 9000,