fix DoH热加载

This commit is contained in:
景大侠
2025-06-11 22:57:33 +08:00
parent db5d81d7f0
commit e162bd1168
3 changed files with 42 additions and 10 deletions

View File

@@ -19,6 +19,7 @@ except ImportError as e:
from app.core.event import EventManager
from app.helper.thread import ThreadHelper
from app.helper.display import DisplayHelper
from app.helper.doh import DohHelper
from app.helper.resource import ResourceHelper
from app.helper.message import MessageHelper
from app.schemas import Notification, NotificationType
@@ -132,6 +133,8 @@ def init_modules():
"""
# 虚拟显示
DisplayHelper()
# DoH
DohHelper()
# 站点管理
SitesHelper()
# 资源包检测