From e2164f2bb76e2a92d14ef2a88a6b746fd3866ef4 Mon Sep 17 00:00:00 2001 From: Bijin <38134380+sliverp@users.noreply.github.com> Date: Sat, 7 Feb 2026 10:44:28 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ed365cd..ce4faae 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ QQ 开放平台 Bot API 的 Openclaw 渠道插件,支持 C2C 私聊、群聊 @ ### 方式二:npm 安装(推荐) ```bash -openclaw plugins install @sliverp/qqbot@1.3.7 +openclaw plugins install @sliverp/qqbot@latest ``` ### 方式三:源码安装 @@ -150,7 +150,7 @@ clawdbot onboard ### npm 热更新 ```bash -npx -y @sliverp/qqbot@1.3.7 upgrade +npx -y @sliverp/qqbot@latest upgrade ``` > 热更新后无需重新配置 AppId 和 AppSecret。该方式Openclaw和Node.js会占用大量内存,小内存机器优先建议使用源码方式热更新