From a542eb5b5bede5c5e7514428db22e51af35ad1dc Mon Sep 17 00:00:00 2001 From: uncle6me-web Date: Sat, 1 Aug 2026 15:39:10 +0800 Subject: [PATCH] =?UTF-8?q?CIS=20=E7=B7=8A=E6=80=A5=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=EF=BC=9Awordmark=20=E5=AD=97=E8=85=94=E7=BC=BA=E5=A4=B1?= =?UTF-8?q?=EF=BC=8C=E6=94=B9=E7=94=A8=E5=AE=98=E6=96=B9=20PNG=EF=BC=88por?= =?UTF-8?q?tal=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 同 landing/install 根因(自產 SVG outline compound path,a/u/n 字腔洞 未畫進去)與修法:兩處 .brand 內嵌 svg(登入頁×2)改用官方 arcrun-cis/arcrun-lockup-h-ink.png + arcrun-lockup-h-paper-on-ink.png as base64 data URI。本頁主題靠 data-theme 屬性切換(非 media query), :root[data-theme="dark"] 時顯示 -paper-on-ink,預設(無屬性=light) 顯示 -ink。favicon(另外的 favicon.svg/.ico)未動。 Co-Authored-By: Claude Opus 5 (1M context) --- console-ui/public/portal/index.html | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/console-ui/public/portal/index.html b/console-ui/public/portal/index.html index 57338da..3bafb17 100644 --- a/console-ui/public/portal/index.html +++ b/console-ui/public/portal/index.html @@ -54,11 +54,15 @@ /* ── auth 全屏(.view.on 的 block 會蓋 flex → 補 .authwrap.view.on,console 同修)── */ .authwrap { min-height: 100vh; display: flex; align-items: center; justify-content: center; padding: 24px; } .authbox { width: 100%; max-width: 400px; display: flex; flex-direction: column; gap: 24px; text-align: center; } - /* 08-01 CIS 第三輪:登入頁品牌 lockup 改真向量 WORDMARK_SVG(IBM Plex Sans SemiBold - outline + chevron compound path),mark 單色用 --ink(NEVER 用 --amber/Relation - 當 logo 色——CIS:Relation 是「唯一強調色」不是品牌色,logo 上色是一句謊話)。 */ - .brand { display: flex; justify-content: center; color: var(--ink); } - .brand svg { height: 44px; width: auto; display: block; } + /* 08-01 緊急修正:登入頁品牌 lockup 改用官方 PNG(自產 SVG outline 字腔缺失作廢, + 見 arcrun-cis/README.md 說明)。mark 不上色(NEVER 用 --amber/Relation + 當 logo 色——CIS:Relation 是「唯一強調色」不是品牌色,logo 上色是一句謊話), + 靠兩張圖(-ink/-paper-on-ink)依 data-theme 切換,不用 filter 避免色偏。 */ + .brand { display: flex; justify-content: center; } + .brand img { height: 44px; width: auto; display: block; } + .brand .wm-paper { display: none; } + :root[data-theme="dark"] .brand .wm-ink { display: none; } + :root[data-theme="dark"] .brand .wm-paper { display: block; } .brand-sub { margin-top: 10px; font-size: 15px; color: rgba(var(--ink-rgb),.55); letter-spacing: .1em; } /* ── 版面骨架 ── */ @@ -184,7 +188,7 @@
- +
知識入口・Portal
@@ -203,7 +207,7 @@
- +
歡迎!先建立你的帳號