feat: 添加 WebUI 模块及相关 API 路由和 Token 管理功能

This commit is contained in:
墨梓柒
2025-11-14 23:31:53 +08:00
parent aa7fd1df90
commit cae61281a0
8 changed files with 532 additions and 3 deletions

1
src/webui/__init__.py Normal file
View File

@@ -0,0 +1 @@
"""WebUI 模块"""