补充遗漏的默认配置

This commit is contained in:
Alcedo 2023-02-22 16:41:58 +08:00
parent 2bbd7232d0
commit 1bbaf8114d
2 changed files with 2 additions and 1 deletions

View file

@ -80,7 +80,7 @@ export default {
// 各个地方的默认超时时间
// defaultTimeoutMs: 120000,
// bing默认超时时间bing太慢了有的时候
//bingTimeoutMs: 360000,
// bingTimeoutMs: 360000,
// 浏览器默认超时,浏览器可能需要更高的超时时间
// chromeTimeoutMS: 120000
}

View file

@ -21,6 +21,7 @@ const defaultConfig = {
thinkingTips: true,
username: '',
password: '',
UA: 'Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36',
headless: false,
chromePath: '',
'2captchaToken': '',