fix: 修改插件id
This commit is contained in:
parent
09ce2741d5
commit
6f1693f1d8
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"id": "openclaw-vocechat",
|
"id": "vocechat",
|
||||||
"name": "openclaw-vocechat",
|
"name": "vocechat",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "VoceChat channel plugin for OpenClaw",
|
"description": "VoceChat channel plugin for OpenClaw",
|
||||||
"configSchema": {
|
"configSchema": {
|
||||||
|
|||||||
@ -28,7 +28,7 @@ Configure in `~/.openclaw/openclaw.json`:
|
|||||||
accounts: {
|
accounts: {
|
||||||
default: {
|
default: {
|
||||||
serverUrl: "https://your-vocechat-server.com",
|
serverUrl: "https://your-vocechat-server.com",
|
||||||
botApiKey: "your-api-key",
|
botApiToken: "your-api-key",
|
||||||
wsServerUrl: "wss://your-vocechat-server.com/ws",
|
wsServerUrl: "wss://your-vocechat-server.com/ws",
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user