siluzan-cso-cli 1.0.0-beta.34 → 1.0.0-beta.35

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
@@ -20,7 +20,7 @@ siluzan-cso init -d /path/to/skills # 写入自定义目录
20
20
  siluzan-cso init --force # 强制覆盖已存在文件
21
21
  ```
22
22
 
23
- > **注意**:当前为测试版(1.0.0-beta.34),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-cso-cli`。
23
+ > **注意**:当前为测试版(1.0.0-beta.35),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-cso-cli`。
24
24
 
25
25
  | 助手 | 建议 `--ai` |
26
26
  |------|-------------|
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "slug": "siluzan-cso",
3
- "version": "1.0.0-beta.34",
4
- "publishedAt": 1775555460715
3
+ "version": "1.0.0-beta.35",
4
+ "publishedAt": 1775556177207
5
5
  }
@@ -29,9 +29,7 @@ siluzan-cso authorize --media-type Twitter # X(推特)
29
29
  | Facebook / FB | `Facebook` | |
30
30
  | LinkedIn | `LinkedIn` | |
31
31
  | Twitter(即 X / 推特,同一平台) | `Twitter` | Twitter 已更名为 X,前端显示为"X",但 API 参数固定为 `Twitter` |
32
- | 抖音 | `Douyin` | |
33
- | 快手 | `Kuaishou` | |
34
- | 微信视频号 | `WeChatChannel` | 走扫码授权,建议在网页端操作 |
32
+
35
33
 
36
34
  ---
37
35
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siluzan-cso-cli",
3
- "version": "1.0.0-beta.34",
3
+ "version": "1.0.0-beta.35",
4
4
  "description": "Siluzan platform AI Skill CLI — multi-platform content publishing (video/image-text) for Cursor, Claude Code, and OpenClaw.",
5
5
  "type": "module",
6
6
  "bin": {