添加 Justfile 相关库,简化项目启动流程

This commit is contained in:
2025-11-10 21:23:41 +08:00
parent e2f99af73b
commit 30cfb4cadd
4 changed files with 42 additions and 2 deletions

View File

@ -76,7 +76,7 @@ code .
使用命令行手动启动 Bot
```bash
poetry run watchfiles bot.main . --filter scripts.watch_filter.filter
poetry run just watch
```
如果你不希望自动重载,只是想运行 Bot可以直接运行