mirror of
https://github.com/Kakune55/ComiPy.git
synced 2025-09-16 04:09:41 +08:00
style: 优化页面样式和布局,提升用户体验
This commit is contained in:
4
main.py
4
main.py
@@ -1,7 +1,7 @@
|
||||
import app_conf
|
||||
import db.util
|
||||
import db.file, file
|
||||
from flask import *
|
||||
from flask import Flask
|
||||
|
||||
from router.api_Img import api_Img_bp
|
||||
from router.page import page_bp
|
||||
@@ -28,6 +28,6 @@ if __name__ == "__main__":
|
||||
app.run(
|
||||
debug=conf.getboolean("server", "debug"),
|
||||
host=conf.get("server", "host"),
|
||||
port=conf.get("server", "port"),
|
||||
port=int(conf.get("server", "port")),
|
||||
threaded=conf.getboolean("server", "threaded"),
|
||||
)
|
||||
|
Reference in New Issue
Block a user