core: 不重要的优化

This commit is contained in:
bin456789
2024-03-01 22:01:22 +08:00
parent bde9108d08
commit 934800799d
4 changed files with 45 additions and 23 deletions

View File

@ -28,7 +28,8 @@ if not exist %tmp% (
rem 检查是否国内
if not exist %tmp%\geoip (
call :download http://www.cloudflare.com/cdn-cgi/trace %tmp%\geoip
rem 部分地区 www.cloudflare.com 被墙
call :download http://dash.cloudflare.com/cdn-cgi/trace %tmp%\geoip
)
findstr /c:"loc=CN" %tmp%\geoip >nul
if !errorlevel! == 0 (