refactor/channel & ipc (#349)

Co-authored-by: paisley <8197966+su8su@users.noreply.github.com>
Co-authored-by: zuolingxuan <zuolingxuan@bytedance.com>
This commit is contained in:
Lingxuan Zuo
2026-03-09 19:04:00 +08:00
committed by GitHub
Unverified
parent 8b45960662
commit e28eba01e1
47 changed files with 4160 additions and 543 deletions

View File

@@ -28,7 +28,10 @@
"back": "返回",
"next": "下一步",
"skip": "跳过",
"restart": "重启"
"restart": "重启",
"show": "显示",
"hide": "隐藏",
"clear": "清空"
},
"status": {
"running": "运行中",
@@ -49,4 +52,4 @@
"notRunningDesc": "OpenClaw 网关需要运行才能使用此功能。它将自动启动,或者您可以从设置中启动。",
"warning": "网关未运行。"
}
}
}