feat: 增加工作流编排临时草稿缓存

- 按当前标签页缓存并静默恢复未保存的工作流编排

- 优化试运行抽屉层级、窄屏宽度与长结果滚动

- 覆盖版本变化、缓存异常与保存竞态场景
This commit is contained in:
2026-07-17 18:58:47 +08:00
parent 5a91323a2e
commit 62d763199f
6 changed files with 464 additions and 10 deletions

View File

@@ -101,6 +101,7 @@
"publishPendingHint": "There is already an approval in progress for this workflow.",
"deletePendingHint": "There is already an approval in progress for this workflow.",
"check": "Check",
"draftCacheFailed": "Unable to cache the temporary draft. Please save manually",
"checkPassed": "Workflow check passed",
"checkFailed": "Workflow check failed. Please fix the issues first",
"checkContentEmpty": "Canvas content is empty, unable to check",

View File

@@ -101,6 +101,7 @@
"publishPendingHint": "当前工作流已有进行中的审批,请等待处理完成。",
"deletePendingHint": "当前工作流已有进行中的审批,请等待处理完成。",
"check": "检查",
"draftCacheFailed": "临时草稿保存失败,请及时手动保存",
"checkPassed": "工作流检查通过",
"checkFailed": "工作流检查未通过,请先修复问题",
"checkContentEmpty": "当前画布内容为空,无法检查",