This commit is contained in:
Cai
2025-09-16 11:59:19 +00:00
parent 39ac606c93
commit 50a570eccf
4 changed files with 72 additions and 40 deletions

View File

@@ -1,3 +1,5 @@
import eventlet
eventlet.monkey_patch() # 进行猴子补丁操作
from flask import Flask
from .views.routes import main_bp
from .views.file import file_bp