Spaces:
Sleeping
Sleeping
Commit ·
8b60000
1
Parent(s): 454f227
fix(config): 设置 headless 模式为 true
Browse files将配置文件中的 headless 参数从 false 修改为 true,以启用无头模式,使得浏览器在后台运行,不显示界面。
Closes #123
- example.config.json +1 -1
example.config.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
| 6 |
"mail_key": "${MAIL_KEY}",
|
| 7 |
"output_dir": "gemini_accounts",
|
| 8 |
"login_url": "https://auth.business.gemini.google/login?continueUrl=https:%2F%2Fbusiness.gemini.google%2F&wiffid=CAoSJDIwNTlhYzBjLTVlMmMtNGUxZC1hY2JkLThmOGY2ZDE0ODM1Mg",
|
| 9 |
-
"headless":
|
| 10 |
"window_size": "1366,768",
|
| 11 |
"lang": "zh-CN",
|
| 12 |
"timezone": "Asia/Shanghai"
|
|
|
|
| 6 |
"mail_key": "${MAIL_KEY}",
|
| 7 |
"output_dir": "gemini_accounts",
|
| 8 |
"login_url": "https://auth.business.gemini.google/login?continueUrl=https:%2F%2Fbusiness.gemini.google%2F&wiffid=CAoSJDIwNTlhYzBjLTVlMmMtNGUxZC1hY2JkLThmOGY2ZDE0ODM1Mg",
|
| 9 |
+
"headless": true,
|
| 10 |
"window_size": "1366,768",
|
| 11 |
"lang": "zh-CN",
|
| 12 |
"timezone": "Asia/Shanghai"
|