dever 6 年之前
父节点
当前提交
65c2f200c9
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      main/src/Journal_v1.php

+ 2 - 0
main/src/Journal_v1.php

@@ -350,6 +350,7 @@ class Journal_v1 extends Core
         }
 
         $time = time();
+        /*
         if ($this->data['active'] && $time >= $this->data['active']['start'] && $time < $this->data['active']['end']) {
             $this->data['active']['status'] = 1;
         } else {
@@ -359,6 +360,7 @@ class Journal_v1 extends Core
         if ($time < $this->data['active']['start']) {
             $this->data['active']['status'] = 3;
         }
+        */
 
         return $this->data;
     }