feat:项目完成

This commit is contained in:
2024-05-23 11:12:39 +08:00
commit aabf6fdda6
124 changed files with 76499 additions and 0 deletions

7
app_conf.py Normal file
View File

@@ -0,0 +1,7 @@
import configparser
def conf():
'返回配置文件对象'
conf = configparser.ConfigParser()
conf.read('./conf/app.ini')
return conf