fix: 修改插件id

This commit is contained in:
liyanyan 2026-03-15 22:51:32 +08:00
parent 09ce2741d5
commit 6f1693f1d8
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
{
"id": "openclaw-vocechat",
"name": "openclaw-vocechat",
"id": "vocechat",
"name": "vocechat",
"version": "1.0.0",
"description": "VoceChat channel plugin for OpenClaw",
"configSchema": {

View File

@ -28,7 +28,7 @@ Configure in `~/.openclaw/openclaw.json`:
accounts: {
default: {
serverUrl: "https://your-vocechat-server.com",
botApiKey: "your-api-key",
botApiToken: "your-api-key",
wsServerUrl: "wss://your-vocechat-server.com/ws",
},
},