Results 2 comments of coralfox

> Can anyone try setting the value of `HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Google\Update\AutoUpdateCheckPeriodMinutes` to the `REG_DWORD` value of `0`, and see if it helps? 不能,首先使用的是离线版,没有此注册项,即使手动创建了依然会闪退....我切换到135版本就没有任何闪退了.

``` // 国内DNS服务器 const domesticNameservers = [ "https://dns.alidns.com/dns-query", // 阿里云公共DNS "https://doh.pub/dns-query", // 腾讯DNSPod "https://doh.360.cn/dns-query" // 360安全DNS ]; // 国外DNS服务器 const foreignNameservers = [ "https://1.1.1.1/dns-query", // Cloudflare(主) "https://1.0.0.1/dns-query", // Cloudflare(备) "https://208.67.222.222/dns-query",...