@cloud411716/fancy-webnovel 0.2.1 → 0.2.3

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.2.1",
3
+ "version": "0.2.3",
4
4
  "type": "module",
5
5
  "main": "index.js",
6
6
  "exports": {
@@ -14,7 +14,7 @@
14
14
  "plugins/"
15
15
  ],
16
16
  "dependencies": {
17
- "playwright-core": "^1.40.0"
17
+ "playwright-core": "1.48.0"
18
18
  },
19
19
  "peerDependencies": {
20
20
  "@deepseek-ai/dsh-llm": "^0.1.1-rc.2"
@@ -150,7 +150,7 @@ async function runScanWithChromiumFix(ctx, session, invocation, { platform, leng
150
150
  notify(session,
151
151
  '⚠️ 未找到 Chromium 浏览器,请手动安装后再次运行 /fancy-scan。\n\n' +
152
152
  '安装命令:\n' +
153
- ' npm install -g playwright@1.40.0 --registry=https://registry.npmmirror.com\n' +
153
+ ' npm install -g playwright@1.48.0 --registry=https://registry.npmmirror.com\n' +
154
154
  ' PLAYWRIGHT_DOWNLOAD_HOST=https://npmmirror.com/mirrors/playwright/ playwright install chromium --with-deps\n\n' +
155
155
  '安装完成后重新运行 /fancy-scan 即可。'
156
156
  );
@@ -111,6 +111,7 @@ export const scan = {
111
111
  `- 客观分析数据,不臆测`,
112
112
  `- 选题建议要有差异化竞争力`,
113
113
  `- 报告语言:中文`,
114
+ `- 以追加方式写入目标文件,不要覆盖现有内容`,
114
115
  ].join('\n');
115
116
  },
116
117
  };