seven 4 days ago
parent
commit
9d549c5554
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/admin/Sync.php

+ 1 - 1
app/Http/Controllers/admin/Sync.php

@@ -33,7 +33,7 @@ class Sync extends Controller
 
     public function five()
     {
-        IssueService::syncCountdownIssue(); // 提前20秒提醒
+        // IssueService::syncCountdownIssue(); // 提前20秒提醒
 
         IssueService::syncCloseIssue(); // 同步停止
         // Log::error('✅ 获取到最新期号: ' . ($latestIssue ?? '无'));