fix: remove hardcoded dark theme colors from index.ui

This commit is contained in:
yumoqing 2026-05-28 16:14:57 +08:00
parent af10e4a810
commit be97eaf7b5

View File

@ -3,8 +3,8 @@
"options": {
"width": "100%",
"height": "100%",
"padding": "0",
"bgcolor": "#0B1120"
"padding": "0"
},
"subwidgets": [
{
@ -19,7 +19,6 @@
"widgettype": "Title2",
"options": {
"text": "计费管理",
"color": "#F1F5F9",
"fontWeight": "700"
}
},
@ -30,8 +29,8 @@
"widgettype": "Text",
"options": {
"text": "账户管理、账单明细与计费配置",
"fontSize": "14px",
"color": "#64748B"
"fontSize": "14px"
}
}
]
@ -80,10 +79,8 @@
{
"widgettype": "VBox",
"options": {
"bgcolor": "#1E293B",
"padding": "24px",
"borderRadius": "12px",
"border": "1px solid #334155",
"cursor": "pointer"
},
"binds": [
@ -112,7 +109,6 @@
"widgettype": "Title4",
"options": {
"text": "我的账户",
"color": "#F1F5F9",
"fontWeight": "600",
"marginBottom": "8px"
}
@ -121,8 +117,8 @@
"widgettype": "Text",
"options": {
"text": "查看账户余额与充值记录",
"fontSize": "14px",
"color": "#94A3B8"
"fontSize": "14px"
}
}
]
@ -130,10 +126,8 @@
{
"widgettype": "VBox",
"options": {
"bgcolor": "#1E293B",
"padding": "24px",
"borderRadius": "12px",
"border": "1px solid #334155",
"cursor": "pointer"
},
"binds": [
@ -162,7 +156,6 @@
"widgettype": "Title4",
"options": {
"text": "账单明细",
"color": "#F1F5F9",
"fontWeight": "600",
"marginBottom": "8px"
}
@ -171,8 +164,8 @@
"widgettype": "Text",
"options": {
"text": "查看计费明细与消费流水",
"fontSize": "14px",
"color": "#94A3B8"
"fontSize": "14px"
}
}
]