feat: 版本更新(日常小更新)

This commit is contained in:
hzj 2025-12-23 11:09:00 +08:00
parent 8096749ed9
commit e6c0fa5fc9

4
.env
View File

@ -1,11 +1,11 @@
# 应用版本号
VITE_APP_VERSION=2.1.4
VITE_APP_VERSION=2.1.5
# 版本类型
# major:重大更新(清除除了白名单外的所有缓存用户缓存、图片缓存和assets缓存)
# minor:一般更新(只清除网络图片和assets缓存)
# patch:日常小更新(只清除网络图片缓存)
VITE_VERSION_TYPE=minor
VITE_VERSION_TYPE=patch
# 是否启用版本检查
VITE_ENABLE_VERSION_CHECK=true