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": "ゲートウェイが停止中です。"
}
}
}