Add an option

This commit is contained in:
Lost-MSth
2021-04-05 14:45:50 +08:00
parent 1660bc5899
commit 62902a561c
4 changed files with 37 additions and 9 deletions

View File

@@ -21,8 +21,8 @@ class Config():
SSL certificate path
If left blank, use HTTP.
'''
SSL_CERT = '' # *.pem
SSL_KEY = '' # *.key
SSL_CERT = '' # *.pem
SSL_KEY = '' # *.key
'''
--------------------
'''
@@ -59,6 +59,17 @@ class Config():
--------------------
'''
'''
--------------------
歌曲下载地址前缀,留空则自动获取
Song download address prefix
If left blank, it will be obtained automatically.
'''
DOWNLOAD_LINK_PREFIX = '' # http://***.com/download/
'''
--------------------
'''
'''
--------------------
玩家歌曲下载的24小时次数限制每个文件算一次