Merge remote-tracking branch 'upstream/develop' into feature/app-message-log

This commit is contained in:
wxy
2026-03-23 15:38:43 +08:00
65 changed files with 1489 additions and 586 deletions

View File

@@ -14,6 +14,7 @@ from . import (
document_controller,
emotion_config_controller,
emotion_controller,
end_user_controller,
file_controller,
file_storage_controller,
home_page_controller,
@@ -98,5 +99,6 @@ manager_router.include_router(file_storage_controller.router)
manager_router.include_router(ontology_controller.router)
manager_router.include_router(skill_controller.router)
manager_router.include_router(i18n_controller.router)
manager_router.include_router(end_user_controller.router)
__all__ = ["manager_router"]