Skip to content

Commit 020db7c

Browse files
committed
give some hint about update endTime manually
1 parent 0fcf606 commit 020db7c

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

packages/helper/transRes.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ let trans = {
109109
Minimum interval between two tasks is 10 minutes.":
110110
"注意:一个用户可以创建最多5个任务,每个任务最长持续<b>7天</b>(若点数大于80,则可持续<b>30天</b>)。\
111111
两个任务之间的最小间隔为10分钟。",
112+
"Notice: You can update a specific task's end time manually, before it will be expired. No need to create a new task.": "注意:在任务即将过期前,您可以手动更新一个任务的结束时间,无需创建新任务。",
112113
"Create Now": "立即创建",
113114
"Success. you will be redirected to task list page.\n\
114115
Also, you can close our page, your task will keep running until ":"成功,将跳转到任务列表页面。\n\

packages/web/src/pages/task/edit_simp.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -333,6 +333,8 @@ Also, you can close our page, your task will keep running until `) + taskDetail.
333333
<div {...innerHTML(t('Notice: One user can create max 5 tasks, and lasts max <b>7 days</b> (<b>30 days</b> if your points > 80) per task.\
334334
Minimum interval between two tasks is 10 minutes.'))}>
335335
</div>
336+
<div {...innerHTML(t(`Notice: You can update a specific task's end time manually, before it will be expired. No need to create a new task.`))}>
337+
</div>
336338
{
337339
router && router.query.id ? null : <div>
338340
<span {...innerHTML(t('Notice: Simple Mode is only suitable for monitor <b>public web pages</b>,\

0 commit comments

Comments
 (0)