mirror of
https://github.com/flucont/btcloud.git
synced 2026-01-14 07:01:42 +08:00
update
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
Binary file not shown.
Binary file not shown.
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user