This commit is contained in:
lijianyou
2025-10-19 11:43:14 +08:00
parent 59ce4f59ed
commit 176e7cdc6e
9 changed files with 79 additions and 41 deletions
+1 -1
View File
@@ -257,7 +257,7 @@ namespace dy.net
commonService.UpdateCollectViedoType();
commonService.UpdateAllCookieSyncedToZero();
Serilog.Log.Debug("系统初始化,会默认将-博主作品同步功能-同步全部作品重置为关闭(若要开启,可以到抖音授权菜单中更改)");
// 启动定时任务
var quartzJobService = services.GetRequiredService<QuartzJobService>();
quartzJobService.StartJob(config?.Cron ?? "30");