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

@@ -9,7 +9,7 @@ module.exports = {
// 应用名称 // 应用名称
name: "ruoyi-app", name: "ruoyi-app",
// 应用版本 // 应用版本
version: "1.3.27", version: "1.3.28",
// 应用logo // 应用logo
logo: "/static/logo.jpg", logo: "/static/logo.jpg",
// 官方网站 // 官方网站

View File

@@ -2,7 +2,7 @@
"name" : "科伦普", "name" : "科伦普",
"appid" : "__UNI__E781B49", "appid" : "__UNI__E781B49",
"description" : "", "description" : "",
"versionName" : "1.3.27", "versionName" : "1.3.28",
"versionCode" : 1, "versionCode" : 1,
"transformPx" : false, "transformPx" : false,
"app-plus" : { "app-plus" : {

View File

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

View File

@@ -1,5 +1,5 @@
{ {
"version": "klp 1.3.27", "version": "klp 1.3.28",
"wgtUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.wgt", "wgtUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.wgt",
"apkUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.apk" "apkUrl": "http://49.232.154.205:10900/fadapp-update/klp/klp.apk"
} }