ZaiZai 5 ماه پیش
والد
کامیت
369a1292a9
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      public/version.json
  2. 1 1
      scripts/build.js

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20240926175358"
+  "value": "20240927115330"
 }

+ 1 - 1
scripts/build.js

@@ -20,7 +20,7 @@ console.log(`准备开始打包: ${config.buildName}`);
 runCommand(config.buildName, false);
 
 //打包本地模式版本
-//runCommand(config.buildName + '-local', true);
+runCommand(config.buildName + '-local', true);
 
 console.log(`----------------------------`)
 console.log('全部编译打包完成')