fix: remove hardcoded dark theme colors for light theme support

This commit is contained in:
yumoqing 2026-05-28 16:16:05 +08:00
parent 5d6538b7d3
commit 235412c9f7

View File

@ -3,8 +3,7 @@
"options": { "options": {
"width": "100%", "width": "100%",
"height": "100%", "height": "100%",
"padding": "0", "padding": "0"
"bgcolor": "#0B1120"
}, },
"subwidgets": [ "subwidgets": [
{ {
@ -20,7 +19,6 @@
"widgettype": "Title2", "widgettype": "Title2",
"options": { "options": {
"text": "产品管理", "text": "产品管理",
"color": "#F1F5F9",
"fontWeight": "700" "fontWeight": "700"
} }
}, },
@ -31,8 +29,7 @@
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "产品类别、产品信息与运营商配置管理", "text": "产品类别、产品信息与运营商配置管理",
"fontSize": "14px", "fontSize": "14px"
"color": "#64748B"
} }
} }
] ]
@ -48,10 +45,8 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"bgcolor": "#1E293B",
"padding": "16px 24px", "padding": "16px 24px",
"borderRadius": "8px", "borderRadius": "8px",
"border": "1px solid #334155",
"cursor": "pointer" "cursor": "pointer"
}, },
"binds": [ "binds": [
@ -71,7 +66,6 @@
"widgettype": "Title5", "widgettype": "Title5",
"options": { "options": {
"text": "产品类别管理", "text": "产品类别管理",
"color": "#F1F5F9",
"fontWeight": "600" "fontWeight": "600"
} }
}, },
@ -79,8 +73,7 @@
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "管理产品类别树结构,配置类别属性", "text": "管理产品类别树结构,配置类别属性",
"fontSize": "12px", "fontSize": "12px"
"color": "#94A3B8"
} }
} }
] ]
@ -88,10 +81,8 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"bgcolor": "#1E293B",
"padding": "16px 24px", "padding": "16px 24px",
"borderRadius": "8px", "borderRadius": "8px",
"border": "1px solid #334155",
"cursor": "pointer" "cursor": "pointer"
}, },
"binds": [ "binds": [
@ -111,7 +102,6 @@
"widgettype": "Title5", "widgettype": "Title5",
"options": { "options": {
"text": "产品管理", "text": "产品管理",
"color": "#F1F5F9",
"fontWeight": "600" "fontWeight": "600"
} }
}, },
@ -119,8 +109,7 @@
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "添加和管理产品,配置产品信息", "text": "添加和管理产品,配置产品信息",
"fontSize": "12px", "fontSize": "12px"
"color": "#94A3B8"
} }
} }
] ]
@ -128,10 +117,8 @@
{ {
"widgettype": "VBox", "widgettype": "VBox",
"options": { "options": {
"bgcolor": "#1E293B",
"padding": "16px 24px", "padding": "16px 24px",
"borderRadius": "8px", "borderRadius": "8px",
"border": "1px solid #334155",
"cursor": "pointer" "cursor": "pointer"
}, },
"binds": [ "binds": [
@ -151,7 +138,6 @@
"widgettype": "Title5", "widgettype": "Title5",
"options": { "options": {
"text": "运营商配置", "text": "运营商配置",
"color": "#F1F5F9",
"fontWeight": "600" "fontWeight": "600"
} }
}, },
@ -159,8 +145,7 @@
"widgettype": "Text", "widgettype": "Text",
"options": { "options": {
"text": "配置运营商产品类型参数", "text": "配置运营商产品类型参数",
"fontSize": "12px", "fontSize": "12px"
"color": "#94A3B8"
} }
} }
] ]