feat: 支持直接下载脚本

This commit is contained in:
helloplhm-qwq
2023-12-23 17:27:29 +08:00
parent e71edf9e78
commit ed8650febd
4 changed files with 76 additions and 1 deletions

View File

@ -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": {