feat: 添加更新接口

This commit is contained in:
DLmaster361
2025-09-09 20:00:24 +08:00
parent 1fd357a49c
commit 4f8c12292b
7 changed files with 477 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ from .queue import router as queue_router
from .dispatch import router as dispatch_router
from .history import router as history_router
from .setting import router as setting_router
from .update import router as update_router
__all__ = [
"core_router",
@@ -41,4 +42,5 @@ __all__ = [
"dispatch_router",
"history_router",
"setting_router",
"update_router",
]