feat(web): add OpenClawTool

This commit is contained in:
zhaoying
2026-04-09 17:38:35 +08:00
parent ae1909b7e9
commit 9f9ac69f97
4 changed files with 69 additions and 3 deletions

View File

@@ -2113,6 +2113,19 @@ Memory Bear: After the rebellion, regional warlordism intensified for several re
return_text_position_enable: 'Return Text Position Info',
return_text_position_enable_desc: 'Whether to return coordinate positions of recognized text',
OpenClawTool_desc: 'OpenClaw Remote Agent',
OpenClawTool_features: 'OpenClaw Remote Agent — 3D Printing and Device Management',
OpenClawTool_config_desc: 'Configure OpenClaw Gateway connection. Server URL and API Key are required.',
OpenClawTool_server_url_desc: 'OpenClaw Gateway server URL, e.g. http://xxx.xxx.xxx.xx:xxx',
OpenClawTool_api_key_desc: 'OpenClaw API Key, created in OpenClaw admin console',
OpenClawTool_agent_id_desc: 'Target Agent ID, defaults to main, usually no need to change',
OpenClawTool_enable: 'Enable OpenClaw',
agent_id: 'Agent ID',
'3dPrinting': '3D Printing',
deviceManagement: 'Device Management',
multimodalInteraction: 'Multimodal Interaction',
remoteAgent: 'Remote Agent',
addCustom: 'Add Custom Tool',
editCustom: 'Edit Custom Tool',
schema: 'Schema',

View File

@@ -2109,6 +2109,21 @@ export const zh = {
return_text_position_enable: '返回文本位置信息',
return_text_position_enable_desc: '是否返回识别文字的坐标位置',
OpenClawTool_desc: 'OpenClaw远程Agent',
OpenClawTool_features: 'OpenClaw远程Agent —3D打印控制、设备管理等',
OpenClawTool_config_desc: '配置OpenClaw Gateway连接信息需要提供服务地址和API Key。',
OpenClawTool_server_url_desc: 'OpenClaw Gateway 服务地址,如 http://xxx.xxx.xxx.xx:xxx',
OpenClawTool_api_key_desc: 'OpenClaw API Key在 OpenClaw 管理后台创建',
OpenClawTool_agent_id_desc: '目标 Agent ID默认为 main通常无需修改',
OpenClawTool_enable: '启用 OpenClaw',
agent_id: 'Agent ID',
'3dPrinting': '3D 打印',
deviceManagement: '设备管理',
multimodalInteraction: '多模态交互',
remoteAgent: '远程 Agent',
addCustom: '添加自定义工具',
editCustom: '编辑自定义工具',
schema: 'Schema',