Update README.md
This commit is contained in:
@@ -39,7 +39,7 @@ go build -o installer.exe .
|
||||
```
|
||||
|
||||
### windows版本QQ机器人插件
|
||||
确保已经openclaw本体已经安装完成
|
||||
确保openclaw本体已经安装完成
|
||||
|
||||
安装插件
|
||||
```
|
||||
@@ -55,10 +55,10 @@ openclaw channels add --channel qqbot --token "AppID的值:AppSecret的值"
|
||||
```
|
||||
然后重启`openclaw`即可。
|
||||
|
||||
如需删除`Remove-Item "$env:USERPROFILE\.openclaw\extensions\qqbot" -Recurse -Force`
|
||||
插件删除命令`Remove-Item "$env:USERPROFILE\.openclaw\extensions\qqbot" -Recurse -Force`
|
||||
|
||||
### Linux版本QQ机器人插件
|
||||
确保已经openclaw本体已经安装完成
|
||||
确保openclaw本体已经安装完成
|
||||
|
||||
安装插件
|
||||
```
|
||||
@@ -77,7 +77,7 @@ openclaw channels add --channel qqbot --token "AppID的值:AppSecret的值"
|
||||
然后重启`openclaw`即可。
|
||||
|
||||
|
||||
如需删除`rm -rf "${HOME}/.openclaw/extensions/qqbot"`
|
||||
插件删除命令`rm -rf "${HOME}/.openclaw/extensions/qqbot"`
|
||||
|
||||
> QQ开放平台:https://q.qq.com/#/apps
|
||||
> 查看日志:`openclaw logs`
|
||||
|
||||
Reference in New Issue
Block a user