diff --git a/portable/Config.html b/portable/Config.html index fcb4a20..02d6d98 100644 --- a/portable/Config.html +++ b/portable/Config.html @@ -498,7 +498,7 @@ function togglePw() { function buildOpenClawConfig(provider, base, model, apiKey) { // Base config that OpenClaw expects const baseConfig = { - gateway: { auth: { mode: 'token', token: 'uclaw', scopes: ['operator.admin'] }, remote: { token: 'uclaw' } }, + gateway: { mode: 'local', auth: { mode: 'token', token: 'uclaw' }, remote: { token: 'uclaw' } }, commands: { native: 'auto', nativeSkills: 'auto', restart: true, ownerDisplay: 'raw' }, meta: { lastTouchedVersion: '2026.3.13', lastTouchedAt: new Date().toISOString() } }; diff --git a/u-claw-app/resources/Config.html b/u-claw-app/resources/Config.html index 8b0e846..1b44e7d 100644 --- a/u-claw-app/resources/Config.html +++ b/u-claw-app/resources/Config.html @@ -164,7 +164,7 @@ input:focus { border-color: #ff6b35; }

最省心:用「虾盘云」一个 Key 调用国内外全部大模型(中转站)。也可用下面各家自己的官方 Key。

-
+

虾盘云 首选中转站

一个 Key 用 DeepSeek / Claude / GPT / 通义 等国内外全部大模型,无需翻墙

@@ -471,7 +471,7 @@ function togglePw() { function buildOpenClawConfig(provider, base, model, apiKey) { // Base config that OpenClaw expects const baseConfig = { - gateway: { auth: { mode: 'token', token: 'uclaw', scopes: ['operator.admin'] } }, + gateway: { auth: { mode: 'token', token: 'uclaw' }, remote: { token: 'uclaw' } }, commands: { native: 'auto', nativeSkills: 'auto', restart: true, ownerDisplay: 'raw' }, meta: { lastTouchedVersion: '2026.3.13', lastTouchedAt: new Date().toISOString() } };