Skip to content

Commit 776fb6e

Browse files
committed
🎈 perf: 更换列表组件
1 parent 12a162d commit 776fb6e

10 files changed

Lines changed: 718 additions & 720 deletions

File tree

auto-eslint.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ export default {
5959
"isRef": true,
6060
"isShallow": true,
6161
"makeDestructurable": true,
62-
"manualResetRef": true,
6362
"markRaw": true,
6463
"nextTick": true,
6564
"onActivated": true,
@@ -97,11 +96,11 @@ export default {
9796
"refAutoReset": true,
9897
"refDebounced": true,
9998
"refDefault": true,
100-
"refManualReset": true,
10199
"refThrottled": true,
102100
"refWithControl": true,
103101
"resolveComponent": true,
104102
"resolveRef": true,
103+
"resolveUnref": true,
105104
"shallowReactive": true,
106105
"shallowReadonly": true,
107106
"shallowRef": true,

package.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"@pixi/filter-color-matrix": "^7.4.3",
5050
"@pixi/sprite": "^7.4.3",
5151
"@vueuse/core": "^13.9.0",
52-
"@vueuse/integrations": "^14.0.0",
52+
"@vueuse/integrations": "^14.1.0",
5353
"axios": "^1.13.2",
5454
"axios-retry": "^4.5.0",
5555
"change-case": "^5.4.4",
@@ -69,11 +69,11 @@
6969
"lodash-es": "^4.17.21",
7070
"marked": "^16.4.2",
7171
"md5": "^2.3.0",
72-
"music-metadata": "^11.10.0",
72+
"music-metadata": "^11.10.3",
7373
"pinia": "^3.0.4",
7474
"pinia-plugin-persistedstate": "^4.7.1",
7575
"plyr": "^3.8.3",
76-
"sortablejs": "^1",
76+
"sortablejs": "^1.15.6",
7777
"vue-virt-list": "^1.6.1"
7878
},
7979
"devDependencies": {
@@ -89,34 +89,34 @@
8989
"@types/js-cookie": "^3.0.6",
9090
"@types/md5": "^2.3.6",
9191
"@types/node": "^24.10.1",
92-
"@typescript-eslint/eslint-plugin": "^8.46.4",
93-
"@typescript-eslint/parser": "^8.46.4",
94-
"@vitejs/plugin-vue": "^6.0.1",
92+
"@typescript-eslint/eslint-plugin": "^8.48.0",
93+
"@typescript-eslint/parser": "^8.48.0",
94+
"@vitejs/plugin-vue": "^6.0.2",
9595
"ajv": "^8.17.1",
9696
"crypto-js": "^4.2.0",
9797
"electron": "38.2.2",
9898
"electron-builder": "^26.0.12",
9999
"electron-log": "^5.4.3",
100100
"electron-vite": "^4.0.1",
101101
"eslint": "^9.39.1",
102-
"eslint-plugin-vue": "^10.5.1",
102+
"eslint-plugin-vue": "^10.6.2",
103103
"fast-glob": "^3.3.3",
104104
"fastify": "^5.6.2",
105-
"naive-ui": "^2.43.1",
105+
"naive-ui": "^2.43.2",
106106
"node-taglib-sharp": "^6.0.1",
107-
"prettier": "^3.6.2",
108-
"sass": "^1.94.0",
107+
"prettier": "^3.7.2",
108+
"sass": "^1.94.2",
109109
"terser": "^5.44.1",
110110
"typescript": "^5.9.3",
111-
"unplugin-auto-import": "^20.2.0",
111+
"unplugin-auto-import": "^20.3.0",
112112
"unplugin-vue-components": "^29.2.0",
113-
"vite": "^7.2.2",
113+
"vite": "^7.2.4",
114114
"vite-plugin-compression": "^0.5.1",
115-
"vite-plugin-vue-devtools": "^8.0.3",
115+
"vite-plugin-vue-devtools": "^8.0.5",
116116
"vite-plugin-wasm": "^3.5.0",
117-
"vue": "^3.5.24",
117+
"vue": "^3.5.25",
118118
"vue-router": "^4.6.3",
119-
"vue-tsc": "^3.1.3"
119+
"vue-tsc": "^3.1.5"
120120
},
121121
"pnpm": {
122122
"overrides": {

0 commit comments

Comments
 (0)