From 1a72e3236a7764a073cae323725c2abe9f796012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=94=E9=A6=99=E4=B8=B8=E5=AD=90?= <15518898337@163.com> Date: Mon, 24 Aug 2026 21:12:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9A=90=E8=97=8F=E9=A6=96=E9=A1=B5=E6=A8=A1?= =?UTF-8?q?=E7=B3=8A=E9=A1=B9=E7=9B=AE=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 首页默认项目状态改为空 移除最近项目标题下的解释性副标题 补充首页视觉规则并更新界面测试 --- .../src/features/app-shell/WorkspaceLauncher.tsx | 2 +- apps/ai-game-creator-shell/src/view/home/index.tsx | 3 --- apps/ai-game-creator-shell/tests/appSurface/home.suite.ts | 2 +- docs/prd/【AI游戏创作】项目开发工作台PRD-2026-07-20.md | 1 + 4 files changed, 3 insertions(+), 5 deletions(-) diff --git a/apps/ai-game-creator-shell/src/features/app-shell/WorkspaceLauncher.tsx b/apps/ai-game-creator-shell/src/features/app-shell/WorkspaceLauncher.tsx index 14199a02f..e8ca749c5 100644 --- a/apps/ai-game-creator-shell/src/features/app-shell/WorkspaceLauncher.tsx +++ b/apps/ai-game-creator-shell/src/features/app-shell/WorkspaceLauncher.tsx @@ -34,7 +34,7 @@ export function WorkspaceLauncherShell({ ProjectSupervisor, }: WorkspaceLauncherShellProps) { const accountWallet = useAccountWallet(currentUser.id); - const [status, setStatus] = useState('请选择项目'); + const [status, setStatus] = useState(''); const recentProjects = useRecentProjects(setStatus); const { recentProjectRows, rememberRecentWorkspace } = recentProjects; const [launcherView, setLauncherView] = useState(initialView); diff --git a/apps/ai-game-creator-shell/src/view/home/index.tsx b/apps/ai-game-creator-shell/src/view/home/index.tsx index f73810e01..00fa69ca7 100644 --- a/apps/ai-game-creator-shell/src/view/home/index.tsx +++ b/apps/ai-game-creator-shell/src/view/home/index.tsx @@ -253,9 +253,6 @@ export default function HomeView({

最近项目

-

- 选择一个项目继续创作 -