feat: 图片版本更新(清空缓存)

This commit is contained in:
hzj 2026-06-02 15:05:32 +08:00
parent 50f73a0d62
commit 7f0a56e302

View File

@ -5,7 +5,7 @@
// 2. 替换单张图片时,优先使用新文件名并同步修改页面引用。
// 3. 只有大批量资源迁移或缓存污染时,才更新 version 触发清理旧缓存。
export const IMAGE_CACHE_VERSION = {
version: '1.0.20',
version: '1.0.21',
cacheType: 'all',
updateReason: 'Initial image cache version for major release',
updateTime: '2026-05-14T00:00:00.000Z',