Open
Conversation
新增功能: - 在导航栏添加定时任务入口(CLI Tools 下方) - 创建定时任务管理组件 ScheduledTasksManager - 支持创建/暂停/恢复/删除/立即执行定时任务 - 支持三种调度类型:Interval、Cron、Once - 优先级设置和完成通知选项 - 中英文 i18n 支持 技术实现: - 使用现有任务调度 API(/api/tasks/*) - 添加 Clock 和 Pause 图标导出 - 更新 API 路由支持定时任务的 PATCH/DELETE 操作
|
@jackdu2333 is attempting to deploy a commit to the op7418's projects Team on Vercel. A member of the Team first needs to authorize it. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
新增功能:
技术实现: