restore find logic of find pre installed chrome

This commit is contained in:
geekgeekrun
2026-01-12 21:19:58 +08:00
parent dbc127be06
commit 252869576b
7 changed files with 144 additions and 166 deletions
+6 -1
View File
@@ -11,6 +11,7 @@
"author": "geekgeekrun",
"license": "ISC",
"dependencies": {
"@geekgeekrun/puppeteer-extra-plugin-laodeng": "workspace:*",
"cheerio": "1.0.0-rc.12",
"dayjs": "^1.11.10",
"json5": "^2.2.3",
@@ -18,7 +19,6 @@
"puppeteer": "24.19.0",
"puppeteer-extra": "3.3.6",
"puppeteer-extra-plugin-stealth": "2.11.2",
"@geekgeekrun/puppeteer-extra-plugin-laodeng": "workspace:*",
"rimraf": "^3.0.2",
"tapable": "^2.2.1"
},
@@ -30,5 +30,10 @@
},
"engines": {
"pnpm": "=8.15.9"
},
"pnpm": {
"patchedDependencies": {
"find-chrome-bin@2.0.4": "patches/find-chrome-bin@2.0.4.patch"
}
}
}