11wqe1 2 hafta önce
ebeveyn
işleme
365affb33f
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      cocostudy.js

+ 2 - 2
cocostudy.js

@@ -314,8 +314,8 @@ const runAutoScoSafe = async () => {
   }
 };
 
-// 定时任务:每天凌晨1点触发
-schedule.scheduleJob("0 1 * * *", async () => {
+// 定时任务:每10分钟触发一次
+schedule.scheduleJob("*/10 * * * *", async () => {
   try {
     await runAutoScoSafe();
   } catch (error) {