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