Refactor(MaaEnd): 重构MaaEnd Config逻辑#178
Draft
HarcoChen wants to merge 17 commits into
Draft
Conversation
- fix(MaaEnd): 等待时间延长至90s,创建脚本文案修复 - feat(MaaEndScriptEdit): 添加重要提示警告框,建议调整默认等待时间并提供反馈链接
回滚掉之前对MAA日程表的修改,MAA和MAAEND日程表分离 现在可以同时安排刷协议空间和刷基质了
- 前端的收到planTypeRegistry - 后端的收到model
- 统一计划表下拉框接口,改为单接口根据 consumer 返回对应数据 - 合并计划表相关映射表,统一使用 PLAN_BOOK 管理 - 移除 MultipleUIDValidator 中多余的类型校验 - 调整理智任务配置结构,使用 SanityTaskType 直接区分协议空间与基质刷取 - 删除 ProtocolSpaceTab 独立配置项,兼容旧配置数据加载 - 将 MaaEnd 理智任务配置逻辑内联回主流程
- 修正 MaaEnd 中未清理的 Essence 判断 - 删除错误的迁移代码 - 回退前端对 OpenAPI 导出的临时处理 - 恢复计划页面使用生成接口
- 清理掉一些不必要的状态和计算属性 - 优化了部分组件的渲染逻辑 - 删除eslint相关的注释,保持代码整洁
- 回退 MaaEnd 过度校验 - 继续修plan的阻塞
Co-authored-by: Codex <noreply@openai.com>
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.
概述
还在Draft阶段,等我明天看看AI拉了什么大的