新增程序 安装 2345手机助手

This commit is contained in:
gfdgd_xi 2023-01-15 17:38:26 +08:00
parent cdb0fddde9
commit bca3cc52ef
3 changed files with 21 additions and 0 deletions

16
2345shoujizhushou.sh Executable file
View File

@ -0,0 +1,16 @@
#!/usr/bin/env uengine-runner-auto-install-bash
# 使用 UEngine 运行器(原 Wine 运行器)的语言解析器
##########################################################################################
# 作者gfdgd xi、为什么您不喜欢熊出没和阿布呢
# 更新时间2023年1月15日
##########################################################################################
# 用于判断是否为 bash 解释器
if [[ 1 == 2 ]]; then
# 保持对旧版本的兼容
bash rm "/tmp/2345shoujizhushou.apk"
fi
rm "/tmp/2345shoujizhushou.apk"
download "https://download.2345.cn/2345yidong/2345shoujizhushou.apk" /tmp "2345shoujizhushou.apk"
installapk "/tmp/2345shoujizhushou.apk"
info 提示 安装完成!
rm -rfv "/tmp/2345shoujizhushou.apk"

View File

@ -0,0 +1 @@
Visit: https://zs.2345.com

View File

@ -3,6 +3,10 @@
"查看自动配置脚本语法编写帮助",
"help.sh"
],
[
"安装 2345手机助手",
"2345shoujizhushou.sh"
],
[
"安装 2345手机浏览器",
"2345androidbrowser_pc_product.sh"