From 04f000e4d1b7e827674c532a621368cc1dd62e1d Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 18 Sep 2026 16:13:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(theme):=20=E4=B8=BB=E9=A1=B5=E4=BA=A7?= =?UTF-8?q?=E5=93=81=E5=8D=A1=E7=89=87=E6=94=B9=E4=B8=BB=E9=A2=98=E8=A1=A8?= =?UTF-8?q?=E9=9D=A2(=E9=A1=B5=E9=9D=A2=E5=BA=95var(--bg-page)/=E5=8D=A1?= =?UTF-8?q?=E7=89=87var(--surface-card)/=E7=81=B0=E9=98=B6=E6=96=87?= =?UTF-8?q?=E5=AD=97var(--ink-3),=E8=AF=AD=E4=B9=89=E7=BA=A2=E4=B8=8E?= =?UTF-8?q?=E6=8C=89=E9=92=AE=E7=99=BD=E8=B1=81=E5=85=8D)=E2=80=94?= =?UTF-8?q?=E2=80=94=E7=94=A8=E6=88=B7=E8=A6=81=E6=B1=82=E2=91=A3=E6=9A=97?= =?UTF-8?q?=E8=89=B2=E5=8D=A1=E7=89=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/storefront/index.ui | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/wwwroot/storefront/index.ui b/wwwroot/storefront/index.ui index a76ed00..53b740b 100644 --- a/wwwroot/storefront/index.ui +++ b/wwwroot/storefront/index.ui @@ -8,7 +8,7 @@ "width": "100%", "height": "100%", "padding": "0", - "bgcolor": "#f1f5f9" + "bgcolor": "var(--bg-page)" }, "subwidgets": [ { @@ -78,7 +78,7 @@ "cwidth": 24, "cheight": 15, "padding": "20px", - "bgcolor": "#fff", + "bgcolor": "var(--surface-card)", "cursor": {{json.dumps('default' if is_model else 'pointer')}}, "gap": "8px" }, @@ -144,7 +144,7 @@ "options": { "text": {{json.dumps(p.get('brief_intro') or '暂无介绍', ensure_ascii=False)}}, "fontSize": "13px", - "color": "#64748b", + "color": "var(--ink-3)", "wrap": true } } @@ -156,7 +156,7 @@ "options": { "otext": "规划中", "text": "规划中", "i18n": true, "fontSize": "14px", - "color": "#94a3b8", + "color": "var(--ink-3)", "fontWeight": "600" } }, @@ -184,7 +184,7 @@ "options": { "text": {{json.dumps(original_text, ensure_ascii=False)}}, "fontSize": "11px", - "color": "#94a3b8", + "color": "var(--ink-3)", "textDecoration": "line-through" } }, @@ -214,7 +214,7 @@ "options": { "otext": "敬请期待", "text": "敬请期待", "i18n": true, "fontSize": "13px", - "color": "#94a3b8" + "color": "var(--ink-3)" } } {% elif is_pipeline and extra.subscribed %} @@ -284,7 +284,7 @@ "options": { "otext": "登录后购买", "text": "登录后购买", "i18n": true, "fontSize": "13px", - "color": "#94a3b8" + "color": "var(--ink-3)" } } {% endif %}