新增沙发管家
This commit is contained in:
parent
469683ed5f
commit
a027fd86dd
12
shells/tv.sh
12
shells/tv.sh
@ -395,6 +395,12 @@ install_dbmarket() {
|
||||
install_apk "${apk_path}dangbeimarket.apk" "com.dangbeimarket"
|
||||
}
|
||||
|
||||
# 安装沙发管家
|
||||
install_dbmarket() {
|
||||
echo -e "${BLUE}安装过程若出现弹框,请点击详情后选择【仍然安装】即可${NC}"
|
||||
install_apk "${apk_path}sfgj.apk" "com.shafa.market"
|
||||
}
|
||||
|
||||
# 安装网络获取的apk
|
||||
install_web_apk() {
|
||||
local apk_download_url=$1
|
||||
@ -747,7 +753,8 @@ item_options=(
|
||||
"安装电视订阅助手"
|
||||
"安装Emotn Store应用商店"
|
||||
"安装当贝市场"
|
||||
"安装my-tv(lizongying)"
|
||||
"安装沙发管家"
|
||||
"安装新版我的电视"
|
||||
"安装BBLL(xiaye13579)"
|
||||
"安装文件管理器+"
|
||||
"安装Downloader"
|
||||
@ -759,11 +766,12 @@ commands_essentials=(
|
||||
["安装电视订阅助手"]="install_subhelper_apk"
|
||||
["安装Emotn Store应用商店"]="install_emotn_store"
|
||||
["安装当贝市场"]="install_dbmarket"
|
||||
["安装my-tv(lizongying)"]="install_mytv_latest_apk"
|
||||
["安装新版我的电视"]="install_mytv_latest_apk"
|
||||
["安装BBLL(xiaye13579)"]="install_BBLL_latest_apk"
|
||||
["安装文件管理器+"]="install_file_manager_plus"
|
||||
["安装Downloader"]="install_downloader"
|
||||
["安装Mix-Apps用于显示全部应用"]="install_mixapps"
|
||||
["安装沙发管家"]="install_shafa"
|
||||
)
|
||||
|
||||
# 替换或恢复系统桌面
|
||||
|
Loading…
Reference in New Issue
Block a user