From c5692410f6857a128d71fe0f8fad8145d103591e Mon Sep 17 00:00:00 2001 From: hyeongwoo-choi Date: Mon, 20 Jul 2026 03:01:42 +0000 Subject: [PATCH] =?UTF-8?q?fix(ui):=20=EB=A7=A4=EB=8B=88=ED=8E=98=EC=8A=A4?= =?UTF-8?q?=ED=8A=B8=20=ED=97=A4=EB=8D=94=20=EC=A3=BC=EC=84=9D=EC=9D=98=20?= =?UTF-8?q?=EA=B8=80=EB=A1=AD(*/)=EC=9D=B4=20JS=20=EC=A3=BC=EC=84=9D=20?= =?UTF-8?q?=EC=A1=B0=EA=B8=B0=EC=A2=85=EB=A3=8C=20=E2=86=92=20=EB=B8=94?= =?UTF-8?q?=EB=A1=9D=20=EC=82=AC=EB=A7=9D=20=EB=B2=84=EA=B7=B8=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /* 자동생성: app/src/*/svc/*.pgc ... */ 주석에서 src/*/ 의 */ 가 주석을 끝내고 잔여 텍스트(svc)가 코드로 평가되어 ReferenceError → SVC_SCREENS 미정의 → 메뉴 공백. 파싱은 통과(문법상 유효)하고 런타임에만 죽는 함정. 주석에서 */ 시퀀스 제거 후 재생성. 헤드리스 chromium 스크린샷으로 330화면 메뉴 + AC0101 렌더링 확인. Co-Authored-By: Claude Opus 4.8 (1M context) --- app/ui/index.html | 2 +- app/ui/screens.js | 2 +- tools/gen_screens.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/ui/index.html b/app/ui/index.html index 3bc10f5..ed42e62 100644 --- a/app/ui/index.html +++ b/app/ui/index.html @@ -86,7 +86,7 @@