Skip to content

Commit

Permalink
delete unused files
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily committed Aug 4, 2024
1 parent 1cbcbf9 commit 3b8d2c6
Show file tree
Hide file tree
Showing 36 changed files with 10 additions and 560 deletions.
Binary file removed apks/File_Manager_Plus.apk
Binary file not shown.
Binary file removed apks/TVBox.apk
Binary file not shown.
20 changes: 0 additions & 20 deletions apks/TVBox.json

This file was deleted.

Binary file removed apks/bbll.apk
Binary file not shown.
Binary file removed apks/dangbeimarket.apk
Binary file not shown.
Binary file removed apks/downloader.apk
Binary file not shown.
Binary file removed apks/emotn.apk
Binary file not shown.
Binary file removed apks/mix.xapk
Binary file not shown.
Binary file removed apks/mytv.apk
Binary file not shown.
Binary file removed apks/play-icon.apk
Binary file not shown.
Binary file removed apks/subhelp14.apk
Binary file not shown.
Binary file removed apks/ui.apk
Binary file not shown.
Binary file removed apks/youtube.apk
Binary file not shown.
530 changes: 0 additions & 530 deletions kodi/guisettings.xml

This file was deleted.

Binary file removed kodi/kodi.apk
Binary file not shown.
Binary file removed kodi/resource.language.zh_cn-10.0.64.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion shells/box.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# wget -O box.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/box.sh && chmod +x box.sh && ./box.sh
# wget -O box.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh
#********************************************************
source common.sh
apk_path="/tvhelper/apks/"
Expand Down
4 changes: 2 additions & 2 deletions shells/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ BLUE="\e[96m"
sponsor() {
echo
echo -e "${GREEN}悟空的赞赏码如下⬇${BLUE}"
echo -e "${BLUE} https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/image.jpg${NC}"
echo -e "${BLUE} https://wkdaily.cpolar.cn/upload/221342134.jpg${NC}"
echo
qrencode -t ANSIUTF8 'https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/image.jpg'
qrencode -t ANSIUTF8 'https://wkdaily.cpolar.cn/upload/221342134.jpg'
echo
}
2 changes: 1 addition & 1 deletion shells/kodi.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# wget -O kodi.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh
# wget -O kodi.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh

#********************************************************
source common.sh
Expand Down
2 changes: 1 addition & 1 deletion shells/sony.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# wget -O sony.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh
# wget -O sony.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh
#********************************************************
source common.sh
# 定义红色文本
Expand Down
10 changes: 5 additions & 5 deletions shells/tv.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
# wget -O tv.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/tv.sh && chmod +x tv.sh && ./tv.sh
# 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/"
# 定义红色文本
Expand Down Expand Up @@ -650,7 +650,7 @@ install_mixapps() {
}
# 进入KODI助手
kodi_helper() {
wget -O kodi.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh
wget -O kodi.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/kodi.sh && chmod +x kodi.sh && ./kodi.sh
}

# 安装fire tv版本youtube
Expand Down Expand Up @@ -689,20 +689,20 @@ install_youtube_firetv() {

# 进入tvbox安装助手
enter_tvbox_helper() {
wget -O box.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/box.sh && chmod +x box.sh && ./box.sh
wget -O box.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/box.sh && chmod +x box.sh && ./box.sh
}

# 进入sony电视助手
enter_sonytv() {
wget -O sony.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh
wget -O sony.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/sony.sh && chmod +x sony.sh && ./sony.sh
}

# 更新脚本
update_sh() {
break
echo "正在更新脚本..."
# 下载最新的脚本到临时文件
wget -O /tmp/script.sh https://gitee.com/wukongdaily/tvhelper-docker/raw/master/shells/tv.sh
wget -O /tmp/script.sh https://cafe.cpolar.cn/wkdaily/tvhelper-docker/raw/branch/master/shells/tv.sh
# 替换当前脚本
if [ -f /tmp/script.sh ]; then
chmod +x /tmp/script.sh
Expand Down
Loading

0 comments on commit 3b8d2c6

Please sign in to comment.