From e1bf6675198021435643ad22f8b983bb0ea16a71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E8=88=AA=E5=AE=87?= <3364451258@qq.com> Date: Sun, 31 May 2026 13:40:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A6=81=E7=94=A8=E6=9C=AA=E5=AE=8C?= =?UTF-8?q?=E6=88=90=E7=9A=84=E7=BD=91=E7=BB=9C=E5=AF=B9=E6=88=98=E5=85=A5?= =?UTF-8?q?=E5=8F=A3=EF=BC=8C=E6=A0=87=E6=B3=A8=E5=BC=80=E5=8F=91=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/menu/MainMenu.tsx | 8 +++++++- src/i18n/en.json | 1 + src/i18n/zh-CN.json | 1 + 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/src/components/menu/MainMenu.tsx b/src/components/menu/MainMenu.tsx index e279d20..7657d4a 100644 --- a/src/components/menu/MainMenu.tsx +++ b/src/components/menu/MainMenu.tsx @@ -27,7 +27,13 @@ export default function MainMenu({ onGameStart, onReplayStart }: Props) {