edf6a5501b
CI/CD Pipeline / Build Production Runtime Images (push) Has been skipped
CI/CD Pipeline / Deploy Production (push) Has been skipped
CI/CD Pipeline / Production Browser E2E (push) Has been skipped
CI/CD Pipeline / Staging E2E Tests (push) Failing after 63h6m41s
CI/CD Pipeline / Deploy Staging (push) Failing after 63h9m23s
CI/CD Pipeline / Frontend Lint (push) Failing after 63h9m59s
CI/CD Pipeline / Validate Code Quality And Tests (push) Failing after 63h13m41s
根因:EditingPlanner.tsx 使用了假的 msg 对象(仅 console.log), 用户看不到任何 toast 反馈。同时两个按钮在 loadedTemplateId 为 null 时直接 return,阻止了新建模板和直接生成的场景。 修复: 1. 替换假 msg 为 antd message,所有 toast 通知可见 2. handleOpenSaveModal 移除 loadedTemplateId 守卫,始终打开弹窗 3. handleSave 支持 createEditingTemplate(新建)和 updateEditingTemplate(更新) 4. handleGoToGenerate 移除 loadedTemplateId 守卫,允许直接跳转生成页