@yixinkj/cli 1.0.10 → 1.0.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 +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ macOS 下下载完成后会自动处理每个二进制:
|
|
|
24
24
|
- 清除 `com.apple.quarantine`
|
|
25
25
|
- 设置可执行权限
|
|
26
26
|
|
|
27
|
-
授权、手机号保存、token
|
|
27
|
+
授权、手机号保存、token 缓存、广告后台登录检测、广告数据抓取、HTML 报告生成和报告自动打开均由原生 `alibaba-cli` 内置完成。默认检测到未登录会输出 `LOGIN_REQUIRED=true` 并退出,方便 Agent 提示用户登录后重试;人工手动运行需要等待登录时可追加 `--wait-login`。报告生成后,CLI 会自动关闭本次抓取数据时打开的广告后台页面。
|
|
28
28
|
|
|
29
29
|
## 环境变量
|
|
30
30
|
|