chore: 更新构建文件和缓存相关配置

- 更新构建ID和时间戳
- 清理旧的构建缓存文件
- 添加新的构建缓存文件
- 优化页面缓存逻辑
This commit is contained in:
DESKTOP-RQ919RC\Pc
2025-08-22 11:37:11 +08:00
parent ca2405cfd9
commit 40b276ed7c
37 changed files with 186 additions and 187 deletions

View File

@@ -688,7 +688,6 @@ try {
if (process.env.NODE_ENV === 'development') {}
else if (process.server) {
console.log(`----------------------------------`);
const cacheKey = `details_${id}`;
const cachedData = $cache.get(cacheKey);
console.log(cachedData ? "缓存数据已存在" : "缓存数据不存在");