From 30edfee00e99cb7aeab471cfe3fe7f9a16add5dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BE=B7=E5=AE=87?= Date: Tue, 15 Sep 2026 19:41:41 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20Codex=20=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E5=BC=95=E7=94=A8=E6=B5=8B=E8=AF=95=20fixture?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 将 manifest 资源 kind 字符串 fixture 迁移为 Character 枚举。 --- .../src-tauri/src/agent/direct_codex_references.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/ai-game-creator-shell/src-tauri/src/agent/direct_codex_references.rs b/apps/ai-game-creator-shell/src-tauri/src/agent/direct_codex_references.rs index a2601e307..88f5d8995 100644 --- a/apps/ai-game-creator-shell/src-tauri/src/agent/direct_codex_references.rs +++ b/apps/ai-game-creator-shell/src-tauri/src/agent/direct_codex_references.rs @@ -305,7 +305,7 @@ mod tests { let mut manifest = new_game_creation_app_manifest("project-1", "测试项目"); manifest.assets.push(GameCreationAppAssetManifestEntry { id: "asset-hero".to_string(), - kind: "character".to_string(), + kind: GameCreationAppAssetKind::Character, media_type: "image/png".to_string(), local_path: "assets/hero.png".to_string(), source: GameCreationAppAssetSource {