mirror of
https://github.com/juewuy/ShellCrash.git
synced 2024-11-16 11:42:18 +08:00
v1.7.4c
~修复小米万兆无法正常开启启动的bug ~修复导入包含&符号的订阅链接时无法生成配置的问题 ~尝试支持红米AX6000的tun模块修复 ~小米设备软固化功能不再依赖clash服务启动 ~本地安装脚本适配小米万兆设备 ~屏蔽ntp同步服务的报错提示
This commit is contained in:
parent
9efa56e05a
commit
a74c3bf0dc
Binary file not shown.
Binary file not shown.
|
@ -3,4 +3,4 @@ clashpre_v=2022.11.25
|
|||
clash_v=v1.7.1
|
||||
meta_v=v1.14.2
|
||||
GeoIP_v=20230401
|
||||
versionsh=1.7.4b
|
||||
versionsh=1.7.4c
|
||||
|
|
|
@ -85,7 +85,7 @@ setdir(){
|
|||
read -p "请输入自定义路径 > " dir
|
||||
if [ "$(dir_avail $dir)" = 0 ];then
|
||||
$echo "\033[31m路径错误!请重新设置!\033[0m"
|
||||
setdir
|
||||
set_cust_dir
|
||||
fi
|
||||
}
|
||||
echo -----------------------------------------------
|
||||
|
|
Loading…
Reference in New Issue
Block a user