This commit is contained in:
flucont
2023-06-21 21:00:56 +08:00
parent 3ebaa3b116
commit e0242091a9
6 changed files with 8 additions and 6 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/bash
Linux_Version="7.9.10"
Linux_Version="8.0.0"
Windows_Version="7.8.0"
Btm_Version="2.2.1"
Btm_Version="2.2.3"
FILES=(
public/install/src/panel6.zip

View File

@@ -12,15 +12,15 @@ INSERT INTO `cloud_config` (`key`, `value`) VALUES
('bt_key', ''),
('whitelist', '0'),
('download_page', '1'),
('new_version', '7.9.10'),
('new_version', '8.0.0'),
('update_msg', '暂无更新日志'),
('update_date', '2023-05-09'),
('update_date', '2023-06-21'),
('new_version_win', '7.8.0'),
('update_msg_win', '暂无更新日志'),
('update_date_win', '2022-12-08'),
('new_version_btm', '2.2.1'),
('new_version_btm', '2.2.3'),
('update_msg_btm', '暂无更新日志'),
('update_date_btm', '2023-06-01'),
('update_date_btm', '2023-06-15'),
('updateall_type', '0'),
('syskey', 'UqP94LtI8eWAIgCP');

Binary file not shown.

View File

@@ -81,6 +81,8 @@
- 去除内页广告BTPanel/templates/default/layout.html 删除getPaymentStatus();这一行
- 删除问卷调查BTPanel/templates/default/layout.html 删除if(window.localStorage.getItem('panelNPS') == null)以及下面的行
- [可选]去除各种计算题复制bt.js到 BTPanel/static/ ,在 BTPanel/templates/default/layout.html 的\</body\>前面加入
```javascript