发布 OpenClaw 汉化发行版

This commit is contained in:
ms
2026-03-09 17:04:58 +08:00
parent a5f51ad30f
commit 3426eb675e
12 changed files with 188 additions and 0 deletions
@@ -0,0 +1,24 @@
{
"gateway": {
"mode": "local",
"controlUi": {
"dangerouslyAllowHostHeaderOriginFallback": true
}
},
"agents": {
"defaults": {
"workspace": "/home/node/.openclaw/workspace"
},
"list": [
{
"id": "main",
"workspace": "/home/node/.openclaw/workspace",
"identity": {
"name": "Clawd",
"theme": "helpful assistant",
"emoji": "🦞"
}
}
]
}
}