From b92f29c9581d9b8353ec6c6a8a19509ce7909292 Mon Sep 17 00:00:00 2001 From: Haewon Kam Date: Wed, 9 Sep 2026 14:37:33 +0900 Subject: [PATCH] =?UTF-8?q?chore(supporters):=20=EA=B5=AC=EC=A1=B0=20?= =?UTF-8?q?=EA=B8=B0=EC=A4=80=EC=84=A0=20=EA=B0=B1=EC=8B=A0=20=E2=80=94=20?= =?UTF-8?q?=ED=95=9C=EA=B5=AD=EC=96=B4=20=ED=8E=98=EC=9D=B4=EC=A7=80=20?= =?UTF-8?q?=ED=97=A4=EB=8D=94=EC=9D=98=20=EC=96=B8=EC=96=B4=20=EC=8A=A4?= =?UTF-8?q?=EC=9C=84=EC=B9=98=20=EC=8A=B9=EC=9D=B8=20(haewon)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit /en/stay 로 가는 길을 만들려고 Base.astro 에 언어 스위치를 넣으면서 한국어 페이지 헤더 구조가 바뀌었고, 게이트가 LAYOUT_CHANGED 로 잡고 있었다. haewon 승인 후 --update-layout 으로 기준을 갱신했다. /index.html 266 → 269 · /posts/anesthesia-choice.html 223 → 226 · /posts.html 250 → 252 셋 다 늘어난 것은 div.langswitch 와 그 안의 KO/EN 링크다. 경고 26건 → 23건. 남은 것은 이전부터 있던 DISCLOSURE_TOP_MISSING 18건과 NUMERIC_NO_QUALIFIER 5건이다. Co-Authored-By: Claude Opus 5 (1M context) --- supporters/scripts/gate/layout-baseline.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/supporters/scripts/gate/layout-baseline.json b/supporters/scripts/gate/layout-baseline.json index 24bbdbf..60641aa 100644 --- a/supporters/scripts/gate/layout-baseline.json +++ b/supporters/scripts/gate/layout-baseline.json @@ -15,6 +15,9 @@ "a", "a", "a", + "div.langswitch", + "a.on", + "a", "a.cta", "main", "section.hero-light", @@ -283,6 +286,9 @@ "a", "a", "a", + "div.langswitch", + "a.on", + "a", "a.cta", "div.backbar-wrap", "div.backbar.wrap-wide", @@ -508,6 +514,9 @@ "a", "a", "a", + "div.langswitch", + "a.on", + "a", "a.cta", "div.backbar-wrap", "div.backbar.wrap-wide",