MaiBot/src/webui
DrSmoothl f66e25b1a7
fix(webui): fix missing imports and create toml_utils module
- Create src/common/toml_utils.py with TOML utility functions
- Fix APIAdapterConfig → ModelConfig in config.py (4 locations)
- Fix git_mirror_service import path in plugin.py
- Fix emoji.py type annotations and unused imports
- Fix jargon.py comment (ChatStreams → ChatSession)
- All routers now import successfully
- Zero Peewee remnants verified across src/webui/
2026-02-17 20:19:37 +08:00
..
api fix minssing files 2026-02-17 19:04:54 +08:00
core WebUI后端整体重构 2026-01-13 07:24:27 +08:00
middleware WebUI后端整体重构 2026-01-13 07:24:27 +08:00
routers fix(webui): fix missing imports and create toml_utils module 2026-02-17 20:19:37 +08:00
schemas refactor(webui): migrate emoji routes from Peewee to SQLModel 2026-02-17 19:58:14 +08:00
services fix minssing files 2026-02-17 19:04:54 +08:00
utils WebUI后端整体重构 2026-01-13 07:24:27 +08:00
app.py 更新 GitHub Actions 工作流,统一使用 ubuntu-24.04 作为运行环境;新增发布 WebUI 产物的工作流 2026-02-15 16:19:13 +08:00
config_schema.py feat(webui): enhance ConfigSchemaGenerator with field_docs and UI metadata 2026-02-17 17:05:25 +08:00
dependencies.py WebUI后端整体重构 2026-01-13 07:24:27 +08:00
routes.py WebUI后端整体重构 2026-01-13 07:24:27 +08:00
webui_server.py 更新 GitHub Actions 工作流,统一使用 ubuntu-24.04 作为运行环境;新增发布 WebUI 产物的工作流 2026-02-15 16:19:13 +08:00