From 83420480bf0832cb901d46dac9650ec9d207ad6b Mon Sep 17 00:00:00 2001 From: mack-a <57424792+mack-a@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:19:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=84=9A=E6=9C=AC):=20=E7=A7=BB=E9=99=A4n?= =?UTF-8?q?etflix=E6=A3=80=E6=B5=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install.sh | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/install.sh b/install.sh index 64c40e1..7387f64 100644 --- a/install.sh +++ b/install.sh @@ -3536,19 +3536,19 @@ EOF streamingToolbox() { echoContent skyBlue "\n功能 1/${totalProgress} : 流媒体工具箱" echoContent red "\n==============================================================" - echoContent yellow "1.Netflix检测" - echoContent yellow "2.任意门落地机解锁Netflix" - echoContent yellow "3.DNS解锁流媒体" +# echoContent yellow "1.Netflix检测" + echoContent yellow "1.任意门落地机解锁Netflix" + echoContent yellow "2.DNS解锁流媒体" read -r -p "请选择:" selectType case ${selectType} in +# 1) +# checkNetflix +# ;; 1) - checkNetflix - ;; - 2) dokodemoDoorUnblockNetflix ;; - 3) + 2) dnsUnlockNetflix ;; esac