shawenguan il y a 1 an
Parent
commit
22c5ff7f68
1 fichiers modifiés avec 3 ajouts et 3 suppressions
  1. 3 3
      Scripts/unicom/unicomRechargeDisc.js

+ 3 - 3
Scripts/unicom/unicomRechargeDisc.js

@@ -166,9 +166,9 @@ async function tryGrab() {
 async function doGrabByNormal() {
     let theAcType = 'AM';
     let nowDate = new Date();
-    if (nowDate.getHours() > 12) {
-        theAcType = 'PM';
-    }
+    // if (nowDate.getHours() > 12) {
+    //     theAcType = 'PM';
+    // }
     let tipsText = ``;
     let taskInfoList = getTaskInfoList();
     for (let i = 0; i < taskInfoList.length; i++) {