feat: 添加隐藏选项 g 调用高级卸载插件。mt3600be不支持

This commit is contained in:
2026-07-22 20:49:33 +08:00
parent b4fb96485b
commit 14d228a5ef
8 changed files with 41 additions and 1 deletions

View File

@@ -130,6 +130,9 @@ while true; do
echo "退出"
exit 0
;;
g | G)
install_advanced_uninstall
;;
*)
echo "无效选项,请重新选择。"
;;