shawenguan hai 1 ano
pai
achega
e6c1749894

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