mirror of
https://github.com/MeoProject/lx-music-api-server.git
synced 2025-07-06 22:42:14 +08:00
feat: 支持直接下载脚本
This commit is contained in:
@ -65,6 +65,8 @@ default = {
|
||||
"_proxy-desc": "代理配置,HTTP与HTTPS协议需分开配置",
|
||||
"log_file": True,
|
||||
"_log_file-desc": "是否开启日志文件",
|
||||
"allow_download_script": True,
|
||||
'_allow_download_script-desc': '是否允许直接从服务端下载脚本,开启后可以直接访问/script下载脚本',
|
||||
},
|
||||
"security": {
|
||||
"rate_limit": {
|
||||
|
Reference in New Issue
Block a user