@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 +0 -2
- package/bin/install.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
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.
|
|
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.
|
|
20
|
+
const LEGACY_VERSION = '2.0.1';
|
|
21
21
|
|
|
22
22
|
/**
|
|
23
23
|
* 比较两个版本号
|