From 235412c9f7942feb993fe3a65401cdbbfa70e2cc Mon Sep 17 00:00:00 2001 From: yumoqing Date: Thu, 28 May 2026 16:16:05 +0800 Subject: [PATCH] fix: remove hardcoded dark theme colors for light theme support --- wwwroot/index.ui | 25 +++++-------------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/wwwroot/index.ui b/wwwroot/index.ui index 4b70331..6325648 100644 --- a/wwwroot/index.ui +++ b/wwwroot/index.ui @@ -3,8 +3,7 @@ "options": { "width": "100%", "height": "100%", - "padding": "0", - "bgcolor": "#0B1120" + "padding": "0" }, "subwidgets": [ { @@ -20,7 +19,6 @@ "widgettype": "Title2", "options": { "text": "产品管理", - "color": "#F1F5F9", "fontWeight": "700" } }, @@ -31,8 +29,7 @@ "widgettype": "Text", "options": { "text": "产品类别、产品信息与运营商配置管理", - "fontSize": "14px", - "color": "#64748B" + "fontSize": "14px" } } ] @@ -48,10 +45,8 @@ { "widgettype": "VBox", "options": { - "bgcolor": "#1E293B", "padding": "16px 24px", "borderRadius": "8px", - "border": "1px solid #334155", "cursor": "pointer" }, "binds": [ @@ -71,7 +66,6 @@ "widgettype": "Title5", "options": { "text": "产品类别管理", - "color": "#F1F5F9", "fontWeight": "600" } }, @@ -79,8 +73,7 @@ "widgettype": "Text", "options": { "text": "管理产品类别树结构,配置类别属性", - "fontSize": "12px", - "color": "#94A3B8" + "fontSize": "12px" } } ] @@ -88,10 +81,8 @@ { "widgettype": "VBox", "options": { - "bgcolor": "#1E293B", "padding": "16px 24px", "borderRadius": "8px", - "border": "1px solid #334155", "cursor": "pointer" }, "binds": [ @@ -111,7 +102,6 @@ "widgettype": "Title5", "options": { "text": "产品管理", - "color": "#F1F5F9", "fontWeight": "600" } }, @@ -119,8 +109,7 @@ "widgettype": "Text", "options": { "text": "添加和管理产品,配置产品信息", - "fontSize": "12px", - "color": "#94A3B8" + "fontSize": "12px" } } ] @@ -128,10 +117,8 @@ { "widgettype": "VBox", "options": { - "bgcolor": "#1E293B", "padding": "16px 24px", "borderRadius": "8px", - "border": "1px solid #334155", "cursor": "pointer" }, "binds": [ @@ -151,7 +138,6 @@ "widgettype": "Title5", "options": { "text": "运营商配置", - "color": "#F1F5F9", "fontWeight": "600" } }, @@ -159,8 +145,7 @@ "widgettype": "Text", "options": { "text": "配置运营商产品类型参数", - "fontSize": "12px", - "color": "#94A3B8" + "fontSize": "12px" } } ]