Commit 2cca7e8bfbf7e0882dca0fc3c3ffa87c95b91eae

Authored by vben
1 parent 74ded8ae

chore: update vscode setting

.vscode/settings.json
... ... @@ -156,5 +156,15 @@
156 156 "command": "extension.execute",
157 157 "priority": 4
158 158 }
159   - ]
  159 + ],
  160 + // 控制相关文件嵌套展示
  161 + "explorer.fileNesting.enabled": true,
  162 + "explorer.fileNesting.expand": false,
  163 + "explorer.fileNesting.patterns": {
  164 + "*.ts": "$(capture).test.ts, $(capture).test.tsx",
  165 + "*.tsx": "$(capture).test.ts, $(capture).test.tsx",
  166 + "*.env": "$(capture).env.*",
  167 + "package.json": "pnpm-lock.yaml,yarn.lock,LICENSE,README*,CHANGELOG*,CNAME,.gitattributes,.gitignore,prettier.config.js,stylelint.config.js,commitlint.config.js,.stylelintignore,.prettierignore,.gitpod.yml,.eslintrc.js,.eslintignore"
  168 + },
  169 + "terminal.integrated.scrollback": 10000
160 170 }
... ...
pnpm-lock.yaml
1   -lockfileVersion: 5.3
  1 +lockfileVersion: 5.4
2 2  
3 3 overrides:
4 4 bin-wrapper: npm:bin-wrapper-china
... ... @@ -146,7 +146,7 @@ dependencies:
146 146 mockjs: 1.1.0
147 147 nprogress: 0.2.0
148 148 path-to-regexp: 6.2.1
149   - pinia: 2.0.12_typescript@4.9.5+vue@3.2.47
  149 + pinia: 2.0.12_hmuptsblhheur2tugfgucj7gc4
150 150 print-js: 1.6.0
151 151 qrcode: 1.5.1
152 152 qs: 6.11.0
... ... @@ -184,8 +184,8 @@ devDependencies:
184 184 '@types/qs': 6.9.7
185 185 '@types/showdown': 1.9.4
186 186 '@types/sortablejs': 1.15.0
187   - '@typescript-eslint/eslint-plugin': 5.51.0_0fb7d53160f0e41e16372a0eab719cf9
188   - '@typescript-eslint/parser': 5.51.0_eslint@8.33.0+typescript@4.9.5
  187 + '@typescript-eslint/eslint-plugin': 5.51.0_b635kmla6dsb4frxfihkw4m47e
  188 + '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
189 189 '@vitejs/plugin-legacy': 1.8.2_vite@2.9.15
190 190 '@vitejs/plugin-vue': 2.3.4_vite@2.9.15+vue@3.2.47
191 191 '@vitejs/plugin-vue-jsx': 1.3.10
... ... @@ -199,7 +199,7 @@ devDependencies:
199 199 dotenv: 16.0.3
200 200 eslint: 8.33.0
201 201 eslint-config-prettier: 8.6.0_eslint@8.33.0
202   - eslint-plugin-prettier: 4.2.1_80353385657558523d8688bf9d3ac177
  202 + eslint-plugin-prettier: 4.2.1_qa2thblfovmfepmgrc7z2owbo4
203 203 eslint-plugin-vue: 8.7.1_eslint@8.33.0
204 204 esno: 0.14.1
205 205 fs-extra: 10.1.0
... ... @@ -220,17 +220,17 @@ devDependencies:
220 220 stylelint: 14.16.1
221 221 stylelint-config-prettier: 9.0.4_stylelint@14.16.1
222 222 stylelint-config-recommended: 7.0.0_stylelint@14.16.1
223   - stylelint-config-recommended-vue: 1.4.0_5066edc4db6a582cccfa8c6462b57280
  223 + stylelint-config-recommended-vue: 1.4.0_kbto3rg3njmczth2rrsgfnlsqa
224 224 stylelint-config-standard: 25.0.0_stylelint@14.16.1
225 225 stylelint-order: 5.0.0_stylelint@14.16.1
226   - ts-node: 10.9.1_121bb9107e71cb273c2c9f9d1b903c77
  226 + ts-node: 10.9.1_cin3sed6ohfsopbmt6orxeb4o4
227 227 typescript: 4.9.5
228 228 vite: 2.9.15_less@4.1.3+sass@1.58.0
229 229 vite-plugin-compression: 0.5.1_vite@2.9.15
230 230 vite-plugin-html: 3.2.0_vite@2.9.15
231 231 vite-plugin-imagemin: 0.6.1_vite@2.9.15
232 232 vite-plugin-mkcert: 1.13.0_vite@2.9.15
233   - vite-plugin-mock: 2.9.6_5ff0b938b7352aba80836520b1cf4235
  233 + vite-plugin-mock: 2.9.6_l7ylsofxguvlvaedmuqldt2cgu
234 234 vite-plugin-purge-icons: 0.8.2_vite@2.9.15
235 235 vite-plugin-pwa: 0.11.13_vite@2.9.15
236 236 vite-plugin-style-import: 2.0.0_vite@2.9.15
... ... @@ -528,12 +528,10 @@ packages:
528 528 /@babel/helper-string-parser/7.19.4:
529 529 resolution: {integrity: sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==}
530 530 engines: {node: '>=6.9.0'}
531   - dev: true
532 531  
533 532 /@babel/helper-validator-identifier/7.19.1:
534 533 resolution: {integrity: sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==}
535 534 engines: {node: '>=6.9.0'}
536   - dev: true
537 535  
538 536 /@babel/helper-validator-option/7.18.6:
539 537 resolution: {integrity: sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==}
... ... @@ -576,6 +574,8 @@ packages:
576 574 resolution: {integrity: sha512-DI4a1oZuf8wC+oAJA9RW6ga3Zbe8RZFt7kD9i4qAspz3I/yHet1VvC3DiSy/fsUvv5pvJuNPh0LPOdCcqinDPg==}
577 575 engines: {node: '>=6.0.0'}
578 576 hasBin: true
  577 + dependencies:
  578 + '@babel/types': 7.20.7
579 579  
580 580 /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/7.18.6_@babel+core@7.20.12:
581 581 resolution: {integrity: sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==}
... ... @@ -1474,7 +1474,6 @@ packages:
1474 1474 '@babel/helper-string-parser': 7.19.4
1475 1475 '@babel/helper-validator-identifier': 7.19.1
1476 1476 to-fast-properties: 2.0.0
1477   - dev: true
1478 1477  
1479 1478 /@commitlint/cli/16.3.0:
1480 1479 resolution: {integrity: sha512-P+kvONlfsuTMnxSwWE1H+ZcPMY3STFaHb2kAacsqoIkNx66O0T7sTpBxpxkMrFPyhkJiLJnJWMhk4bbvYD3BMA==}
... ... @@ -1560,7 +1559,7 @@ packages:
1560 1559 '@types/node': 17.0.45
1561 1560 chalk: 4.1.2
1562 1561 cosmiconfig: 7.1.0
1563   - cosmiconfig-typescript-loader: 2.0.2_121bb9107e71cb273c2c9f9d1b903c77
  1562 + cosmiconfig-typescript-loader: 2.0.2_cin3sed6ohfsopbmt6orxeb4o4
1564 1563 lodash: 4.17.21
1565 1564 resolve-from: 5.0.0
1566 1565 typescript: 4.9.5
... ... @@ -1642,7 +1641,7 @@ packages:
1642 1641 '@jridgewell/trace-mapping': 0.3.9
1643 1642 dev: true
1644 1643  
1645   - /@csstools/selector-specificity/2.1.1_b0132eb4833290a175e2a58939fd6432:
  1644 + /@csstools/selector-specificity/2.1.1_wajs5nedgkikc5pcuwett7legi:
1646 1645 resolution: {integrity: sha512-jwx+WCqszn53YHOfvFMJJRd/B2GqkCBt+1MJSG6o5/s8+ytHMvDZXsJgUEWLk12UnLd7HYKac4BYU5i/Ron1Cw==}
1647 1646 engines: {node: ^14 || ^16 || >=18}
1648 1647 peerDependencies:
... ... @@ -2214,7 +2213,7 @@ packages:
2214 2213 '@iconify/iconify': 2.2.1
2215 2214 dev: true
2216 2215  
2217   - /@rollup/plugin-babel/5.3.1_d8e457a9eec5694be0a6185ede2794cb:
  2216 + /@rollup/plugin-babel/5.3.1_3dsfpkpoyvuuxyfgdbpn4j4uzm:
2218 2217 resolution: {integrity: sha512-WFfdLWU/xVWKeRQnKmIAQULUI7Il0gZnBIH/ZFO069wYIfPu+8zrfp/KMW0atmELoRDq8FbiP3VCss9MhCut7Q==}
2219 2218 engines: {node: '>= 10.0.0'}
2220 2219 peerDependencies:
... ... @@ -2421,6 +2420,12 @@ packages:
2421 2420 resolution: {integrity: sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==}
2422 2421 dev: true
2423 2422  
  2423 + /@types/keyv/3.1.4:
  2424 + resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==}
  2425 + dependencies:
  2426 + '@types/node': 17.0.45
  2427 + dev: true
  2428 +
2424 2429 /@types/lodash-es/4.17.6:
2425 2430 resolution: {integrity: sha512-R+zTeVUKDdfoRxpAryaQNRKk3105Rrgx2CFRClIgRGaqDTdjsm8h6IYA8ir584W3ePzkZfst5xIgDwYrlh9HLg==}
2426 2431 dependencies:
... ... @@ -2482,6 +2487,12 @@ packages:
2482 2487 '@types/node': 17.0.45
2483 2488 dev: true
2484 2489  
  2490 + /@types/responselike/1.0.0:
  2491 + resolution: {integrity: sha512-85Y2BjiufFzaMIlvJDvTTB8Fxl2xfLo4HgmHzVBz08w4wDePCTjYw66PdrolO0kzli3yam/YCgRufyo1DdQVTA==}
  2492 + dependencies:
  2493 + '@types/node': 17.0.45
  2494 + dev: true
  2495 +
2485 2496 /@types/semver/7.3.13:
2486 2497 resolution: {integrity: sha512-21cFJr9z3g5dW8B0CVI9g2O9beqaThGQ6ZFBqHfwhzLDKUxaqTIy3vnfah/UPkfOiF2pLq+tGz+W8RyCskuslw==}
2487 2498 dev: true
... ... @@ -2524,7 +2535,7 @@ packages:
2524 2535 resolution: {integrity: sha512-5d2RhCard1nQUC3aHcq/gHzWYO6K0WJmAbjO7mQJgCQKtZpgXxv1rOM6O/dBDhDYYVutk1sciOgNSe+5YyfM8A==}
2525 2536 dev: false
2526 2537  
2527   - /@typescript-eslint/eslint-plugin/5.51.0_0fb7d53160f0e41e16372a0eab719cf9:
  2538 + /@typescript-eslint/eslint-plugin/5.51.0_b635kmla6dsb4frxfihkw4m47e:
2528 2539 resolution: {integrity: sha512-wcAwhEWm1RgNd7dxD/o+nnLW8oH+6RK1OGnmbmkj/GGoDPV1WWMVP0FXYQBivKHdwM1pwii3bt//RC62EriIUQ==}
2529 2540 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2530 2541 peerDependencies:
... ... @@ -2535,10 +2546,10 @@ packages:
2535 2546 typescript:
2536 2547 optional: true
2537 2548 dependencies:
2538   - '@typescript-eslint/parser': 5.51.0_eslint@8.33.0+typescript@4.9.5
  2549 + '@typescript-eslint/parser': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
2539 2550 '@typescript-eslint/scope-manager': 5.51.0
2540   - '@typescript-eslint/type-utils': 5.51.0_eslint@8.33.0+typescript@4.9.5
2541   - '@typescript-eslint/utils': 5.51.0_eslint@8.33.0+typescript@4.9.5
  2551 + '@typescript-eslint/type-utils': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
  2552 + '@typescript-eslint/utils': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
2542 2553 debug: 4.3.4
2543 2554 eslint: 8.33.0
2544 2555 grapheme-splitter: 1.0.4
... ... @@ -2552,7 +2563,7 @@ packages:
2552 2563 - supports-color
2553 2564 dev: true
2554 2565  
2555   - /@typescript-eslint/parser/5.51.0_eslint@8.33.0+typescript@4.9.5:
  2566 + /@typescript-eslint/parser/5.51.0_4vsywjlpuriuw3tl5oq6zy5a64:
2556 2567 resolution: {integrity: sha512-fEV0R9gGmfpDeRzJXn+fGQKcl0inIeYobmmUWijZh9zA7bxJ8clPhV9up2ZQzATxAiFAECqPQyMDB4o4B81AaA==}
2557 2568 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2558 2569 peerDependencies:
... ... @@ -2580,7 +2591,7 @@ packages:
2580 2591 '@typescript-eslint/visitor-keys': 5.51.0
2581 2592 dev: true
2582 2593  
2583   - /@typescript-eslint/type-utils/5.51.0_eslint@8.33.0+typescript@4.9.5:
  2594 + /@typescript-eslint/type-utils/5.51.0_4vsywjlpuriuw3tl5oq6zy5a64:
2584 2595 resolution: {integrity: sha512-QHC5KKyfV8sNSyHqfNa0UbTbJ6caB8uhcx2hYcWVvJAZYJRBo5HyyZfzMdRx8nvS+GyMg56fugMzzWnojREuQQ==}
2585 2596 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2586 2597 peerDependencies:
... ... @@ -2591,7 +2602,7 @@ packages:
2591 2602 optional: true
2592 2603 dependencies:
2593 2604 '@typescript-eslint/typescript-estree': 5.51.0_typescript@4.9.5
2594   - '@typescript-eslint/utils': 5.51.0_eslint@8.33.0+typescript@4.9.5
  2605 + '@typescript-eslint/utils': 5.51.0_4vsywjlpuriuw3tl5oq6zy5a64
2595 2606 debug: 4.3.4
2596 2607 eslint: 8.33.0
2597 2608 tsutils: 3.21.0_typescript@4.9.5
... ... @@ -2626,7 +2637,7 @@ packages:
2626 2637 - supports-color
2627 2638 dev: true
2628 2639  
2629   - /@typescript-eslint/utils/5.51.0_eslint@8.33.0+typescript@4.9.5:
  2640 + /@typescript-eslint/utils/5.51.0_4vsywjlpuriuw3tl5oq6zy5a64:
2630 2641 resolution: {integrity: sha512-76qs+5KWcaatmwtwsDJvBk4H76RJQBFe+Gext0EfJdC3Vd2kpY2Pf//OHHzHp84Ciw0/rYoGTDnIAr3uWhhJYw==}
2631 2642 engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0}
2632 2643 peerDependencies:
... ... @@ -2810,7 +2821,6 @@ packages:
2810 2821 dependencies:
2811 2822 '@vue/reactivity': 3.2.47
2812 2823 '@vue/shared': 3.2.47
2813   - dev: false
2814 2824  
2815 2825 /@vue/runtime-dom/3.2.47:
2816 2826 resolution: {integrity: sha512-ArXrFTjS6TsDei4qwNvgrdmHtD930KgSKGhS5M+j8QxXrDJYLqYw4RRcDy1bz1m1wMmb6j+zGLifdVHtkXA7gA==}
... ... @@ -2818,7 +2828,6 @@ packages:
2818 2828 '@vue/runtime-core': 3.2.47
2819 2829 '@vue/shared': 3.2.47
2820 2830 csstype: 2.6.21
2821   - dev: false
2822 2831  
2823 2832 /@vue/server-renderer/3.2.47_vue@3.2.47:
2824 2833 resolution: {integrity: sha512-dN9gc1i8EvmP9RCzvneONXsKfBRgqFeFZLurmHOveL7oH6HiFXJw5OGu294n1nHc/HMgTy6LulU/tv5/A7f/LA==}
... ... @@ -2828,7 +2837,6 @@ packages:
2828 2837 '@vue/compiler-ssr': 3.2.47
2829 2838 '@vue/shared': 3.2.47
2830 2839 vue: 3.2.47
2831   - dev: false
2832 2840  
2833 2841 /@vue/shared/3.2.47:
2834 2842 resolution: {integrity: sha512-BHGyyGN3Q97EZx0taMQ+OLNuZcW3d37ZEVmEAyeoA9ERdGvm9Irc/0Fua8SNyOtV1w6BS4q25wbMzJujO9HIfQ==}
... ... @@ -3218,7 +3226,7 @@ packages:
3218 3226 /axios/1.3.2_debug@4.3.4:
3219 3227 resolution: {integrity: sha512-1M3O703bYqYuPhbHeya5bnhpYVsDDRyQSabNja04mZtboLNSuZ4YrltestrLXfHgmzua4TpUqRiVKbiQuo2epw==}
3220 3228 dependencies:
3221   - follow-redirects: 1.15.2
  3229 + follow-redirects: 1.15.2_debug@4.3.4
3222 3230 form-data: 4.0.0
3223 3231 proxy-from-env: 1.1.0
3224 3232 transitivePeerDependencies:
... ... @@ -3414,6 +3422,8 @@ packages:
3414 3422 snapdragon-node: 2.1.1
3415 3423 split-string: 3.1.0
3416 3424 to-regex: 3.0.2
  3425 + transitivePeerDependencies:
  3426 + - supports-color
3417 3427 dev: true
3418 3428  
3419 3429 /braces/3.0.2:
... ... @@ -3740,7 +3750,7 @@ packages:
3740 3750 dev: true
3741 3751  
3742 3752 /clone-response/1.0.2:
3743   - resolution: {integrity: sha1-0dyXOSAxTfZ/vrlCI7TuNQI56Ws=}
  3753 + resolution: {integrity: sha512-yjLXh88P599UOyPTFX0POsd7WxnbsVsGohcwzHOLspIhhpalPw1BcqED8NblyZLKcGrL8dTgMlcaZxV2jAD41Q==}
3744 3754 dependencies:
3745 3755 mimic-response: 1.0.1
3746 3756 dev: true
... ... @@ -3809,7 +3819,6 @@ packages:
3809 3819 /commander/10.0.0:
3810 3820 resolution: {integrity: sha512-zS5PnTI22FIRM6ylNW8G4Ap0IEOyk62fhLSD0+uHRT9McRCLGpkVNvao4bjimpK/GShynyQkFFxHhwMcETmduA==}
3811 3821 engines: {node: '>=14'}
3812   - dev: false
3813 3822  
3814 3823 /commander/2.20.3:
3815 3824 resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==}
... ... @@ -3883,6 +3892,8 @@ packages:
3883 3892 finalhandler: 1.1.2
3884 3893 parseurl: 1.3.3
3885 3894 utils-merge: 1.0.1
  3895 + transitivePeerDependencies:
  3896 + - supports-color
3886 3897 dev: true
3887 3898  
3888 3899 /consola/2.15.3:
... ... @@ -4062,8 +4073,8 @@ packages:
4062 4073 engines: {node: '>=10'}
4063 4074 hasBin: true
4064 4075 dependencies:
4065   - is-text-path: 1.0.1
4066 4076 JSONStream: 1.3.5
  4077 + is-text-path: 1.0.1
4067 4078 lodash: 4.17.21
4068 4079 meow: 8.1.2
4069 4080 split2: 3.2.2
... ... @@ -4106,7 +4117,7 @@ packages:
4106 4117 vary: 1.1.2
4107 4118 dev: true
4108 4119  
4109   - /cosmiconfig-typescript-loader/2.0.2_121bb9107e71cb273c2c9f9d1b903c77:
  4120 + /cosmiconfig-typescript-loader/2.0.2_cin3sed6ohfsopbmt6orxeb4o4:
4110 4121 resolution: {integrity: sha512-KmE+bMjWMXJbkWCeY4FJX/npHuZPNr9XF9q9CIQ/bpFwi1qHfCmSiKarrCcRa0LO4fWjk93pVoeRtJAkTGcYNw==}
4111 4122 engines: {node: '>=12', npm: '>=6'}
4112 4123 peerDependencies:
... ... @@ -4115,7 +4126,7 @@ packages:
4115 4126 dependencies:
4116 4127 '@types/node': 17.0.45
4117 4128 cosmiconfig: 7.1.0
4118   - ts-node: 10.9.1_121bb9107e71cb273c2c9f9d1b903c77
  4129 + ts-node: 10.9.1_cin3sed6ohfsopbmt6orxeb4o4
4119 4130 typescript: 4.9.5
4120 4131 transitivePeerDependencies:
4121 4132 - '@swc/core'
... ... @@ -4251,7 +4262,6 @@ packages:
4251 4262  
4252 4263 /csstype/2.6.21:
4253 4264 resolution: {integrity: sha512-Z1PhmomIfypOpoMjRQB70jfvy/wxT50qW08YXO5lMIJkrdq4yOTR+AW7FqutScmB9NkLwxo+jU+kZLbofZZq/w==}
4254   - dev: false
4255 4265  
4256 4266 /currently-unhandled/0.4.1:
4257 4267 resolution: {integrity: sha512-/fITjgjGU50vjQ4FH6eUoYu+iUoUKIXws2hL15JJpIR+BbTxaXQsMuuyjtNh2WqsSBS5nsaZHFsFecyw5CCAng==}
... ... @@ -4298,12 +4308,22 @@ packages:
4298 4308  
4299 4309 /debug/2.6.9:
4300 4310 resolution: {integrity: sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==}
  4311 + peerDependencies:
  4312 + supports-color: '*'
  4313 + peerDependenciesMeta:
  4314 + supports-color:
  4315 + optional: true
4301 4316 dependencies:
4302 4317 ms: 2.0.0
4303 4318 dev: true
4304 4319  
4305 4320 /debug/3.2.7:
4306 4321 resolution: {integrity: sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==}
  4322 + peerDependencies:
  4323 + supports-color: '*'
  4324 + peerDependenciesMeta:
  4325 + supports-color:
  4326 + optional: true
4307 4327 dependencies:
4308 4328 ms: 2.1.3
4309 4329 dev: true
... ... @@ -5100,7 +5120,7 @@ packages:
5100 5120 eslint: 8.33.0
5101 5121 dev: true
5102 5122  
5103   - /eslint-plugin-prettier/4.2.1_80353385657558523d8688bf9d3ac177:
  5123 + /eslint-plugin-prettier/4.2.1_qa2thblfovmfepmgrc7z2owbo4:
5104 5124 resolution: {integrity: sha512-f/0rXLXUt0oFYs8ra4w49wYZBG5GKZpAYsJSm6rnYL5uVDjd+zowwMwVZHnAjf4edNrKpCDYfXDgmRE/Ak7QyQ==}
5105 5125 engines: {node: '>=12.0.0'}
5106 5126 peerDependencies:
... ... @@ -5381,6 +5401,8 @@ packages:
5381 5401 regex-not: 1.0.2
5382 5402 snapdragon: 0.8.2
5383 5403 to-regex: 3.0.2
  5404 + transitivePeerDependencies:
  5405 + - supports-color
5384 5406 dev: true
5385 5407  
5386 5408 /ext-list/2.2.2:
... ... @@ -5434,6 +5456,8 @@ packages:
5434 5456 regex-not: 1.0.2
5435 5457 snapdragon: 0.8.2
5436 5458 to-regex: 3.0.2
  5459 + transitivePeerDependencies:
  5460 + - supports-color
5437 5461 dev: true
5438 5462  
5439 5463 /fast-csv/4.3.6:
... ... @@ -5599,6 +5623,8 @@ packages:
5599 5623 parseurl: 1.3.3
5600 5624 statuses: 1.5.0
5601 5625 unpipe: 1.0.0
  5626 + transitivePeerDependencies:
  5627 + - supports-color
5602 5628 dev: true
5603 5629  
5604 5630 /find-up/1.1.2:
... ... @@ -5658,6 +5684,7 @@ packages:
5658 5684 peerDependenciesMeta:
5659 5685 debug:
5660 5686 optional: true
  5687 + dev: false
5661 5688  
5662 5689 /follow-redirects/1.15.2_debug@4.3.4:
5663 5690 resolution: {integrity: sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==}
... ... @@ -6026,6 +6053,8 @@ packages:
6026 6053 resolution: {integrity: sha512-Y5WMo7xKKq1muPsxD+KmrR8DH5auG7fBdDVueZwETwV6VytKyU9OX/ddpq2/1hp1vIPvVb4T81dKQz3BivkNLw==}
6027 6054 engines: {node: '>=4'}
6028 6055 dependencies:
  6056 + '@types/keyv': 3.1.4
  6057 + '@types/responselike': 1.0.0
6029 6058 decompress-response: 3.3.0
6030 6059 duplexer3: 0.1.5
6031 6060 get-stream: 3.0.0
... ... @@ -6047,6 +6076,8 @@ packages:
6047 6076 engines: {node: '>=4'}
6048 6077 dependencies:
6049 6078 '@sindresorhus/is': 0.7.0
  6079 + '@types/keyv': 3.1.4
  6080 + '@types/responselike': 1.0.0
6050 6081 cacheable-request: 2.1.4
6051 6082 decompress-response: 3.3.0
6052 6083 duplexer3: 0.1.5
... ... @@ -6958,7 +6989,7 @@ packages:
6958 6989 dev: true
6959 6990  
6960 6991 /json-buffer/3.0.0:
6961   - resolution: {integrity: sha1-Wx85evx11ne96Lz8Dkfh+aPZqJg=}
  6992 + resolution: {integrity: sha512-CuUqjv0FUZIdXkHPI8MezCnFCdaTAacej1TZYulLoAg1h/PhwkdXFN4V/gzY4g+fMBCOV2xF+rp7t2XD2ns/NQ==}
6962 6993 dev: true
6963 6994  
6964 6995 /json-parse-better-errors/1.0.2:
... ... @@ -7095,6 +7126,8 @@ packages:
7095 7126 mime: 1.6.0
7096 7127 needle: 3.2.0
7097 7128 source-map: 0.6.1
  7129 + transitivePeerDependencies:
  7130 + - supports-color
7098 7131 dev: true
7099 7132  
7100 7133 /leven/3.1.0:
... ... @@ -7560,6 +7593,8 @@ packages:
7560 7593 regex-not: 1.0.2
7561 7594 snapdragon: 0.8.2
7562 7595 to-regex: 3.0.2
  7596 + transitivePeerDependencies:
  7597 + - supports-color
7563 7598 dev: true
7564 7599  
7565 7600 /micromatch/4.0.5:
... ... @@ -7648,7 +7683,6 @@ packages:
7648 7683 hasBin: true
7649 7684 dependencies:
7650 7685 commander: 10.0.0
7651   - dev: false
7652 7686  
7653 7687 /modify-values/1.0.1:
7654 7688 resolution: {integrity: sha512-xV2bxeN6F7oYjZWTe/YPAy6MN2M+sL4u/Rlm2AHCIVGfo2p1yGmBHQ6vHehl4bRTZBdHu3TSkWdYgkwpYzAGSw==}
... ... @@ -7710,6 +7744,8 @@ packages:
7710 7744 regex-not: 1.0.2
7711 7745 snapdragon: 0.8.2
7712 7746 to-regex: 3.0.2
  7747 + transitivePeerDependencies:
  7748 + - supports-color
7713 7749 dev: true
7714 7750  
7715 7751 /nanopop/2.2.0:
... ... @@ -7733,6 +7769,8 @@ packages:
7733 7769 debug: 3.2.7
7734 7770 iconv-lite: 0.6.3
7735 7771 sax: 1.2.4
  7772 + transitivePeerDependencies:
  7773 + - supports-color
7736 7774 dev: true
7737 7775 optional: true
7738 7776  
... ... @@ -8307,7 +8345,7 @@ packages:
8307 8345 engines: {node: '>=6'}
8308 8346 dev: true
8309 8347  
8310   - /pinia/2.0.12_typescript@4.9.5+vue@3.2.47:
  8348 + /pinia/2.0.12_hmuptsblhheur2tugfgucj7gc4:
8311 8349 resolution: {integrity: sha512-tUeuYGFrLU5irmGyRAIxp35q1OTcZ8sKpGT4XkPeVcG35W4R6cfXDbCGexzmVqH5lTQJJTXXbNGutIu9yS5yew==}
8312 8350 peerDependencies:
8313 8351 '@vue/composition-api': ^1.4.0
... ... @@ -8841,7 +8879,7 @@ packages:
8841 8879 dev: true
8842 8880  
8843 8881 /responselike/1.0.2:
8844   - resolution: {integrity: sha1-kYcg7ztjHFZCvgaPFa3lpG9Loec=}
  8882 + resolution: {integrity: sha512-/Fpe5guzJk1gPqdJLJR5u7eG/gNY4nImjbRDaVWVMRhne55TCmj2i9Q+54PBRfatRC8v/rIiv9BN0pMd9OV5EQ==}
8845 8883 dependencies:
8846 8884 lowercase-keys: 1.0.1
8847 8885 dev: true
... ... @@ -9195,6 +9233,8 @@ packages:
9195 9233 source-map: 0.5.7
9196 9234 source-map-resolve: 0.5.3
9197 9235 use: 3.1.1
  9236 + transitivePeerDependencies:
  9237 + - supports-color
9198 9238 dev: true
9199 9239  
9200 9240 /sort-keys-length/1.0.1:
... ... @@ -9525,7 +9565,7 @@ packages:
9525 9565 resolution: {integrity: sha512-Dj1Okke1C3uKKwQcetra4jSuk0DqbzbYtXipzFlFMZtowbF1x7BKJwB9AayVMyFARvU8EDrZdcax4At/452cAg==}
9526 9566 dev: true
9527 9567  
9528   - /stylelint-config-html/1.1.0_5066edc4db6a582cccfa8c6462b57280:
  9568 + /stylelint-config-html/1.1.0_kbto3rg3njmczth2rrsgfnlsqa:
9529 9569 resolution: {integrity: sha512-IZv4IVESjKLumUGi+HWeb7skgO6/g4VMuAYrJdlqQFndgbj6WJAXPhaysvBiXefX79upBdQVumgYcdd17gCpjQ==}
9530 9570 engines: {node: ^12 || >=14}
9531 9571 peerDependencies:
... ... @@ -9546,7 +9586,7 @@ packages:
9546 9586 stylelint: 14.16.1
9547 9587 dev: true
9548 9588  
9549   - /stylelint-config-recommended-vue/1.4.0_5066edc4db6a582cccfa8c6462b57280:
  9589 + /stylelint-config-recommended-vue/1.4.0_kbto3rg3njmczth2rrsgfnlsqa:
9550 9590 resolution: {integrity: sha512-DVJqyX2KvMCn9U0+keL12r7xlsH26K4Vg8NrIZuq5MoF7g82DpMp326Om4E0Q+Il1o+bTHuUyejf2XAI0iD04Q==}
9551 9591 engines: {node: ^12 || >=14}
9552 9592 peerDependencies:
... ... @@ -9556,7 +9596,7 @@ packages:
9556 9596 postcss-html: 1.5.0
9557 9597 semver: 7.3.8
9558 9598 stylelint: 14.16.1
9559   - stylelint-config-html: 1.1.0_5066edc4db6a582cccfa8c6462b57280
  9599 + stylelint-config-html: 1.1.0_kbto3rg3njmczth2rrsgfnlsqa
9560 9600 stylelint-config-recommended: 7.0.0_stylelint@14.16.1
9561 9601 dev: true
9562 9602  
... ... @@ -9592,7 +9632,7 @@ packages:
9592 9632 engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0}
9593 9633 hasBin: true
9594 9634 dependencies:
9595   - '@csstools/selector-specificity': 2.1.1_b0132eb4833290a175e2a58939fd6432
  9635 + '@csstools/selector-specificity': 2.1.1_wajs5nedgkikc5pcuwett7legi
9596 9636 balanced-match: 2.0.0
9597 9637 colord: 2.9.3
9598 9638 cosmiconfig: 7.1.0
... ... @@ -9694,6 +9734,8 @@ packages:
9694 9734 posthtml-svg-mode: 1.0.3
9695 9735 query-string: 4.3.4
9696 9736 traverse: 0.6.7
  9737 + transitivePeerDependencies:
  9738 + - supports-color
9697 9739 dev: true
9698 9740  
9699 9741 /svg-tags/1.0.0:
... ... @@ -9860,7 +9902,6 @@ packages:
9860 9902 /to-fast-properties/2.0.0:
9861 9903 resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==}
9862 9904 engines: {node: '>=4'}
9863   - dev: true
9864 9905  
9865 9906 /to-object-path/0.3.0:
9866 9907 resolution: {integrity: sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==}
... ... @@ -9929,7 +9970,7 @@ packages:
9929 9970 escape-string-regexp: 1.0.5
9930 9971 dev: true
9931 9972  
9932   - /ts-node/10.9.1_121bb9107e71cb273c2c9f9d1b903c77:
  9973 + /ts-node/10.9.1_cin3sed6ohfsopbmt6orxeb4o4:
9933 9974 resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==}
9934 9975 hasBin: true
9935 9976 peerDependencies:
... ... @@ -10042,7 +10083,6 @@ packages:
10042 10083 resolution: {integrity: sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==}
10043 10084 engines: {node: '>=4.2.0'}
10044 10085 hasBin: true
10045   - dev: true
10046 10086  
10047 10087 /uglify-js/3.17.4:
10048 10088 resolution: {integrity: sha512-T9q82TJI9e/C1TAxYvfb16xO120tMVFZrGA3f9/P4424DNu6ypK103y0GPFVa17yotwSyZW5iYXgjYHkGrJW/g==}
... ... @@ -10335,7 +10375,7 @@ packages:
10335 10375 - supports-color
10336 10376 dev: true
10337 10377  
10338   - /vite-plugin-mock/2.9.6_5ff0b938b7352aba80836520b1cf4235:
  10378 + /vite-plugin-mock/2.9.6_l7ylsofxguvlvaedmuqldt2cgu:
10339 10379 resolution: {integrity: sha512-/Rm59oPppe/ncbkSrUuAxIQihlI2YcBmnbR4ST1RA2VzM1C0tEQc1KlbQvnUGhXECAGTaQN2JyasiwXP6EtKgg==}
10340 10380 engines: {node: '>=12.0.0'}
10341 10381 peerDependencies:
... ... @@ -10601,7 +10641,6 @@ packages:
10601 10641 '@vue/runtime-dom': 3.2.47
10602 10642 '@vue/server-renderer': 3.2.47_vue@3.2.47
10603 10643 '@vue/shared': 3.2.47
10604   - dev: false
10605 10644  
10606 10645 /vuedraggable/4.1.0_vue@3.2.47:
10607 10646 resolution: {integrity: sha512-FU5HCWBmsf20GpP3eudURW3WdWTKIbEIQxh9/8GE806hydR9qZqRRxRE3RjqX7PkuLuMQG/A7n3cfj9rCEchww==}
... ... @@ -10752,7 +10791,7 @@ packages:
10752 10791 '@babel/core': 7.20.12
10753 10792 '@babel/preset-env': 7.20.2_@babel+core@7.20.12
10754 10793 '@babel/runtime': 7.20.13
10755   - '@rollup/plugin-babel': 5.3.1_d8e457a9eec5694be0a6185ede2794cb
  10794 + '@rollup/plugin-babel': 5.3.1_3dsfpkpoyvuuxyfgdbpn4j4uzm
10756 10795 '@rollup/plugin-node-resolve': 11.2.1_rollup@2.79.1
10757 10796 '@rollup/plugin-replace': 2.4.2_rollup@2.79.1
10758 10797 '@surma/rollup-plugin-off-main-thread': 2.2.3
... ...
vite.config.ts
... ... @@ -101,8 +101,6 @@ export default ({ command, mode }: ConfigEnv): UserConfig => {
101 101 optimizeDeps: {
102 102 // @iconify/iconify: The dependency is dynamically and virtually loaded by @purge-icons/generated, so it needs to be specified explicitly
103 103 include: [
104   - '@vue/runtime-core',
105   - '@vue/shared',
106 104 '@iconify/iconify',
107 105 'ant-design-vue/es/locale/zh_CN',
108 106 'ant-design-vue/es/locale/en_US',
... ...