ZaiZai 2 år sedan
förälder
incheckning
89da46adf5
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      public/version.json
  2. 1 1
      src/App.vue

+ 1 - 1
public/version.json

@@ -1,3 +1,3 @@
 {
-  "value": "20230705162022"
+  "value": "20230705171250"
 }

+ 1 - 1
src/App.vue

@@ -44,7 +44,7 @@ const getVersionJsonApi = async () => {
     if (cache_version && cache_version !== version) {
         window?.$messageBox?.alert('检测到有新版本更新,请点击更新,或手动刷新网页更新,如果不更新,将无法使用相关功能', '更新提醒', {
             showCancelButton: true,
-            confirmButtonText: '理解刷新',
+            confirmButtonText: '立即更新',
             cancelButtonText: '暂不更新',
             type: 'warning',
             callback: (action) => {