Browse Source

update

tags/1.8.7 1.8.7
flucont 2 years ago
parent
commit
e0242091a9
  1. 4
      app/script/convert.sh
  2. 8
      install.sql
  3. BIN
      public/install/src/bt-monitor-2.2.3.zip
  4. BIN
      public/install/src/panel6.zip
  5. BIN
      public/install/update/LinuxPanel-8.0.0.zip
  6. 2
      wiki/update.md

4
app/script/convert.sh

@ -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

8
install.sql

@ -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');

BIN
public/install/src/bt-monitor-2.2.1.zip → public/install/src/bt-monitor-2.2.3.zip

BIN
public/install/src/panel6.zip

BIN
public/install/update/LinuxPanel-7.9.10.zip → public/install/update/LinuxPanel-8.0.0.zip

2
wiki/update.md

@ -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

Loading…
Cancel
Save