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){