aslan-h5/.env

12 lines
293 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=7.0.56
# 版本类型
# major:重大更新(清除除了白名单外的所有缓存用户缓存、图片缓存和assets缓存)
# minor:一般更新
# patch:日常小更新
VITE_VERSION_TYPE=patch
# 是否启用版本检查
VITE_ENABLE_VERSION_CHECK=true