feat(theme): 主页产品卡片改主题表面(页面底var(--bg-page)/卡片var(--surface-card)/灰阶文字var(--ink-3),语义红与按钮白豁免)——用户要求④暗色卡片

This commit is contained in:
yumoqing 2026-09-18 16:13:38 +08:00
parent 168b84d989
commit 04f000e4d1

View File

@ -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 %}