fix(webui): harden skill management

This commit is contained in:
Xubin Ren
2026-07-30 01:13:37 +08:00
parent d276fe1386
commit 8a56eb06ad
16 changed files with 422 additions and 8 deletions
+30
View File
@@ -791,6 +791,36 @@
"views": "技能视图",
"installedTab": "已安装",
"discoverTab": "发现",
"customGroup": "自定义",
"builtinGroup": "内置",
"otherGroup": "其他",
"searchInstalled": "搜索已安装技能",
"filterAll": "全部",
"filterEnabled": "已启用",
"filterDisabled": "已停用",
"noMatching": "没有匹配的技能。",
"statusDisabled": "已停用",
"statusEnabled": "已启用",
"statusNeedsSetup": "需要设置",
"showLess": "收起",
"showMore": "展开",
"enabledControl": "使用此技能",
"enabledDescription": "当技能需求满足时,允许 agent 加载并使用它。",
"enableSkill": "启用 {{name}}",
"disableSkill": "停用 {{name}}",
"updateFailed": "无法更新此技能。",
"deleteTitle": "删除技能",
"deleteDescription": "从当前工作区移除此技能。",
"deleteAction": "删除",
"deleteFailed": "无法删除此技能。",
"deleteConfirmTitle": "删除 {{name}}",
"deleteConfirmDescription": "这会从当前工作区移除该技能的文件,且无法撤销。",
"deleteConfirmAction": "删除技能",
"instructionsTitle": "技能说明",
"setupRequired": "需要设置",
"setupDescription": "请在运行 nanobot 的设备上安装缺少的依赖,然后重新检查。",
"copySetupCommand": "复制设置命令",
"checkAgain": "重新检查",
"marketplaceSearchFailed": "暂时无法搜索技能市场。",
"marketplaceInstallFailed": "无法安装此技能。",
"marketplaceSearchPlaceholder": "搜索技能",