~1.9.3alpha2.1打包

~修复新手引导和自启网络检测的相关bug
This commit is contained in:
juewuy
2025-12-27 09:11:45 +08:00
parent 302e828c94
commit 3dbb33f3a7
7 changed files with 6 additions and 6 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
network_check() { #检查是否联网
check_network() { #检查是否联网
for text in 223.5.5.5 1.2.4.8 dns.alidns.com doh.pub; do
ping -c 3 $text >/dev/null 2>&1 && return 0
sleep 5