remove: 删除 AdGuardHome 广告拦截相关功能 和 luci-app-wireguard 安装功能

- 删除 lib/lib-common.sh 中的 toggle_adguardhome() 函数
- 删除 be3600.sh 中的 AdGuardHome 菜单选项
- 删除 gl-inet.sh 中的 adguardhome 菜单选项
- 删除 gl-inet.sh 中的 do_luci_app_wireguard() 函数
- 删除菜单选项6(安装luci-app-wireguard)
- 重新编号后续菜单选项
This commit is contained in:
2026-07-09 09:21:58 +08:00
parent 7eabcfecef
commit 6f1863c896
4 changed files with 20 additions and 54 deletions

View File

@@ -90,11 +90,9 @@ while true; do
echo
light_magenta " 5. 设置风扇工作温度"
echo
light_magenta " 6. 启用或关闭AdGuardHome广告拦截"
light_magenta " 6. 安装个性化UI辅助插件(by VMatrices)"
echo
light_magenta " 7. 安装个性化UI辅助插件(by VMatrices)"
echo
light_magenta " 8. 恢复出厂设置/重置路由器"
light_magenta " 7. 恢复出厂设置/重置路由器"
echo
echo " Q. 退出本程序"
echo
@@ -117,12 +115,9 @@ while true; do
set_glfan_temp
;;
6)
toggle_adguardhome
;;
7)
do_install_ui_helper
;;
8)
7)
recovery
;;
q | Q)