mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-16 04:09:41 +08:00
修复了上传页面无法正常显示进度条的问题 支持多文件上传
This commit is contained in:
2
main.py
2
main.py
@@ -5,6 +5,7 @@ from flask import *
|
||||
|
||||
from web.api_Img import api_Img_bp
|
||||
from web.page import page_bp
|
||||
from web.admin_page import admin_page_bp
|
||||
|
||||
app = Flask(__name__)
|
||||
|
||||
@@ -18,6 +19,7 @@ def appinit():
|
||||
|
||||
app.register_blueprint(api_Img_bp)
|
||||
app.register_blueprint(page_bp)
|
||||
app.register_blueprint(admin_page_bp)
|
||||
|
||||
if __name__ == "__main__":
|
||||
appinit()
|
||||
|
Reference in New Issue
Block a user