refactor: remove lite-plan-c workflow and update orchestrator UI components

- Deleted the lite-plan-c workflow file to streamline the planning process.
- Updated orchestrator localization files to include new variable picker and multi-node selector messages.
- Modified PropertyPanel to support new execution modes and added output variable input fields.
- Enhanced SlashCommandNode to reflect changes in execution modes.
- Introduced MultiNodeSelector component for better node selection management.
- Added VariablePicker component for selecting variables with improved UX.
This commit is contained in:
catlog22
2026-02-03 21:24:34 +08:00
parent 9bb50a13fa
commit a806d70d9b
13 changed files with 233 additions and 3084 deletions

View File

@@ -135,6 +135,13 @@
"tipLabel": "提示:",
"tip": "通过从输出拖动到输入句柄来连接节点"
},
"variablePicker": {
"empty": "没有可用的变量"
},
"multiNodeSelector": {
"empty": "没有可用的节点",
"clear": "清除全部"
},
"propertyPanel": {
"title": "属性",
"open": "打开属性面板",
@@ -174,8 +181,8 @@
"failFast": "快速失败 (首次错误时停止所有分支)"
},
"options": {
"modeAnalysis": "分析 (只读)",
"modeWrite": "写入 (修改文件)",
"modeMainprocess": "主进程",
"modeAsync": "异步",
"errorStop": "停止执行",
"errorContinue": "继续",
"errorRetry": "重试",