@wecode-ai/weibo-openclaw-plugin 2.1.1-beta.4 → 2.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -44,9 +44,7 @@ openclaw config set 'channels.weibo.appId' 'your-appId'
44
44
 
45
45
  ```json
46
46
  {
47
- ...existing config...
48
47
  "channels": {
49
- ...existing config...
50
48
  "weibo": {
51
49
  "appId": "your-app-id",
52
50
  "appSecret": "your-app-secret"
package/bin/install.js CHANGED
@@ -9,7 +9,7 @@
9
9
  *
10
10
  * 版本兼容性:
11
11
  * - OpenClaw >= 2026.3.23: 安装最新版本 (2.1.0+)
12
- * - OpenClaw < 2026.3.23: 安装 2.0.0 版本
12
+ * - OpenClaw < 2026.3.23: 安装 2.0.1 版本
13
13
  */
14
14
 
15
15
  import { execSync, spawn } from 'child_process';
@@ -17,7 +17,7 @@ import { execSync, spawn } from 'child_process';
17
17
  const PACKAGE_NAME = '@wecode-ai/weibo-openclaw-plugin';
18
18
  const PLUGIN_NAME = 'weibo-openclaw-plugin';
19
19
  const VERSION_THRESHOLD = '2026.3.23';
20
- const LEGACY_VERSION = '2.0.0';
20
+ const LEGACY_VERSION = '2.0.1';
21
21
 
22
22
  /**
23
23
  * 比较两个版本号
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wecode-ai/weibo-openclaw-plugin",
3
- "version": "2.1.1-beta.4",
3
+ "version": "2.1.1",
4
4
  "type": "module",
5
5
  "description": "OpenClaw Weibo DM channel plugin",
6
6
  "license": "MIT",