提高了bot用户体验

This commit is contained in:
dela
2026-01-06 17:09:15 +08:00
parent 21f8b1ba9d
commit f4ecbac1bc
3 changed files with 98 additions and 37 deletions

View File

@@ -21,4 +21,4 @@ echo ""
echo "现在你可以运行:"
echo " checker # 运行命令行工具"
echo " python -m checker # 或使用模块方式"
echo " uv run python -m checker # 使用uv运行"
echo " uv run python -m checker.bot.main # 使用uv运行"