openclaw-channels-csdn-setup 0.1.8 → 0.1.11
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 +1 -1
- package/dist/cli.cjs +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
在已安装 OpenClaw CLI 的前提下,**一条命令**完成:
|
|
4
4
|
|
|
5
|
-
1. `openclaw plugins install csdn-im`
|
|
5
|
+
1. `openclaw plugins install csdn-im@latest`
|
|
6
6
|
2. 将 `channels.csdn-im`(含 Token)合并写入用户级 `openclaw.json`(默认 `~/.openclaw/openclaw.json`)
|
|
7
7
|
|
|
8
8
|
不会删除或覆盖配置中的 `bindings`、`agents`、其它 `channels.*` 等字段。
|
package/dist/cli.cjs
CHANGED
|
@@ -52,7 +52,7 @@ function mergeCsdnIntoOpenClawConfig(existing, csdn) {
|
|
|
52
52
|
|
|
53
53
|
// src/cli.ts
|
|
54
54
|
var PLUGIN_PACKAGE = "csdn-im";
|
|
55
|
-
var DEFAULT_API_URL = "https://
|
|
55
|
+
var DEFAULT_API_URL = "https://msg.csdn.net/claw";
|
|
56
56
|
function defaultConfigPath() {
|
|
57
57
|
return (0, import_node_path.join)((0, import_node_os.homedir)(), ".openclaw", "openclaw.json");
|
|
58
58
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "openclaw-channels-csdn-setup",
|
|
3
|
-
"version": "0.1.
|
|
4
|
-
"description": "One-shot installer: openclaw plugins install csdn-im + merge channels.csdn-im into openclaw.json",
|
|
3
|
+
"version": "0.1.11",
|
|
4
|
+
"description": "One-shot installer: openclaw plugins install csdn-im@latest + merge channels.csdn-im into openclaw.json",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"files": [
|