shawenguan 1 年之前
父節點
當前提交
e6c1749894
共有 3 個文件被更改,包括 3 次插入0 次删除
  1. 1 0
      Scripts/cmobile/cmobileExchange.js
  2. 1 0
      Scripts/cmobile/cmobileHelper.js
  3. 1 0
      Scripts/cmobile/cmobileSignIn.js

+ 1 - 0
Scripts/cmobile/cmobileExchange.js

@@ -25,6 +25,7 @@ if (!lk.isExecComm) {
 
 async function all() {
     await doExchange(231229012);
+    lk.done();
 }
 
 async function doExchange(prizeId){

+ 1 - 0
Scripts/cmobile/cmobileHelper.js

@@ -14,6 +14,7 @@ const lk = new ToolKit(`移动助手`, `CmobileHelper`);
 if (!lk.isExecComm) {
     if (lk.isRequest()) {
         checkHandleRequest();
+        lk.done();
     }
 }
 

+ 1 - 0
Scripts/cmobile/cmobileSignIn.js

@@ -34,6 +34,7 @@ if (!lk.isExecComm) {
 
 async function all() {
     await doSignAndPrize(0);
+    lk.done();
 }
 
 async function doSignAndPrize(mode){