@cloud411716/fancy-webnovel 0.1.80 → 0.1.81

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cloud411716/fancy-webnovel",
3
- "version": "0.1.80",
3
+ "version": "0.1.81",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -5,6 +5,12 @@
5
5
  * getArg() — 命令行参数解析
6
6
  * localDateStamp() — 本地日期戳(YYYYMMDD)
7
7
  * runCli() — CLI 入口包装(含进程超时和信号处理)
8
+ *
9
+ * 首次使用注意:
10
+ * playwright-core 需要 Chromium 二进制。
11
+ * 若报错 "Executable doesn't exist",运行一次以下命令下载:
12
+ * node -e "require('playwright-core').chromium.launch().then(b => b.close())"
13
+ * Chromium 会缓存到 ~/.cache/ms-playwright/(Linux)或对应平台缓存目录。
8
14
  */
9
15
 
10
16
  /** 解析 --xxx 参数 */