siluzan-tso-cli 1.1.12-beta.2 → 1.1.12

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
@@ -41,7 +41,7 @@ HTML 报告模板引用以下 CDN:`cdn.tailwindcss.com`、`cdnjs.cloudflare.co
41
41
  在**用户的目标项目根目录**执行(根据用户使用的助手选择 `--ai`):
42
42
 
43
43
  ```bash
44
- npm install -g siluzan-tso-cli@beta
44
+ npm install -g siluzan-tso-cli
45
45
  siluzan-tso init --ai cursor # 写入 Cursor(默认)
46
46
  siluzan-tso init --ai cursor,claude # 同时写入多个平台
47
47
  siluzan-tso init --ai all # 写入所有支持的平台
@@ -49,7 +49,6 @@ siluzan-tso init -d /path/to/skills # 写入自定义目录
49
49
  siluzan-tso init --force # 强制覆盖已存在文件
50
50
  ```
51
51
 
52
- > **注意**:当前为测试版(1.1.12-beta.2),供内部测试使用。正式发布后安装命令将改为 `npm install -g siluzan-tso-cli`。
53
52
 
54
53
  | 助手 | 建议 `--ai` |
55
54
  |------|-------------|
package/dist/index.js CHANGED
@@ -1962,7 +1962,7 @@ import { fileURLToPath as fileURLToPath4 } from "url";
1962
1962
  import { Command } from "commander";
1963
1963
 
1964
1964
  // src/config/defaults.ts
1965
- var DEFAULT_API_BASE = "https://tso-api-ci.siluzan.com";
1965
+ var DEFAULT_API_BASE = "https://tso-api.siluzan.com";
1966
1966
 
1967
1967
  // ../common/dist/index.js
1968
1968
  import * as fs from "fs";
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "slug": "siluzan-tso",
3
- "version": "1.1.12-beta.2",
4
- "publishedAt": 1776410195027
3
+ "version": "1.1.12",
4
+ "publishedAt": 1776410305637
5
5
  }
@@ -7,7 +7,7 @@
7
7
 
8
8
  ## invoice-info — 发票抬头管理
9
9
 
10
- 对应页面:`https://www-ci.siluzan.com/v3/foreign_trade/settings/invoiceInformation`
10
+ 对应页面:`https://www.siluzan.com/v3/foreign_trade/settings/invoiceInformation`
11
11
 
12
12
  发票抬头是开票申请时使用的公司/企业信息模板,支持三种类型:
13
13
  - **PI**:形式发票(境外美金账户,英文信息)
@@ -130,10 +130,10 @@ siluzan-tso config show
130
130
  **示例:**
131
131
 
132
132
  ```
133
- - 现金充值(单笔):https://www-ci.siluzan.com/recharge/pay
134
- - 现金充值(批量):https://www-ci.siluzan.com/recharge/pay_batch
135
- - 月结充值: https://www-ci.siluzan.com/recharge/accountBillingQuota
136
- - 丝路赞钱包: https://www-ci.siluzan.com/recharge/siluzanWallet
133
+ - 现金充值(单笔):https://www.siluzan.com/recharge/pay
134
+ - 现金充值(批量):https://www.siluzan.com/recharge/pay_batch
135
+ - 月结充值: https://www.siluzan.com/recharge/accountBillingQuota
136
+ - 丝路赞钱包: https://www.siluzan.com/recharge/siluzanWallet
137
137
  ```
138
138
 
139
139
  ---
@@ -212,8 +212,8 @@ siluzan-tso report list -m Google --json
212
212
 
213
213
  # 第二步:查看 webUrl
214
214
  siluzan-tso config show
215
- # webUrl: https://www-ci.siluzan.com
215
+ # webUrl: https://www.siluzan.com
216
216
 
217
217
  # 第三步:拼接链接(Google 日报)
218
- # https://www-ci.siluzan.com/media-report/publish/rpt_abc123?culture=zh-CN
218
+ # https://www.siluzan.com/media-report/publish/rpt_abc123?culture=zh-CN
219
219
  ```
@@ -10,7 +10,7 @@
10
10
  ## 安装 CLI
11
11
 
12
12
  ```bash
13
- npm install -g siluzan-tso-cli@beta
13
+ npm install -g siluzan-tso-cli
14
14
  ```
15
15
 
16
16
  ---
@@ -47,7 +47,7 @@ siluzan-tso config set --api-key <Key> # 或通过 config set 直接写入
47
47
  siluzan-tso config set --token <Token> # 备用:设置 JWT Token
48
48
  ```
49
49
 
50
- API Key 获取入口:`https://www-ci.siluzan.com/v3/foreign_trade/settings/apiKeyManagement`
50
+ API Key 获取入口:`https://www.siluzan.com/v3/foreign_trade/settings/apiKeyManagement`
51
51
 
52
52
  ### 通过环境变量传入凭据(CI/CD 推荐)
53
53
 
@@ -80,9 +80,9 @@ siluzan-tso config show
80
80
  输出示例:
81
81
  ```
82
82
  构建环境 : production
83
- apiBaseUrl : https://tso-api-ci.siluzan.com
84
- googleApiUrl : https://googleapi-ci.mysiluzan.com
85
- webUrl : https://www-ci.siluzan.com
83
+ apiBaseUrl : https://tso-api.siluzan.com
84
+ googleApiUrl : https://googleapi.mysiluzan.com
85
+ webUrl : https://www.siluzan.com
86
86
  apiKey : abcd****1234
87
87
  ```
88
88
 
@@ -6,7 +6,7 @@
6
6
 
7
7
  用 `siluzan-tso config show` 读取 **`webUrl`**,再拼接路径:
8
8
 
9
- 首页地址:`https://www-ci.siluzan.com/v3/foreign_trade/tso/home`
9
+ 首页地址:`https://www.siluzan.com/v3/foreign_trade/tso/home`
10
10
 
11
11
  > 若用户已登录 TSO,也可从左侧菜单进入「首页」。
12
12
 
@@ -10,8 +10,8 @@ $ErrorActionPreference = 'Stop'
10
10
  $PKG_NAME = 'siluzan-tso-cli'
11
11
  $CLI_BIN = 'siluzan-tso'
12
12
  $SKILL_LABEL = 'Siluzan TSO'
13
- $INSTALL_CMD = 'npm install -g siluzan-tso-cli@beta'
14
- $WEB_BASE = 'https://www-ci.siluzan.com'
13
+ $INSTALL_CMD = 'npm install -g siluzan-tso-cli'
14
+ $WEB_BASE = 'https://www.siluzan.com'
15
15
 
16
16
  # -- Constants ----------------------------------------------------------------
17
17
  $NODE_MAJOR_MIN = 18
@@ -10,8 +10,8 @@ set -euo pipefail
10
10
  readonly PKG_NAME="siluzan-tso-cli"
11
11
  readonly CLI_BIN="siluzan-tso"
12
12
  readonly SKILL_LABEL="Siluzan TSO"
13
- readonly INSTALL_CMD="npm install -g siluzan-tso-cli@beta"
14
- readonly WEB_BASE="https://www-ci.siluzan.com"
13
+ readonly INSTALL_CMD="npm install -g siluzan-tso-cli"
14
+ readonly WEB_BASE="https://www.siluzan.com"
15
15
 
16
16
  # -- Constants ----------------------------------------------------------------
17
17
  readonly NODE_MAJOR_MIN=18
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "siluzan-tso-cli",
3
- "version": "1.1.12-beta.2",
3
+ "version": "1.1.12",
4
4
  "description": "Siluzan 广告账户管理 CLI — 查询账户、余额、消耗数据,管理绑定关系与充值。",
5
5
  "type": "module",
6
6
  "bin": {