79 lines
5.0 KiB
XML

{
"widgettype": "VBox",
"options": {"width": "100%", "height": "100%", "padding": "24px", "gap": "24px"},
"subwidgets": [
{
"widgettype": "HBox",
"options": {"alignItems": "center", "gap": "12px"},
"subwidgets": [
{"widgettype": "Title2", "options": {"otext": "开发产线仪表盘", "text": "开发产线仪表盘", "i18n": true}},
{"widgettype": "Text", "options": {"otext": "项目/迭代/Bug实时概览", "text": "项目/迭代/Bug实时概览", "i18n": true, "cfontsize": 1.1, "color": "#888"}}
]
},
{
"widgettype": "ResponsableBox",
"options": {"gap": "16px", "minWidth": "200px"},
"subwidgets": [
{
"widgettype": "VBox",
"options": {"bgcolor": "#1e293b", "padding": "24px", "borderRadius": "12px", "gap": "8px", "border": "1px solid #334155", "cwidth": 25, "alignItems": "center"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "-", "cfontsize": 2.5, "color": "#60a5fa", "fontWeight": "bold"}},
{"widgettype": "Text", "options": {"otext": "活跃项目", "text": "活跃项目", "i18n": true, "cfontsize": 1, "color": "#e2e8f0"}},
{"widgettype": "Text", "options": {"text": "Active Projects", "cfontsize": 0.8, "color": "#94a3b8"}}
]
},
{
"widgettype": "VBox",
"options": {"bgcolor": "#1e293b", "padding": "24px", "borderRadius": "12px", "gap": "8px", "border": "1px solid #334155", "cwidth": 25, "alignItems": "center"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "-", "cfontsize": 2.5, "color": "#4ade80", "fontWeight": "bold"}},
{"widgettype": "Text", "options": {"otext": "进行中迭代", "text": "进行中迭代", "i18n": true, "cfontsize": 1, "color": "#e2e8f0"}},
{"widgettype": "Text", "options": {"text": "Active Sprints", "cfontsize": 0.8, "color": "#94a3b8"}}
]
},
{
"widgettype": "VBox",
"options": {"bgcolor": "#1e293b", "padding": "24px", "borderRadius": "12px", "gap": "8px", "border": "1px solid #334155", "cwidth": 25, "alignItems": "center"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "-", "cfontsize": 2.5, "color": "#fbbf24", "fontWeight": "bold"}},
{"widgettype": "Text", "options": {"otext": "待处理Bug", "text": "待处理Bug", "i18n": true, "cfontsize": 1, "color": "#e2e8f0"}},
{"widgettype": "Text", "options": {"text": "Open Bugs", "cfontsize": 0.8, "color": "#94a3b8"}}
]
},
{
"widgettype": "VBox",
"options": {"bgcolor": "#1e293b", "padding": "24px", "borderRadius": "12px", "gap": "8px", "border": "1px solid #334155", "cwidth": 25, "alignItems": "center"},
"subwidgets": [
{"widgettype": "Text", "options": {"text": "-", "cfontsize": 2.5, "color": "#a78bfa", "fontWeight": "bold"}},
{"widgettype": "Text", "options": {"otext": "待审批", "text": "待审批", "i18n": true, "cfontsize": 1, "color": "#e2e8f0"}},
{"widgettype": "Text", "options": {"text": "Pending Reviews", "cfontsize": 0.8, "color": "#94a3b8"}}
]
}
]
},
{
"widgettype": "ResponsableBox",
"options": {"gap": "16px", "minWidth": "350px"},
"subwidgets": [
{
"widgettype": "VBox",
"options": {"bgcolor": "#1e293b", "padding": "24px", "borderRadius": "12px", "gap": "16px", "border": "1px solid #334155", "cwidth": 60},
"subwidgets": [
{"widgettype": "Title3", "options": {"otext": "迭代进度", "text": "迭代进度", "i18n": true}},
{"widgettype": "Text", "options": {"otext": "暂无数据,请先创建项目和迭代", "text": "暂无数据,请先创建项目和迭代", "i18n": true, "cfontsize": 0.9, "color": "#64748b", "padding": "20px 0"}}
]
},
{
"widgettype": "VBox",
"options": {"bgcolor": "#1e293b", "padding": "24px", "borderRadius": "12px", "gap": "16px", "border": "1px solid #334155", "cwidth": 40},
"subwidgets": [
{"widgettype": "Title3", "options": {"otext": "Bug 分布", "text": "Bug 分布", "i18n": true}},
{"widgettype": "Text", "options": {"otext": "暂无Bug数据", "text": "暂无Bug数据", "i18n": true, "cfontsize": 0.9, "color": "#64748b", "padding": "20px 0"}}
]
}
]
}
]
}