openclaw-channels-csdn-setup 0.1.12 → 0.1.14
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 +10 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -13,6 +13,16 @@
|
|
|
13
13
|
|
|
14
14
|
```bash
|
|
15
15
|
npx openclaw-channels-csdn-setup@latest --token "$CSDN_BOT_TOKEN"
|
|
16
|
+
```
|
|
17
|
+
若安装失败则可以先卸载或清理缓存再重新安装。
|
|
18
|
+
```bash
|
|
19
|
+
|
|
20
|
+
#卸载
|
|
21
|
+
openclaw plugins uninstall csdn-im --force
|
|
22
|
+
|
|
23
|
+
#清理缓存
|
|
24
|
+
npm cache clean --force
|
|
25
|
+
|
|
16
26
|
```
|
|
17
27
|
|
|
18
28
|
环境变量:`CSDN_BOT_TOKEN`(可替代 `--token`)。
|
package/package.json
CHANGED