diff --git a/bin/ ZeroWrt.backup b/bin/ ZeroWrt.backup index ab91dae..0eb7537 100644 --- a/bin/ ZeroWrt.backup +++ b/bin/ ZeroWrt.backup @@ -60,7 +60,7 @@ show_menu() { 5) change_source ;; 6) install_apps ;; 7) configure_ipv6 ;; - 7) check_update ;; + 8) check_update ;; 0) exit 0 ;; *) echo "无效选项,请重新输入"; show_menu ;; esac @@ -336,7 +336,7 @@ install_apps() { done } -# 添加 IPv6 配置功能函数 +# 7. IPv6 开关 configure_ipv6() { color_output "\e[34m[IPv6 设置]\e[0m"