瀏覽代碼

优化任务管理器,新增更新 cookie 功能

luojunhui 1 月之前
父節點
當前提交
1d4c334f03
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      ui/src/views/Welcome.vue

+ 3 - 3
ui/src/views/Welcome.vue

@@ -58,9 +58,9 @@ const tasks = [
   { name: 'root_source_id 更新', desc: 'update_root_source_id', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'update_root_source_id' } },
   { name: '视频下架任务', desc: 'get_off_videos', url: 'http://192.168.100.31:6060/api/run_task', data: { task_name: 'get_off_videos' } },
   { name: '内部文章监测', desc: 'inner_article_monitor', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'inner_article_monitor' } },
-  { name: '关注公众号任务', desc: 'follow_gzh_task', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'follow_gzh_task' } },
-  { name: '获取自动回复结果', desc: 'get_auto_reply_task', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'get_auto_reply_task' } },
-  { name: '解析自动回复 xml', desc: 'extract_task', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'extract_task' } },
+  { name: '关注公众号任务', desc: 'follow_gzh_task', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'auto_follow_account' } },
+  { name: '获取自动回复结果', desc: 'get_auto_reply_task', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'get_follow_result' } },
+  { name: '解析自动回复 xml', desc: 'extract_task', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'extract_reply_result' } },
   { name: '阅读率均值计算', desc: 'update_account_read_rate_avg', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'update_account_read_rate_avg' } },
   { name: '阅读均值计算', desc: 'update_account_read_avg', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'update_account_read_avg' } },
   { name: '打开率均值计算', desc: 'update_account_open_rate_avg', url: 'http://192.168.142.66:6060/api/run_task', data: { task_name: 'update_account_open_rate_avg' } },