From 7dc37b26b01aa9d9e0cc3e8a0303202ab389b406 Mon Sep 17 00:00:00 2001 From: DEV_DSW <562304744@qq.com> Date: Mon, 20 Apr 2026 15:34:43 +0800 Subject: [PATCH] docs: update Cron task dialog title and description MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update the dialog title from "编辑定时任务" / "新建定时任务" to the more concise "编辑任务" / "创建任务". Also change the description to better reflect the purpose, from explaining configuration details to the simpler "安排自动化的 AI 任务" (Schedule automated AI tasks). This makes the UI text clearer and more user-friendly. --- src/pages/Cron/index.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/Cron/index.tsx b/src/pages/Cron/index.tsx index f7106bd..beba7ce 100644 --- a/src/pages/Cron/index.tsx +++ b/src/pages/Cron/index.tsx @@ -1520,10 +1520,10 @@ function CronTaskDialog({ className="mb-2 text-[24px] font-normal tracking-tight text-[#171717] dark:text-[#f3f4f6]" style={{ fontFamily: "Georgia, Cambria, 'Times New Roman', Times, serif" }} > - {job ? '编辑定时任务' : '新建定时任务'} + {job ? '编辑任务' : '创建任务'}

- 现在可以为任务配置发送渠道和目标收件人,和 ClawX 的调度职责保持一致。 + 安排自动化的 AI 任务