From 09486f142dde5b7d1531032274d570582d5f3635 Mon Sep 17 00:00:00 2001 From: kdletters Date: Mon, 24 Aug 2026 02:39:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B4=A6=E5=8F=B7=E4=BC=9A?= =?UTF-8?q?=E8=AF=9D=E5=AF=BC=E5=85=A5=E6=8E=92=E5=BA=8F=E9=97=A8=E7=A6=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 按仓库规范排序账号会话运行时代码导入 同步账号会话测试的导入顺序 --- apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx | 2 +- apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx b/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx index 054181cd6..6a9322506 100644 --- a/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx +++ b/apps/ai-game-creator-shell/src/app/AuthenticatedClient.tsx @@ -29,8 +29,8 @@ import { setClientServerSelection, } from '../services/clientHttp'; import { - beginPlatformSessionTransition, beginPlatformSessionClearTransition, + beginPlatformSessionTransition, clearCommittedPlatformSession, commitAuthenticatedPlatformSession, currentPlatformSessionApiBaseUrl, diff --git a/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts b/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts index 03a3d7fd5..fb2ce862c 100644 --- a/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts +++ b/apps/ai-game-creator-shell/tests/appSurface/auth.suite.ts @@ -7,8 +7,8 @@ import { setClientServerSelection, } from '../../src/services/clientHttp'; import { - beginPlatformSessionTransition, beginPlatformSessionClearTransition, + beginPlatformSessionTransition, clearCommittedPlatformSession, commitAuthenticatedPlatformSession, currentPlatformSessionGeneration,