fix(theme): 硬编码暗色字体色改var(--ink-N)主题变量(1文件)——暗色主题下深色文字不可见治理2026-09-17

This commit is contained in:
yumoqing 2026-09-18 14:04:32 +08:00
parent 54e1900c90
commit 168b84d989

View File

@ -129,7 +129,7 @@
"widgettype": "Title4",
"options": {
"text": {{json.dumps(p.get('product_name') or '', ensure_ascii=False)}},
"color": "#1e293b"
"color": "var(--ink-1)"
}
},
{