ehhhh / example.config.json
StarrySkyWorld's picture
fix(config): 设置 headless 模式为 true
8b60000
raw
history blame contribute delete
438 Bytes
{
"api_key": "${API_KEY}",
"max_workers": 2,
"total_accounts": 20,
"mail_api": "${MAIL_API}",
"mail_key": "${MAIL_KEY}",
"output_dir": "gemini_accounts",
"login_url": "https://auth.business.gemini.google/login?continueUrl=https:%2F%2Fbusiness.gemini.google%2F&wiffid=CAoSJDIwNTlhYzBjLTVlMmMtNGUxZC1hY2JkLThmOGY2ZDE0ODM1Mg",
"headless": true,
"window_size": "1366,768",
"lang": "zh-CN",
"timezone": "Asia/Shanghai"
}