WebUI 后端类型注解补全,使用全 typing 库类型注解

This commit is contained in:
DrSmoothl
2026-03-16 13:09:12 +08:00
parent df088205dd
commit e7ac064a80
47 changed files with 572 additions and 365 deletions

View File

@@ -1,5 +1,5 @@
from .logs import router as logs_router
from .auth import router as ws_auth_router
from .logs import router as logs_router
__all__ = [
"logs_router",