From 09caa11802937a2d0756bc2ab0660e20cbd059ac Mon Sep 17 00:00:00 2001 From: yumoqing Date: Fri, 18 Sep 2026 14:04:16 +0800 Subject: [PATCH] =?UTF-8?q?fix(theme):=20=E7=A1=AC=E7=BC=96=E7=A0=81?= =?UTF-8?q?=E6=9A=97=E8=89=B2=E5=AD=97=E4=BD=93=E8=89=B2=E6=94=B9var(--ink?= =?UTF-8?q?-N)=E4=B8=BB=E9=A2=98=E5=8F=98=E9=87=8F(1=E6=96=87=E4=BB=B6)?= =?UTF-8?q?=E2=80=94=E2=80=94=E6=9A=97=E8=89=B2=E4=B8=BB=E9=A2=98=E4=B8=8B?= =?UTF-8?q?=E6=B7=B1=E8=89=B2=E6=96=87=E5=AD=97=E4=B8=8D=E5=8F=AF=E8=A7=81?= =?UTF-8?q?=E6=B2=BB=E7=90=862026-09-17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/api/bid_task_io.dspy | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/wwwroot/api/bid_task_io.dspy b/wwwroot/api/bid_task_io.dspy index a7173af..5827ace 100644 --- a/wwwroot/api/bid_task_io.dspy +++ b/wwwroot/api/bid_task_io.dspy @@ -48,7 +48,7 @@ async with DBPools().sqlorContext(dbname) as sor: {"widgettype": "Text", "options": {"otext": "第${p0}轮 ${p1} QC 契合度审核", "text": "第${p0}轮 ${p1} QC 契合度审核", "i18n": True, "i18n_params": {"p0": str(getattr(rv, 'round', '')), "p1": str(getattr(rv, 'qc_type', '') or '')}, "halign": "left", "cfontsize": 1.1, - "style": {"fontWeight": "bold", "color": "#1e293b"}}}, + "style": {"fontWeight": "bold", "color": "var(--ink-1)"}}}, {"widgettype": "HBox", "options": {"gap": "12px", "width": "100%"}, "subwidgets": [ {"widgettype": "Text", "options": { @@ -111,7 +111,7 @@ async with DBPools().sqlorContext(dbname) as sor: {"widgettype": "Text", "options": {"text": "\u2699\ufe0f " + (getattr(s, 'display_name', '') or getattr(s, 'step_name', '') or ''), "halign": "left", "cfontsize": 1.1, - "style": {"fontWeight": "bold", "color": "#1e293b"}}}, + "style": {"fontWeight": "bold", "color": "var(--ink-1)"}}}, {"widgettype": "HBox", "options": {"gap": "12px", "width": "100%"}, "subwidgets": [ {"widgettype": "Text", "options": {"text": st, "cfontsize": 0.75, @@ -152,7 +152,7 @@ async with DBPools().sqlorContext(dbname) as sor: subwidgets = [{"widgettype": "Text", "options": {"text": "\U0001f4e4 " + (getattr(d, 'title', '') or getattr(d, 'deliverable_type', '') or ''), "halign": "left", "cfontsize": 1.1, - "style": {"fontWeight": "bold", "color": "#1e293b"}}}] + "style": {"fontWeight": "bold", "color": "var(--ink-1)"}}}] subwidgets += deliverable_widgets({ "deliverable_type": getattr(d, 'deliverable_type', '') or '', "title": getattr(d, 'title', '') or '', @@ -225,7 +225,7 @@ async with DBPools().sqlorContext(dbname) as sor: subwidgets.append({ "widgettype": "Text", "options": {"text": title, "halign": "left", "cfontsize": 1.15, - "style": {"fontWeight": "bold", "color": "#1e293b"}}, + "style": {"fontWeight": "bold", "color": "var(--ink-1)"}}, }) info_row = [ {"widgettype": "Text", "options": {"text": state, "cfontsize": 0.75, @@ -259,7 +259,7 @@ async with DBPools().sqlorContext(dbname) as sor: subwidgets.append({ "widgettype": "Text", "options": {"text": description[:4000], "cfontsize": 0.85, - "color": "#334155", "wrap": True, "halign": "left", "css": "card"}, + "color": "var(--ink-2)", "wrap": True, "halign": "left", "css": "card"}, }) if qc_imp: subwidgets.append({ @@ -290,7 +290,7 @@ async with DBPools().sqlorContext(dbname) as sor: "options": {"gap": "8px", "width": "100%", "padding": "4px 8px", "css": "card"}, "subwidgets": [ {"widgettype": "Text", "options": {"text": label[:80], - "cfontsize": 0.82, "color": "#1e293b"}}, + "cfontsize": 0.82, "color": "var(--ink-1)"}}, {"widgettype": "Filler"}, {"widgettype": "Text", "options": {"text": st, "cfontsize": 0.75, "color": s_color}},