aslan-h5/.env
2025-12-24 20:15:29 +08:00

12 lines
359 B
Bash
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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