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": {
"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"
}
}
]