This commit is contained in:
han0
2024-05-29 10:21:31 +08:00
commit 54ac29d27b
119 changed files with 6817 additions and 0 deletions

13
web/core/conf.py Normal file
View File

@@ -0,0 +1,13 @@
# try:
# from web.config import *
# except ModuleNotFoundError as e:
# pass
#
# APP_PATH = os.path.abspath(os.path.dirname(__file__))
#
# SECRET_KEY = "tE7?aS.1-7sP4dfvlE"
# TOKEN_SALT = "hi,_tool"
# QR_CODE_SALT = "code_qr"
#
# # 监听端口
# PORT = 7778