siluzan-cso-cli 1.0.1 → 1.0.2-beta.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
@@ -12,7 +12,7 @@
12
12
  在**用户的目标项目根目录**执行(根据用户使用的助手选择 `--ai`):
13
13
 
14
14
  ```bash
15
- npm install -g siluzan-cso-cli
15
+ npm install -g siluzan-cso-cli@beta
16
16
  siluzan-cso init --ai cursor # 写入 Cursor(默认)
17
17
  siluzan-cso init --ai cursor,claude # 同时写入多个平台
18
18
  siluzan-cso init --ai all # 写入所有支持的平台
@@ -20,6 +20,7 @@ siluzan-cso init -d /path/to/skills # 写入自定义目录
20
20
  siluzan-cso init --force # 强制覆盖已存在文件
21
21
  ```
22
22
 
23
+ > **注意**:当前为测试版(1.0.2-beta.1),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-cso-cli`。
23
24
 
24
25
  | 助手 | 建议 `--ai` |
25
26
  |------|-------------|
package/dist/index.js CHANGED
@@ -1936,7 +1936,7 @@ var require_semver2 = __commonJS({
1936
1936
  });
1937
1937
 
1938
1938
  // src/index.ts
1939
- import { Command } from "commander";
1939
+ import { Command, Option } from "commander";
1940
1940
 
1941
1941
  // src/commands/init.ts
1942
1942
  import * as fs2 from "fs/promises";
@@ -2786,14 +2786,29 @@ async function fetchNpmVersion(pkgName, tag, timeoutMs = 4e3) {
2786
2786
  }
2787
2787
 
2788
2788
  // src/config/defaults.ts
2789
- var BUILD_ENV = "production";
2790
- var DEFAULT_API_BASE = "https://api.siluzan.com";
2791
- var DEFAULT_CSO_BASE = "https://cso.siluzan.com";
2792
- var DEFAULT_WEB_BASE = "https://www.siluzan.com";
2793
- var DEFAULT_AGENT_BASE = "https://agent.mysiluzan.com";
2789
+ var BUILD_ENV = "test";
2790
+ var DEFAULT_API_BASE = "https://api-ci.siluzan.com";
2791
+ var DEFAULT_CSO_BASE = "https://cso-ci.siluzan.com";
2792
+ var DEFAULT_WEB_BASE = "https://www-ci.siluzan.com";
2793
+ var DEFAULT_AGENT_BASE = "https://agent-ci.mysiluzan.com";
2794
2794
 
2795
2795
  // src/commands/login.ts
2796
2796
  async function runLogin(opts = {}) {
2797
+ if (opts.token !== void 0) {
2798
+ const token = opts.token.trim();
2799
+ if (!token) {
2800
+ console.error("\n\u274C Token \u4E0D\u80FD\u4E3A\u7A7A\u3002\n");
2801
+ process.exit(1);
2802
+ }
2803
+ writeSharedConfig({ authToken: token });
2804
+ refreshSiluzanUser(DEFAULT_API_BASE, { authToken: token });
2805
+ console.log(`
2806
+ \u2705 Token \u5DF2\u4FDD\u5B58\uFF08${maskSecret(token)}\uFF09`);
2807
+ console.log(` \u914D\u7F6E\u6587\u4EF6\uFF1A${CONFIG_FILE}`);
2808
+ console.log("\n\u73B0\u5728\u53EF\u4EE5\u8FD0\u884C\uFF1A");
2809
+ console.log(" siluzan-cso list-accounts \u67E5\u770B\u53EF\u7528\u5A92\u4F53\u8D26\u53F7\n");
2810
+ return;
2811
+ }
2797
2812
  if (opts.apiKey !== void 0) {
2798
2813
  const key = opts.apiKey.trim();
2799
2814
  if (!key) {
@@ -2814,73 +2829,37 @@ async function runLogin(opts = {}) {
2814
2829
  const prompt = (q) => new Promise((res) => rl.question(q, (a) => res(a.trim())));
2815
2830
  console.log("\n\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550");
2816
2831
  console.log(" Siluzan CSO \u767B\u5F55");
2817
- console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550");
2818
- console.log("\n\u8BF7\u9009\u62E9\u767B\u5F55\u65B9\u5F0F\uFF1A");
2819
- console.log(" 1. API Key\uFF08\u63A8\u8350\uFF0C\u4E0E siluzan-tso \u5171\u7528\uFF09");
2820
- console.log(" 2. JWT Token\n");
2821
- const choice = await prompt("\u8F93\u5165\u5E8F\u53F7\uFF08\u9ED8\u8BA4 1\uFF09\uFF1A");
2822
- if (!choice || choice === "1") {
2823
- if (shared.apiKey) {
2824
- console.log(`
2825
- \u5DF2\u68C0\u6D4B\u5230\u5DF2\u4FDD\u5B58\u7684 API Key\uFF08${maskSecret(shared.apiKey)}\uFF09\u3002`);
2826
- const ans = await prompt("\u662F\u5426\u8986\u76D6\uFF1F(y/N) ");
2827
- if (ans.toLowerCase() !== "y") {
2828
- rl.close();
2829
- console.log("\n\u5DF2\u53D6\u6D88\u3002\n");
2830
- return;
2831
- }
2832
+ console.log("\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\u2550\n");
2833
+ if (shared.apiKey) {
2834
+ console.log(`\u5DF2\u68C0\u6D4B\u5230\u5DF2\u4FDD\u5B58\u7684 API Key\uFF08${maskSecret(shared.apiKey)}\uFF09\u3002`);
2835
+ const ans = await prompt("\u662F\u5426\u8986\u76D6\uFF1F(y/N) ");
2836
+ if (ans.toLowerCase() !== "y") {
2837
+ rl.close();
2838
+ console.log("\n\u5DF2\u53D6\u6D88\u3002\n");
2839
+ return;
2832
2840
  }
2833
- console.log(`
2841
+ }
2842
+ console.log(`
2834
2843
  \u8BF7\u524D\u5F80\uFF1A${DEFAULT_WEB_BASE}/v3/foreign_trade/settings/apiKeyManagement`);
2835
- console.log("\u521B\u5EFA API Key \u540E\u7C98\u8D34\u5230\u4E0B\u65B9\u3002\n");
2836
- let apiKey = "";
2837
- for (let i = 0; i < 3; i++) {
2838
- const input = await prompt("\u7C98\u8D34 API Key\uFF1A");
2839
- if (input) {
2840
- apiKey = input;
2841
- break;
2842
- }
2843
- console.log("\u274C API Key \u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u8BD5");
2844
- }
2845
- rl.close();
2846
- if (!apiKey) {
2847
- console.error("\n\u274C \u591A\u6B21\u8F93\u5165\u65E0\u6548\u3002\n");
2848
- process.exit(1);
2849
- }
2850
- writeSharedConfig({ apiKey });
2851
- refreshSiluzanUser(DEFAULT_API_BASE, { authToken: "", apiKey });
2852
- console.log(`
2853
- \u2705 API Key \u5DF2\u4FDD\u5B58\uFF08${maskSecret(apiKey)}\uFF09`);
2854
- } else {
2855
- if (shared.authToken) {
2856
- console.log(`
2857
- \u5DF2\u68C0\u6D4B\u5230\u5DF2\u4FDD\u5B58\u7684 Token\uFF08${maskSecret(shared.authToken)}\uFF09\u3002`);
2858
- const ans = await prompt("\u662F\u5426\u8986\u76D6\uFF1F(y/N) ");
2859
- if (ans.toLowerCase() !== "y") {
2860
- rl.close();
2861
- console.log("\n\u5DF2\u53D6\u6D88\u3002\n");
2862
- return;
2863
- }
2864
- }
2865
- let token = "";
2866
- for (let i = 0; i < 3; i++) {
2867
- const input = await prompt("\u7C98\u8D34 Token\uFF1A");
2868
- if (input.split(".").length === 3) {
2869
- token = input;
2870
- break;
2871
- }
2872
- if (input) console.log("\u274C \u683C\u5F0F\u4E0D\u6B63\u786E\uFF08\u5E94\u4E3A JWT\uFF0C\u4E09\u6BB5\u7528 . \u5206\u9694\uFF09\uFF0C\u8BF7\u91CD\u8BD5");
2844
+ console.log("\u521B\u5EFA API Key \u540E\u7C98\u8D34\u5230\u4E0B\u65B9\u3002\n");
2845
+ let apiKey = "";
2846
+ for (let i = 0; i < 3; i++) {
2847
+ const input = await prompt("\u7C98\u8D34 API Key\uFF1A");
2848
+ if (input) {
2849
+ apiKey = input;
2850
+ break;
2873
2851
  }
2874
- rl.close();
2875
- if (!token) {
2876
- console.error("\n\u274C \u591A\u6B21\u8F93\u5165\u65E0\u6548\u3002\n");
2877
- process.exit(1);
2878
- }
2879
- writeSharedConfig({ authToken: token });
2880
- refreshSiluzanUser(DEFAULT_API_BASE, { authToken: token });
2881
- console.log(`
2882
- \u2705 Token \u5DF2\u4FDD\u5B58\uFF08${maskSecret(token)}\uFF09`);
2852
+ console.log("\u274C API Key \u4E0D\u80FD\u4E3A\u7A7A\uFF0C\u8BF7\u91CD\u8BD5");
2883
2853
  }
2854
+ rl.close();
2855
+ if (!apiKey) {
2856
+ console.error("\n\u274C \u591A\u6B21\u8F93\u5165\u65E0\u6548\u3002\n");
2857
+ process.exit(1);
2858
+ }
2859
+ writeSharedConfig({ apiKey });
2860
+ refreshSiluzanUser(DEFAULT_API_BASE, { authToken: "", apiKey });
2861
+ console.log(`
2862
+ \u2705 API Key \u5DF2\u4FDD\u5B58\uFF08${maskSecret(apiKey)}\uFF09`);
2884
2863
  console.log(` \u914D\u7F6E\u6587\u4EF6\uFF1A${CONFIG_FILE}`);
2885
2864
  console.log("\n\u73B0\u5728\u53EF\u4EE5\u8FD0\u884C\uFF1A");
2886
2865
  console.log(" siluzan-cso list-accounts \u67E5\u770B\u53EF\u7528\u5A92\u4F53\u8D26\u53F7");
@@ -6613,8 +6592,8 @@ configCmd.command("set").description("\u4FDD\u5B58\u914D\u7F6E\u5230 ~/.siluzan/
6613
6592
  cmdConfigSet({ apiKey: opts.apiKey, token: opts.token, apiBase: opts.apiBase });
6614
6593
  });
6615
6594
  configCmd.command("clear").description("\u6E05\u7A7A\u5DF2\u4FDD\u5B58\u7684 Token").action(() => cmdConfigClear());
6616
- program.command("login").description("\u5F15\u5BFC\u5B8C\u6210 Siluzan \u8D26\u53F7\u767B\u5F55\uFF0C\u4FDD\u5B58 API Key \u6216 Token \u5230\u672C\u5730").option("--api-key <key>", "\u76F4\u63A5\u4FDD\u5B58 API Key\uFF08\u8DF3\u8FC7\u4EA4\u4E92\u5F0F\u6D41\u7A0B\uFF0C\u4E0E siluzan-tso \u5171\u7528\uFF09").action(async (opts) => {
6617
- await runLogin({ apiKey: opts.apiKey });
6595
+ program.command("login").description("\u5F15\u5BFC\u5B8C\u6210 Siluzan \u8D26\u53F7\u767B\u5F55\uFF0C\u4FDD\u5B58 API Key \u5230\u672C\u5730").option("--api-key <key>", "\u76F4\u63A5\u4FDD\u5B58 API Key\uFF08\u8DF3\u8FC7\u4EA4\u4E92\u5F0F\u6D41\u7A0B\uFF0C\u4E0E siluzan-tso \u5171\u7528\uFF09").addOption(new Option("--token <token>", "\u76F4\u63A5\u4FDD\u5B58 JWT Token").hideHelp()).action(async (opts) => {
6596
+ await runLogin({ apiKey: opts.apiKey, token: opts.token });
6618
6597
  });
6619
6598
  program.command("update").description("\u68C0\u67E5\u5E76\u66F4\u65B0 siluzan-cso-cli \u81F3\u6700\u65B0\u7248\u672C\uFF0C\u540C\u6B65\u5237\u65B0\u6240\u6709\u5DF2\u5B89\u88C5\u7684 skill \u6587\u4EF6").option("--force", "\u8DF3\u8FC7\u7248\u672C\u6BD4\u8F83\uFF0C\u5F3A\u5236\u91CD\u65B0\u5B89\u88C5\u5E76\u5237\u65B0 skill \u6587\u4EF6", false).option("--skip-init", "\u4EC5\u66F4\u65B0 CLI\uFF0C\u4E0D\u91CD\u65B0\u521D\u59CB\u5316 skill \u6587\u4EF6", false).action(async (opts) => {
6620
6599
  await runUpdate({ force: opts.force, skipInit: opts.skipInit });
@@ -123,6 +123,6 @@ account-group ──需要 mediaCustomerId──► list-accounts
123
123
 
124
124
  > 无对应 CLI 命令的模块,或需要引导用户在网页端查看数据时,查阅 `references/web-pages.md` 获取完整页面清单与链接。
125
125
 
126
- URL 格式:`https://www.siluzan.com/v3/foreign_trade/cso/{页面}`
126
+ URL 格式:`https://www-ci.siluzan.com/v3/foreign_trade/cso/{页面}`
127
127
 
128
128
  常用页面:`task`(任务管理)· `postVideo`(发布页)· `ManageAccounts`(账号管理)· `planning`(AI 内容规划)· `table`(绩效报表)· `Workdata`(作品数据)
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "slug": "siluzan-cso",
3
- "version": "1.0.1",
4
- "publishedAt": 1775632871968
3
+ "version": "1.0.2-beta.1",
4
+ "publishedAt": 1775638502559
5
5
  }
@@ -199,7 +199,7 @@ siluzan-cso publish -c publish-config.json
199
199
 
200
200
  > 查询发布状态、处理失败项 → 参见 `references/task.md`
201
201
 
202
- 前往 CSO 任务管理页面查看进度:`https://www.siluzan.com/v3/foreign_trade/cso/task`
202
+ 前往 CSO 任务管理页面查看进度:`https://www-ci.siluzan.com/v3/foreign_trade/cso/task`
203
203
 
204
204
  ---
205
205
 
@@ -3,7 +3,7 @@
3
3
  ## 安装 CLI
4
4
 
5
5
  ```bash
6
- npm install -g siluzan-cso-cli
6
+ npm install -g siluzan-cso-cli@beta
7
7
  ```
8
8
 
9
9
  环境要求:Node.js 24+
@@ -44,7 +44,7 @@ siluzan-cso config set --token <Token> # 备用:设置 JWT Token
44
44
 
45
45
  > **⚠️ 不要使用 `config set --token <token>` 的方式。** 该方式会将 Token 明文写入 shell history(`~/.bash_history`、`~/.zsh_history`、PowerShell 历史),存在凭证泄露风险。推荐使用 `siluzan-cso login` 交互式输入。
46
46
 
47
- API Key 获取入口:`https://cso.siluzan.com/v3/foreign_trade/settings/apiKeyManagement`
47
+ API Key 获取入口:`https://cso-ci.siluzan.com/v3/foreign_trade/settings/apiKeyManagement`
48
48
 
49
49
  **Token 读取优先级(由高到低):**
50
50
  1. 环境变量 `SILUZAN_AUTH_TOKEN`(CI/CD 推荐)
@@ -63,8 +63,8 @@ siluzan-cso config show
63
63
  输出示例:
64
64
  ```
65
65
  构建环境 : production
66
- apiBaseUrl : https://api.siluzan.com
67
- csoBaseUrl : https://cso.siluzan.com
66
+ apiBaseUrl : https://api-ci.siluzan.com
67
+ csoBaseUrl : https://cso-ci.siluzan.com
68
68
  apiKey : abcd****1234
69
69
  ```
70
70
 
@@ -1,7 +1,7 @@
1
1
  # web-pages — CSO 后台页面速查
2
2
 
3
3
  > 当需要引导用户前往网页端查看数据或执行操作时,使用本文件中的页面链接。
4
- > URL 格式:`https://www.siluzan.com/v3/foreign_trade/cso/{页面路径}`
4
+ > URL 格式:`https://www-ci.siluzan.com/v3/foreign_trade/cso/{页面路径}`
5
5
 
6
6
  ---
7
7
 
@@ -11,9 +11,9 @@
11
11
 
12
12
  | 页面 | 完整链接 | 功能说明 |
13
13
  |------|----------|----------|
14
- | 账号管理 | `https://www.siluzan.com/v3/foreign_trade/cso/ManageAccounts` | 绑定/授权/查看媒体账号列表、账号状态、Token 到期时间 |
15
- | 账号分组 | `https://www.siluzan.com/v3/foreign_trade/cso/AccountGroup` | 新建分组、管理分组内账号 |
16
- | 重点账号 | `https://www.siluzan.com/v3/foreign_trade/cso/KeyAccounts` | 配置重点关注账号、数据备份 |
14
+ | 账号管理 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/ManageAccounts` | 绑定/授权/查看媒体账号列表、账号状态、Token 到期时间 |
15
+ | 账号分组 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/AccountGroup` | 新建分组、管理分组内账号 |
16
+ | 重点账号 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/KeyAccounts` | 配置重点关注账号、数据备份 |
17
17
 
18
18
 
19
19
  ---
@@ -22,10 +22,10 @@
22
22
 
23
23
  | 页面 | 完整链接 | 功能说明 |
24
24
  |------|----------|----------|
25
- | 发布作品 | `https://www.siluzan.com/v3/foreign_trade/cso/postVideo?contentType=1` | 矩阵发布视频、图文、草稿管理、话题组 contentType=1 是视频,contentType=2是图文 |
25
+ | 发布作品 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/postVideo?contentType=1` | 矩阵发布视频、图文、草稿管理、话题组 contentType=1 是视频,contentType=2是图文 |
26
26
 
27
- | 发布日历 | `https://www.siluzan.com/v3/foreign_trade/cso/publishCalendar` | 日历视图规划发布任务、创建/编辑发布任务 |
28
- | 营销日历 | `https://www.siluzan.com/v3/foreign_trade/cso/marketingCalendar` | 营销节点日历、跳转创建发布任务 |
27
+ | 发布日历 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/publishCalendar` | 日历视图规划发布任务、创建/编辑发布任务 |
28
+ | 营销日历 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/marketingCalendar` | 营销节点日历、跳转创建发布任务 |
29
29
 
30
30
  ---
31
31
 
@@ -33,10 +33,10 @@
33
33
 
34
34
  | 页面 | 完整链接 | 功能说明 |
35
35
  |------|----------|----------|
36
- | 任务列表 | `https://www.siluzan.com/v3/foreign_trade/cso/task` | 发布任务列表、状态筛选、任务详情抽屉 |
37
- | 视频管理 | `https://www.siluzan.com/v3/foreign_trade/cso/VideoMgr` | 已发布视频/图文列表、删除、重发、评论查看 |
38
- | 视频搬家 | `https://www.siluzan.com/v3/foreign_trade/cso/relocation` | 将视频搬运到其他平台 |
39
- | 搬家记录 | `https://www.siluzan.com/v3/foreign_trade/cso/MovingRecord` | 搬家任务列表与执行状态 |
36
+ | 任务列表 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/task` | 发布任务列表、状态筛选、任务详情抽屉 |
37
+ | 视频管理 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/VideoMgr` | 已发布视频/图文列表、删除、重发、评论查看 |
38
+ | 视频搬家 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/relocation` | 将视频搬运到其他平台 |
39
+ | 搬家记录 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/MovingRecord` | 搬家任务列表与执行状态 |
40
40
 
41
41
  ---
42
42
 
@@ -44,9 +44,9 @@
44
44
 
45
45
  | 页面 | 完整链接 | 功能说明 |
46
46
  |------|----------|----------|
47
- | 私信管理 | `https://www.siluzan.com/v3/foreign_trade/cso/letter` | 按渠道/时间查看与处理私信(多平台 Tab) |
48
- | 评论管理 | `https://www.siluzan.com/v3/foreign_trade/cso/comment` | 收到的评论列表、回复、账号组筛选 |
49
- | 智能互动 | `https://www.siluzan.com/v3/foreign_trade/cso/interaction` | 私信欢迎语、自动回复规则配置 |
47
+ | 私信管理 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/letter` | 按渠道/时间查看与处理私信(多平台 Tab) |
48
+ | 评论管理 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/comment` | 收到的评论列表、回复、账号组筛选 |
49
+ | 智能互动 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/interaction` | 私信欢迎语、自动回复规则配置 |
50
50
 
51
51
  ---
52
52
 
@@ -54,9 +54,9 @@
54
54
 
55
55
  | 页面 | 完整链接 | 功能说明 |
56
56
  |------|----------|----------|
57
- | 作品数据 | `https://www.siluzan.com/v3/foreign_trade/cso/Workdata` | 作品维度统计、图表、明细(对应 CLI `report fetch`) |
58
- | 账户数据 | `https://www.siluzan.com/v3/foreign_trade/cso/accountdata` | 账户维度汇总数据、趋势图表 |
59
- | 绩效报表 | `https://www.siluzan.com/v3/foreign_trade/cso/table` | 多维度绩效报表、PDF 导出(对应 CLI `report fetch/records/download`) |
57
+ | 作品数据 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/Workdata` | 作品维度统计、图表、明细(对应 CLI `report fetch`) |
58
+ | 账户数据 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/accountdata` | 账户维度汇总数据、趋势图表 |
59
+ | 绩效报表 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/table` | 多维度绩效报表、PDF 导出(对应 CLI `report fetch/records/download`) |
60
60
 
61
61
  ---
62
62
 
@@ -64,10 +64,10 @@
64
64
 
65
65
  | 页面 | 完整链接 | 功能说明 |
66
66
  |------|----------|----------|
67
- | 内容规划 | `https://www.siluzan.com/v3/foreign_trade/cso/planning` | AI 内容规划列表、生成规划、企业维度筛选(对应 CLI `planning`) |
68
- | 营销首页 | `https://www.siluzan.com/v3/foreign_trade/cso/ContentHome` | 工作台总览:账号数、视频数、最新评论与视频 |
67
+ | 内容规划 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/planning` | AI 内容规划列表、生成规划、企业维度筛选(对应 CLI `planning`) |
68
+ | 营销首页 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/ContentHome` | 工作台总览:账号数、视频数、最新评论与视频 |
69
69
 
70
- | 话题组 | `https://www.siluzan.com/v3/foreign_trade/cso/TopicGroup` | 话题组维护、话题内容管理 |
70
+ | 话题组 | `https://www-ci.siluzan.com/v3/foreign_trade/cso/TopicGroup` | 话题组维护、话题内容管理 |
71
71
 
72
72
 
73
73
  ---
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siluzan-cso-cli",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-beta.1",
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": {