diff --git a/README.md b/README.md index 0b05baa..0d649e1 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ OpenClaw's WeChat channel plugin, supporting login authorization via QR code sca | Plugin Version | OpenClaw Version | npm dist-tag | Status | |---------------|------------------------|--------------|-------------| -| 2.0.x | >=2026.3.22 | `latest` | Active | +| 2.1.x | >=2026.3.22 | `latest` | Active | | 1.0.x | >=2026.1.0 <2026.3.22 | `legacy` | Maintenance | > The plugin checks the host version at startup and will refuse to load if the diff --git a/README.zh_CN.md b/README.zh_CN.md index d50e882..1be078d 100644 --- a/README.zh_CN.md +++ b/README.zh_CN.md @@ -8,7 +8,7 @@ OpenClaw 的微信渠道插件,支持通过扫码完成登录授权。 | 插件版本 | OpenClaw 版本 | npm dist-tag | 状态 | |---------|--------------------------|--------------|--------| -| 2.0.x | >=2026.3.22 | `latest` | 活跃 | +| 2.1.x | >=2026.3.22 | `latest` | 活跃 | | 1.0.x | >=2026.1.0 <2026.3.22 | `legacy` | 维护中 | > 插件在启动时会检查宿主版本,如果运行的 OpenClaw 版本超出支持范围,插件将拒绝加载。 diff --git a/package.json b/package.json index 3998f61..dc4b558 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ }, "devDependencies": { "@vitest/coverage-v8": "^3.1.0", - "openclaw": "2026.3.23", + "openclaw": "^2026.4.8", "silk-wasm": "^3.7.1", "typescript": "^5.8.0", "vitest": "^3.1.0"