shawenguan há 1 ano atrás
pai
commit
753548a05e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      Scripts/wubian/wubianHelper.js

+ 1 - 1
Scripts/wubian/wubianHelper.js

@@ -608,7 +608,7 @@ function handleActivityList() {
         dataDict[hashId] = item;
         // item.startTime = Math.floor(Date.now() / 1000 - 3600);
         // item.endTiem = Math.floor(Date.now() / 1000 + 3600);
-        if (nowTime < item.endTiem + 24 * 3600 * 100) {
+        if (nowTime < item.endTiem + 24 * 3600) {
             if (item.status == 0) {
                 item.name = `${item.name}(未开始)`;
             } else if (item.status == 2) {