diff --git a/mateclaw-ui/src/i18n/locales/en-US.ts b/mateclaw-ui/src/i18n/locales/en-US.ts index ba0e18c1..ffb59e5d 100644 --- a/mateclaw-ui/src/i18n/locales/en-US.ts +++ b/mateclaw-ui/src/i18n/locales/en-US.ts @@ -2656,6 +2656,8 @@ export default { empty: 'No skills found', emptyDesc: 'Add skills to enhance your agents\' capabilities', noDescription: 'No description', + // Issue #83: shown on the padlock that replaces the toggle for MCP/ACP virtual skills. + virtualReadonlyHint: 'MCP/ACP-derived skills can\'t be toggled here — manage the underlying service in Settings ▸ Connections.', modal: { configureTitle: 'Configure Skill', newTitle: 'New Skill', diff --git a/mateclaw-ui/src/i18n/locales/zh-CN.ts b/mateclaw-ui/src/i18n/locales/zh-CN.ts index 3b00afd1..65404185 100644 --- a/mateclaw-ui/src/i18n/locales/zh-CN.ts +++ b/mateclaw-ui/src/i18n/locales/zh-CN.ts @@ -2660,6 +2660,8 @@ export default { empty: '暂无技能', emptyDesc: '添加技能以增强 Agent 的能力', noDescription: '暂无描述', + // Issue #83: shown on the padlock that replaces the toggle for MCP/ACP virtual skills. + virtualReadonlyHint: 'MCP / ACP 衍生技能不能在此切换,请到 Settings ▸ 连接页面操作对应的服务', modal: { configureTitle: '配置技能', newTitle: '新建技能', diff --git a/mateclaw-ui/src/views/SkillMarket.vue b/mateclaw-ui/src/views/SkillMarket.vue index 1eb1430f..8df27f2a 100644 --- a/mateclaw-ui/src/views/SkillMarket.vue +++ b/mateclaw-ui/src/views/SkillMarket.vue @@ -98,10 +98,25 @@