chore: 更新应用版本号至1.3.28

This commit is contained in:
砂糖
2026-03-11 17:12:09 +08:00
parent a23a4645dc
commit 3afed26d7f
4 changed files with 4 additions and 4 deletions

View File

@@ -73,7 +73,7 @@ function checkStorageSpace() {
function checkUpdate(forceCheck = false) {
// 1. 准备本地版本信息
const localVersion = plus.runtime.version; // 基座版本
const staticVersion = '1.3.27'; // 静态默认版本
const staticVersion = '1.3.28'; // 静态默认版本
// const localWgtVersion = staticVersion;
const localWgtVersion = uni.getStorageSync('wgtVersion') || staticVersion; // 本地wgt版本从存储获取或用默认
const currentVersion = compareVersion(localWgtVersion, localVersion) > 0