From b1cbda97b0e87328e33fba5ec22d75e68ca46ac3 Mon Sep 17 00:00:00 2001 From: AIGameCreator App Date: Wed, 8 Jul 2026 11:21:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E8=B5=B7=E9=A6=96=E9=A1=B5=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E6=93=8D=E4=BD=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 首页最近项目卡片改为只读展示。 刷新、清空、显示和移除操作保留在项目页。 更新启动器项目操作回归测试。 --- apps/ai-game-creator-shell/src/App.tsx | 49 +++++-------------- apps/ai-game-creator-shell/src/styles.css | 34 +------------ .../tests/appSurface.test.ts | 39 +++++++++++++-- 3 files changed, 50 insertions(+), 72 deletions(-) diff --git a/apps/ai-game-creator-shell/src/App.tsx b/apps/ai-game-creator-shell/src/App.tsx index a22ed39e4..84b0355b2 100644 --- a/apps/ai-game-creator-shell/src/App.tsx +++ b/apps/ai-game-creator-shell/src/App.tsx @@ -2301,16 +2301,6 @@ export function WorkspaceLauncher({

{status}

- - -
- -
))} @@ -2378,6 +2343,18 @@ export function WorkspaceLauncher({

项目

{recentWorkspaceRefreshing ? '正在检查项目状态' : status}

+
+ + +