shawenguan 1 年之前
父節點
當前提交
7005e70a14
共有 1 個文件被更改,包括 1 次插入1 次删除
  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];