diff --git a/app/src/pages/set/AppSet.vue b/app/src/pages/set/AppSet.vue index 83a29c7..4b98442 100644 --- a/app/src/pages/set/AppSet.vue +++ b/app/src/pages/set/AppSet.vue @@ -129,7 +129,9 @@ - 修改配置 + + 修改配置 + 确认保存 取消 diff --git a/service/DouyinQuartzJobService.cs b/service/DouyinQuartzJobService.cs index 3b9b1dd..df39283 100644 --- a/service/DouyinQuartzJobService.cs +++ b/service/DouyinQuartzJobService.cs @@ -42,6 +42,8 @@ namespace dy.net.service // 按顺序启动任务,避免并发 var jobTasks = new List> { + //关注列表 + StartJobAsync("follow_user", expression), //我收藏的作品 StartJobAsync("collect", expression), //我喜欢的作品