feat: add support for bing(beta and WIP)

This commit is contained in:
ikechan8370 2023-02-14 11:24:09 +08:00
parent 83c058ab85
commit 3ff591d205
5 changed files with 91 additions and 19 deletions

View file

@ -49,5 +49,6 @@ export const Config = {
// 可注册2captcha实现跳过验证码收费服务但很便宜。否则可能会遇到验证码而卡住。
'2captchaToken': '',
// http或socks5代理
proxy: PROXY
proxy: PROXY,
debug: false
}