remove: 删除高级卸载插件功能

- 删除 lib/lib-common.sh 中的 advanced_uninstall() 函数
- 删除所有机型脚本中的高级卸载菜单选项
- 重新编号各脚本菜单选项
This commit is contained in:
2026-07-09 09:15:50 +08:00
parent 44756e87b2
commit 7eabcfecef
9 changed files with 11 additions and 74 deletions

View File

@@ -241,8 +241,7 @@ while true; do
light_magenta "11. MT3000一键更换分区"
light_magenta "12. 隐藏首页非必要UI元素"
light_magenta "13. 安装个性化UI辅助插件(by VMatrices)"
light_magenta "14. 安装高级卸载插件"
light_magenta "15. 更新脚本"
light_magenta "14. 更新脚本"
echo
echo " Q. 退出本程序"
echo
@@ -297,9 +296,6 @@ while true; do
do_install_ui_helper
;;
14)
advanced_uninstall
;;
15)
update_myself
;;
q | Q)