From 775fc7d64e5301a6be2ca5b852bd2ba319ed0135 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=82=B9=E6=96=B9=E6=88=90?= Date: Thu, 1 Jan 2026 02:21:42 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E7=A7=BB=E9=99=A4=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E5=BD=93=E5=89=8D=E6=B8=B8=E6=88=8F=E5=87=AD=E8=AF=81?= =?UTF-8?q?=E7=9A=84=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/App.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/app/src/App.tsx b/app/src/App.tsx index 0191825..f0446ba 100644 --- a/app/src/App.tsx +++ b/app/src/App.tsx @@ -220,7 +220,6 @@ const App: React.FC = () => { const data = await resp.json(); if (data.game_token) { - setCurrentGameToken(data.game_token); addLog('system', '✅ 获取新凭证成功!'); // 重置游戏状态