refactor: 移除设置当前游戏凭证的逻辑
This commit is contained in:
parent
9bb5e9da9c
commit
775fc7d64e
@ -220,7 +220,6 @@ const App: React.FC = () => {
|
|||||||
|
|
||||||
const data = await resp.json();
|
const data = await resp.json();
|
||||||
if (data.game_token) {
|
if (data.game_token) {
|
||||||
setCurrentGameToken(data.game_token);
|
|
||||||
addLog('system', '✅ 获取新凭证成功!');
|
addLog('system', '✅ 获取新凭证成功!');
|
||||||
|
|
||||||
// 重置游戏状态
|
// 重置游戏状态
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user