This commit is contained in:
zj
2026-01-02 20:23:12 +08:00
parent ff97ea9dc7
commit cbab0d05a9
3 changed files with 1 additions and 523 deletions

View File

@@ -212,9 +212,7 @@ show_menu() {
echo
echo " 1. 外网检测和网络管理"
echo " 2. 快速网络状态检查"
echo " 3. 下载并运行TMS工具"
echo " 4. 一键执行 (检测+TMS)"
echo " 5. 显示系统信息"
echo " 3. 一键执行 (检测+TMS)"
echo " 0. 退出"
echo
print_separator
@@ -237,14 +235,8 @@ main() {
quick_network_check
;;
3)
run_tms_tool
;;
4)
one_click_run
;;
5)
show_system_info
;;
0)
print_separator
log_success "感谢使用TMS工具集成菜单"