From 41ec827347bd6492496c3a4046da4bcaee9a30c9 Mon Sep 17 00:00:00 2001 From: FoxHui Date: Sun, 23 Nov 2025 22:46:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9D=E6=AC=A1=E6=8F=90=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index 0850b3f..2567577 100644 --- a/config.yaml +++ b/config.yaml @@ -10,7 +10,7 @@ chrome: # 浏览器可执行文件路径 (留空则使用Puppeteer默认) # Windows系统示例 "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" # Linux系统示例 "/usr/bin/chromium" - path: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" + #path: "C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe" # 是否启用无头模式 headless: false # 是否启用 GPU (无GPU设备运行请使用false)