From 2e4a1996c88bc6d7e6a7c74faba13b069888f788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Mon, 14 Sep 2026 21:12:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8C=E6=AD=A5=20UI=20=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=99=A8=E5=85=A5=E5=8F=A3=E6=B5=8B=E8=AF=95=E8=B5=84=E4=BA=A7?= =?UTF-8?q?=E7=B1=BB=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将项目开发 UI 编辑器回程测试 fixture 更新为 ui-design-doc --- .../tests/appSurface/project-development.suite.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts b/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts index c5288b270..51da64e3c 100644 --- a/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts +++ b/apps/ai-game-creator-shell/tests/appSurface/project-development.suite.ts @@ -5908,7 +5908,7 @@ export function registerProjectWorkbenchFoundationTests() { manifest.assets = [ { id: 'ui-design-resource', - kind: 'UI', + kind: 'ui-design-doc', mediaType: 'application/json', localPath: 'assets/ui-design.json', source: { kind: 'generated' },