feat: 添加服务器端缓存功能并优化详情页数据获取

refactor(details/[id].vue): 重构详情页数据获取逻辑,加入缓存机制
feat(plugins/cache.server.js): 新增node-cache插件用于服务器端缓存
chore: 更新package.json依赖,添加node-cache和clone
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-07-08 11:10:20 +08:00
parent 68acefa360
commit 335d6cb1fb
48 changed files with 1758 additions and 466 deletions

View File

@@ -25,6 +25,7 @@
"axios": "^1.6.2",
"dayjs": "latest",
"masonry-layout": "^4.2.2",
"node-cache": "^5.1.2",
"qs": "^6.11.2",
"socket.io-client": "^2.3.0"
}