fix(bots): streamline detail layout and event listening

This commit is contained in:
RockChinQ
2026-09-10 15:29:52 +08:00
parent 15fa0f50e3
commit b7a04f7a24
16 changed files with 110 additions and 113 deletions
@@ -13,7 +13,7 @@ src/langbot/pkg/platform/adapters/aiocqhttp/
├── message_converter.py
├── platform_api.py
├── types.py
└── onebot.svg
└── onebot.png
```
The EBA adapter is registered as `aiocqhttp-omni`. The legacy adapter remains at `src/langbot/pkg/platform/sources/aiocqhttp.py`.