fix:占位符问题以及缩进问题

This commit is contained in:
借我清欢与鹤梦
2025-10-30 16:33:25 +08:00
parent 131fabeec2
commit 9625fa7808

View File

@@ -250,7 +250,7 @@ class SanguoshaGame(BaseGame):
if not game:
return "❌ 当前没有游戏"
result[object Object]玩家列表\n\n"
result = f"## 👥 玩家列表\n\n"
for idx, player in enumerate(game.players, 1):
result += f"{idx}. **{player.username}**"
if game.is_started: