File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed
Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ sub_menus = [
1616# 重装系统
1717[[menus ]]
1818id = " reinstall"
19- title = " Reinstall(史上更强) "
19+ title = " Reinstall"
2020script = " reinstall"
2121
2222[[menus ]]
Original file line number Diff line number Diff line change 22# 网络工具
33bbr_install = " bash <(curl -sL sh.nekoneko.cloud/bbr/bbr.sh)"
44bbr_tcpx_install = " bash <(curl -sL raw.githubusercontent.com/ylx2016/Linux-NetSpeed/master/tcpx.sh)"
5+ app_warp = " bash <(curl -sL gitlab.com/fscarmen/warp_unlock/-/raw/main/unlock.sh)"
56brook_pf_install = " bash <(curl -Lso- sh.nekoneko.cloud/brook-pf/brook-pf.sh)"
67tools_install = " bash <(curl -Lso- raw.githubusercontent.com/BlackSheep-cry/TCP-Optimization-Tool/main/tool.sh)"
78realm_install = " bash <(curl -Lso- raw.githubusercontent.com/qqrrooty/EZrealm/main/realm.sh)"
@@ -14,6 +15,7 @@ title = "网络工具"
1415sub_menus = [
1516 ' tools_install' ,
1617 ' bbr_install' ,
18+ ' app_warp' ,
1719 ' bbr_tcpx_install' ,
1820 ' realm_install' ,
1921 ' gost_install' ,
@@ -30,6 +32,11 @@ id = "bbr_tcpx_install"
3032title = " 锐速/BBRPLUS/BBR2安装[by ylx]"
3133script = " bbr_tcpx_install"
3234
35+ [[menus ]]
36+ id = " app_warp"
37+ title = " warp安装"
38+ script = " app_warp"
39+
3340[[menus ]]
3441id = " tools_install"
3542title = " TCP调优"
Original file line number Diff line number Diff line change @@ -4,7 +4,6 @@ app_bt = "bash <(curl -sL download.bt.cn/install/install_panel.sh) ed8484bec"
44app_aapanel = " bash <(curl -sL www.aapanel.com/script/install_7.0_en.sh)"
55app_1panel = " bash <(curl -sL resource.1panel.pro/quick_start.sh)"
66app_nezha = " bash <(curl -sL raw.githubusercontent.com/nezhahq/scripts/refs/heads/main/install.sh)"
7- app_warp = " bash <(curl -sL gitlab.com/fscarmen/warp_unlock/-/raw/main/unlock.sh)"
87app_aria2 = " bash <(curl -sL raw.githubusercontent.com/ToyoDAdoubiBackup/doubi/master/aria2.sh)"
98app_alist = " bash <(curl -sL raw.githubusercontent.com/NodeSeekDev/NodeScriptKit/master/shell_scripts/app_deployment/alist_manager.sh)"
109app_aurora = " bash <(curl -sL raw.githubusercontent.com/Aurora-Admin-Panel/deploy/main/install.sh)"
@@ -44,11 +43,6 @@ id = "app_nezha"
4443title = " nezha面板[官方版]"
4544script = " app_nezha"
4645
47- [[menus ]]
48- id = " app_warp"
49- title = " warp解锁"
50- script = " app_warp"
51-
5246[[menus ]]
5347id = " app_aria2"
5448title = " aria2下载器"
You can’t perform that action at this time.
0 commit comments