From be97eaf7b5edfa4867c9caa6a5e0ffd1e499faa3 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 28 May 2026 16:14:57 +0800 Subject: [PATCH] fix: remove hardcoded dark theme colors from index.ui --- wwwroot/index.ui | 23 ++++++++--------------- 1 file changed, 8 insertions(+), 15 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 17a45de..ec82a5b 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -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" + } } ]