From 30580814d71cf8a90053abbc4d193ced6795a717 Mon Sep 17 00:00:00 2001 From: Suzumiya Date: Wed, 9 Sep 2026 15:23:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=B5=84=E6=BA=90=E7=94=BB?= =?UTF-8?q?=E6=9C=AC=E6=A0=B7=E5=BC=8F=E5=86=B2=E7=AA=81=E9=81=97=E7=95=99?= =?UTF-8?q?=E7=9A=84=E7=BC=BA=E5=A4=B1=E9=97=AD=E5=90=88=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 解决 #283 迁移与 master 的冲突时,.conversation-model-select [role='status'] 规则丢失了闭合大括号 导致 Tailwind 生成阶段报 Missing closing },Vite 错误覆盖层阻断页面打开 补齐闭合括号后 postcss 解析与 Vite 转换均恢复正常 --- apps/ai-game-creator-shell/src/styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/ai-game-creator-shell/src/styles.css b/apps/ai-game-creator-shell/src/styles.css index ac9d57c43..0be3e761f 100644 --- a/apps/ai-game-creator-shell/src/styles.css +++ b/apps/ai-game-creator-shell/src/styles.css @@ -9031,6 +9031,7 @@ iframe.preview-frame { color: #6b7280; background: #fff; font-size: 12px; +} /* Direct Codex composer: keep the editor and its actions in one vertical structure instead of positioning each control independently. */