shawenguan há 1 ano atrás
pai
commit
7005e70a14
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Scripts/bbmon/bbmonNotice.js

+ 1 - 1
Scripts/bbmon/bbmonNotice.js

@@ -158,7 +158,7 @@ async function tryCheckNewNotice() {
     }
     let total = data.total;
     let nowTime = Date.now();
-    let beforeTime = nowTime - 1 * 3600 * 1000 * 1 / 3;
+    let beforeTime = nowTime - 3 * 3600 * 1000;
     let rows = data?.rows;
     for (let i = rows.length - 1; i >= 0; i--) {
         const item = rows[i];