This commit is contained in:
flucont 2023-02-04 10:34:12 +08:00
parent 3eb66a20bc
commit aa704d86ac
8 changed files with 6 additions and 6 deletions

View File

@ -5,7 +5,7 @@
网站后台管理可一键同步宝塔官方的插件列表与增量更新插件包还有云端使用记录、IP黑白名单、操作日志、定时任务等功能。 网站后台管理可一键同步宝塔官方的插件列表与增量更新插件包还有云端使用记录、IP黑白名单、操作日志、定时任务等功能。
本项目自带的宝塔安装包和更新包是7.9.5最新版已修改适配此第三方云端并且全开源无so等加密文件。 本项目自带的宝塔安装包和更新包是7.9.8最新版已修改适配此第三方云端并且全开源无so等加密文件。
觉得该项目不错的可以给个Star~ 觉得该项目不错的可以给个Star~

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
Linux_Version="7.9.7" Linux_Version="7.9.8"
Windows_Version="7.8.0" Windows_Version="7.8.0"
Btm_Version="1.0.11" Btm_Version="1.0.11"

View File

@ -12,9 +12,9 @@ INSERT INTO `cloud_config` (`key`, `value`) VALUES
('bt_key', ''), ('bt_key', ''),
('whitelist', '0'), ('whitelist', '0'),
('download_page', '1'), ('download_page', '1'),
('new_version', '7.9.7'), ('new_version', '7.9.8'),
('update_msg', '暂无更新日志'), ('update_msg', '暂无更新日志'),
('update_date', '2022-12-21'), ('update_date', '2023-01-29'),
('new_version_win', '7.8.0'), ('new_version_win', '7.8.0'),
('update_msg_win', '暂无更新日志'), ('update_msg_win', '暂无更新日志'),
('update_date_win', '2022-12-08'), ('update_date_win', '2022-12-08'),

Binary file not shown.

View File

@ -42,7 +42,7 @@ download_Url=$NODE_URL
setup_path=/www setup_path=/www
version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version) version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version)
if [ "$version" = '' ];then if [ "$version" = '' ];then
version='7.9.7' version='7.9.8'
fi fi
armCheck=$(uname -m|grep arm) armCheck=$(uname -m|grep arm)
if [ "${armCheck}" ];then if [ "${armCheck}" ];then

View File

@ -70,7 +70,7 @@ select_node(){
get_version(){ get_version(){
version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version) version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version)
if [ "$version" = '' ];then if [ "$version" = '' ];then
version='7.9.7' version='7.9.8'
fi fi
} }

Binary file not shown.