@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.
|
|
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": "
|
|
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.
|
|
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
|
);
|