Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
flucont committed Jun 21, 2023
1 parent 3ebaa3b commit e024209
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/script/convert.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down
8 changes: 4 additions & 4 deletions install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -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');

Expand Down
Binary file not shown.
Binary file modified public/install/src/panel6.zip
Binary file not shown.
Binary file not shown.
2 changes: 2 additions & 0 deletions wiki/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e024209

Please sign in to comment.