adapter-console
adapter-console copied to clipboard
NoneBot2 终端适配器 / Console adapter for nonebot2
updates: - [github.com/astral-sh/ruff-pre-commit: v0.3.5 → v0.4.3](https://github.com/astral-sh/ruff-pre-commit/compare/v0.3.5...v0.4.3) - [github.com/psf/black: 24.3.0 → 24.4.2](https://github.com/psf/black/compare/24.3.0...24.4.2)
按照官网的[bot教程](https://nonebot.dev/docs/tutorial/application)创建的应用,在机器人启动后只能观察到终端闪了一下退出,没有出现交互窗口 ``` python bot.py 01-17 13:41:25 [SUCCESS] nonebot | NoneBot is initializing... 01-17 13:41:25 [INFO] nonebot | Current Env: prod 01-17 13:41:25 [DEBUG] nonebot | Loaded Config: {'driver': '~fastapi', 'host':...