add task manager

This commit is contained in:
2024-02-17 15:22:26 +08:00
parent 02b211ab99
commit 7cec3fd320
17 changed files with 430 additions and 21 deletions

View File

@@ -143,5 +143,11 @@
"redirectToFlutter": "Redirect to Flutter frontend when accessing the root URL.",
"downloadTimeoutCheckInterval": "The interval of checking download timeout",
"downloadTimeoutCheckIntervalHelp": "The smaller the value, the more accurate the timeout detection, but the higher CPU usage.",
"dockerHelper": "The server is running in a Docker container. Unless you know what you are doing, do not change this setting."
"dockerHelper": "The server is running in a Docker container. Unless you know what you are doing, do not change this setting.",
"taskManager": "Task Manager",
"waiting": "Waiting",
"running": "Running",
"finished": "Finished",
"failed": "Failed",
"allTasks": "All Tasks"
}

View File

@@ -143,5 +143,11 @@
"redirectToFlutter": "访问根 URL 时重定向到 flutter 前端。",
"downloadTimeoutCheckInterval": "下载超时检测间隔",
"downloadTimeoutCheckIntervalHelp": "值越小,检测准确性越高,但是消耗更多的 CPU。",
"dockerHelper": "服务器运行在 Docker 容器中。除非你知道你在做什么,否则不要修改这个设置。"
"dockerHelper": "服务器运行在 Docker 容器中。除非你知道你在做什么,否则不要修改这个设置。",
"taskManager": "任务管理器",
"waiting": "等待中",
"running": "运行中",
"finished": "已完成",
"failed": "已失败",
"allTasks": "所有任务"
}