mirror of
https://github.com/flucont/btcloud.git
synced 2025-03-13 01:08:13 -04:00
update
This commit is contained in:
parent
963b675026
commit
2ddb4ff64c
Binary file not shown.
Binary file not shown.
@ -78,6 +78,8 @@
|
|||||||
|
|
||||||
def err_collection(self, get): 这一行下面加上 return public.returnMsg(True, "OK")
|
def err_collection(self, get): 这一行下面加上 return public.returnMsg(True, "OK")
|
||||||
|
|
||||||
|
- class/push/site_push.py 文件,'https://www.bt.cn' => 'http://www.example.com'
|
||||||
|
|
||||||
- script/flush_plugin.py 文件,删除clear_hosts()一行
|
- script/flush_plugin.py 文件,删除clear_hosts()一行
|
||||||
|
|
||||||
- script/reload_check.py 文件,在第2行插入sys.exit()
|
- script/reload_check.py 文件,在第2行插入sys.exit()
|
||||||
@ -97,7 +99,9 @@
|
|||||||
|
|
||||||
- 去除无用的定时任务:task.py 文件 删除以下几行
|
- 去除无用的定时任务:task.py 文件 删除以下几行
|
||||||
|
|
||||||
"check_panel_msg": check_panel_msg,
|
"check_panel_msg": self.check_panel_msg,
|
||||||
|
|
||||||
|
"update_software_list": self.update_software_list,
|
||||||
|
|
||||||
PluginLoader.daemon_panel()
|
PluginLoader.daemon_panel()
|
||||||
|
|
||||||
@ -129,8 +133,6 @@
|
|||||||
|
|
||||||
- [可选]关闭自动生成访问日志:在 BTPanel/\_\_init\_\_.py 删除public.write_request_log这一行
|
- [可选]关闭自动生成访问日志:在 BTPanel/\_\_init\_\_.py 删除public.write_request_log这一行
|
||||||
|
|
||||||
- [可选]上传文件默认选中覆盖,在BTPanel/static/js/upload-drog.js,id="all_operation"加checked属性
|
|
||||||
|
|
||||||
- [可选]新版vite页面去除需求反馈、各种广告、计算题等,执行 php think cleanvitejs <面板BTPanel/static/vite/js路径>
|
- [可选]新版vite页面去除需求反馈、各种广告、计算题等,执行 php think cleanvitejs <面板BTPanel/static/vite/js路径>
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user