From 9625fa7808e60267de9d5ed3b6320db67aac500a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=9F=E6=88=91=E6=B8=85=E6=AC=A2=E4=B8=8E=E9=B9=A4?= =?UTF-8?q?=E6=A2=A6?= <15031168+aishy@user.noreply.gitee.com> Date: Thu, 30 Oct 2025 16:33:25 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=8D=A0=E4=BD=8D=E7=AC=A6?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BB=A5=E5=8F=8A=E7=BC=A9=E8=BF=9B=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- games/sanguosha.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games/sanguosha.py b/games/sanguosha.py index f9660a5..e053734 100644 --- a/games/sanguosha.py +++ b/games/sanguosha.py @@ -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: