~移除了小米增强启动安装或更新时强制90s启动延迟覆写
This commit is contained in:
juewuy
2023-04-29 13:11:18 +08:00
parent 8155d31808
commit 393f65d975
4 changed files with 2 additions and 3 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -2,5 +2,5 @@ clashnet_v=v1.7.6
clashpre_v=2022.11.25
clash_v=v1.7.1
meta_v=v1.14.4
versionsh=1.7.5b
GeoIP_v=20230422
versionsh=1.7.6c

View File

@@ -1,7 +1,7 @@
#!/bin/sh
# Copyright (C) Juewuy
version=1.7.5b
version=1.7.6c
setdir(){
dir_avail(){
@@ -215,7 +215,6 @@ if [ "$systype" = "mi_snapshot" ];then
uci set firewall.ShellClash.enabled='1'
uci commit firewall
setconfig systype $systype
setconfig start_delay 90
else
rm -rf $clashdir/misnap_init.sh
fi