From fb71b116a8c86bea6b50a672006adbae876aade6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=82=9F=E7=A9=BA=E7=9A=84=E6=97=A5=E5=B8=B8=E9=95=9C?= =?UTF-8?q?=E5=83=8F=E4=BB=93=E5=BA=93?= Date: Sat, 28 Mar 2026 19:57:21 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20shells/tv.sh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- shells/tv.sh | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/shells/tv.sh b/shells/tv.sh index 8155e4b..16840d2 100644 --- a/shells/tv.sh +++ b/shells/tv.sh @@ -1,5 +1,6 @@ #!/bin/bash -# wget -O tv.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh +# version=1.1.5 +#wget -O tv.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh source common.sh apk_path="/tvhelper/apks/" # 定义红色文本 @@ -844,9 +845,6 @@ menu_options=( "安装Play商店图标(仅google tv使用)" "一键安装/data目录下所有apk/xapk/apkm (适合流媒体app)" "替换系统桌面" - "进入KODI助手" - "进入TVBox安装助手" - "进入Sony电视助手" "向TV端输入文字(限英文)" "显示Netflix影片码率" "模拟菜单键" @@ -864,9 +862,6 @@ commands=( ["模拟菜单键"]="show_menu_keycode" ["安装Play商店图标(仅google tv使用)"]="show_playstore_icon" ["一键安装/data目录下所有apk/xapk/apkm (适合流媒体app)"]="do_install_all_packages" - ["进入KODI助手"]="kodi_helper" - ["进入TVBox安装助手"]="enter_tvbox_helper" - ["进入Sony电视助手"]="enter_sonytv" ["更新脚本"]="update_sh" ["赞助|打赏"]="sponsor" ["替换系统桌面"]="replace_system_ui_menu" @@ -1181,4 +1176,4 @@ while true; do handle_choice $choice echo "按任意键继续..." read -n 1 # 等待用户按键 -done +done \ No newline at end of file