Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flucont committed Dec 24, 2022
1 parent b6350db commit 53a878d
Show file tree
Hide file tree
Showing 10 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion app/script/convert.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

Linux_Version="7.9.6"
Linux_Version="7.9.7"
Windows_Version="7.8.0"

FILES=(
Expand Down
2 changes: 1 addition & 1 deletion data/config/deployment_list.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/config/plugin_list.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/win/config/deployment_list.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion data/win/config/plugin_list.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ INSERT INTO `cloud_config` (`key`, `value`) VALUES
('bt_key', ''),
('whitelist', '0'),
('download_page', '1'),
('new_version', '7.9.6'),
('new_version', '7.9.7'),
('update_msg', '暂无更新日志'),
('update_date', '2022-11-29'),
('update_date', '2022-12-21'),
('new_version_win', '7.8.0'),
('update_msg_win', '暂无更新日志'),
('update_date_win', '2022-12-08'),
Expand Down
Binary file modified public/install/src/panel6.zip
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion public/install/update6.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ download_Url=$NODE_URL
setup_path=/www
version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version)
if [ "$version" = '' ];then
version='7.9.6'
version='7.9.7'
fi
armCheck=$(uname -m|grep arm)
if [ "${armCheck}" ];then
Expand Down
2 changes: 1 addition & 1 deletion public/install/update_panel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ select_node(){
get_version(){
version=$(curl -Ss --connect-timeout 5 -m 2 $Btapi_Url/api/panel/get_version)
if [ "$version" = '' ];then
version='7.9.6'
version='7.9.7'
fi
}

Expand Down

0 comments on commit 53a878d

Please sign in to comment.