feat: 添加深冻结库,重构无限加载页面,优化缓存逻辑并新增详情页
All checks were successful
/ depcheck (push) Successful in 1m16s
/ build-and-deploy-to-vercel (push) Successful in 1m47s
/ playwright (push) Successful in 1m55s

This commit is contained in:
严浩
2025-01-02 16:18:37 +08:00
parent 49da2ee1d8
commit d30163351a
7 changed files with 186 additions and 125 deletions

View File

@ -48,6 +48,7 @@
"axios": "^1.7.9",
"consola": "^3.3.3",
"dayjs": "^1.11.13",
"deep-freeze-es6": "^4.0.0",
"jsencrypt": "^3.3.2",
"mitt": "^3.0.1",
"nprogress": "^0.2.0",
@ -78,13 +79,13 @@
"@primevue/auto-import-resolver": "^4.2.5",
"@tsconfig/node20": "^20.1.4",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.10.2",
"@types/node": "^22.10.3",
"@types/nprogress": "^0.2.3",
"@unocss/preset-rem-to-px": "^0.65.3",
"@vant/auto-import-resolver": "^1.2.1",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vitest/eslint-plugin": "^1.1.21",
"@vitest/eslint-plugin": "^1.1.23",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/test-utils": "^2.4.6",