diff --git a/pom.xml b/pom.xml index db06adb..3cca136 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 pw.yumc MiaoScript - 0.16.0 + 0.17.0 502647092 @@ -53,6 +53,7 @@ DEV + §621-11-04 §afeat: 优化系统模块升级逻辑; §621-07-10 §afeat: 优化网络相关功能; §621-06-25 §afeat: 调整启动逻辑 兼容 Arclight; §621-06-22 §afeat: 新增本地版本锁定功能; diff --git a/src/main/resources/bios.js b/src/main/resources/bios.js index 90c2c40..ea2ae8a 100644 --- a/src/main/resources/bios.js +++ b/src/main/resources/bios.js @@ -17,7 +17,9 @@ var global = this; // Development Env Detect global.root = root || "src/main/resources" checkDebug() - checkUpgrade() + if (!global.debug) { + checkUpgrade() + } return bootEngineThread(checkClassLoader()) }