From f9bec96d3cab5e17e13e83150372ed13c3961f33 Mon Sep 17 00:00:00 2001 From: hzj <1304805162@qq.com> Date: Fri, 5 Dec 2025 11:46:44 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E7=89=88=E6=9C=AC=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index 13e48a1..0b1e450 100644 --- a/.env +++ b/.env @@ -1,11 +1,11 @@ # 应用版本号 -VITE_APP_VERSION=1.6.9 +VITE_APP_VERSION=1.7.0 # 版本类型 # major:重大更新(清空用户缓存) # minor:一般更新(可选择不清空缓存) # patch:日常小更新(不清空用户缓存) -VITE_VERSION_TYPE=major +VITE_VERSION_TYPE=minor # 是否启用版本检查 VITE_ENABLE_VERSION_CHECK=true