{ "widgettype": "VBox", "options": {"width": "100%", "height": "100%", "padding": "20px", "gap": "20px"}, "subwidgets": [ { "widgettype": "Text", "options": {"text": "SDLC Pipeline", "cfontsize": 28, "color": "#E0E0E0", "fontWeight": "bold"} }, { "widgettype": "Text", "options": {"text": "软件开发生命周期管理", "cfontsize": 14, "color": "#888888"} }, { "widgettype": "ResponsableBox", "options": {"gap": "16px", "minWidth": "220px"}, "subwidgets": [ { "widgettype": "VBox", "options": {"backgroundColor": "#1E1E2E", "padding": "20px", "borderRadius": "8px", "cursor": "pointer", "cwidth": 25, "gap": "12px", "border": "1px solid #2A2A3E"}, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.sdlc_content", "options": {"url": "{{entire_url('pipeline_sdlc/sd_project_list/index.ui')}}"} } ], "subwidgets": [ {"widgettype": "Text", "options": {"text": "📁", "cfontsize": 32}}, {"widgettype": "Text", "options": {"text": "项目管理", "cfontsize": 18, "color": "#FFFFFF", "fontWeight": "bold"}}, {"widgettype": "Text", "options": {"text": "Project Management", "cfontsize": 12, "color": "#4A90D9"}}, {"widgettype": "Text", "options": {"text": "管理所有软件项目的创建、配置和状态跟踪", "cfontsize": 13, "color": "#888888"}} ] }, { "widgettype": "VBox", "options": {"backgroundColor": "#1E1E2E", "padding": "20px", "borderRadius": "8px", "cursor": "pointer", "cwidth": 25, "gap": "12px", "border": "1px solid #2A2A3E"}, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.sdlc_content", "options": {"url": "{{entire_url('pipeline_sdlc/sd_iteration/index.ui')}}"} } ], "subwidgets": [ {"widgettype": "Text", "options": {"text": "🔄", "cfontsize": 32}}, {"widgettype": "Text", "options": {"text": "迭代看板", "cfontsize": 18, "color": "#FFFFFF", "fontWeight": "bold"}}, {"widgettype": "Text", "options": {"text": "Iteration Board", "cfontsize": 12, "color": "#4A90D9"}}, {"widgettype": "Text", "options": {"text": "可视化迭代进度,管理Sprint和任务分配", "cfontsize": 13, "color": "#888888"}} ] }, { "widgettype": "VBox", "options": {"backgroundColor": "#1E1E2E", "padding": "20px", "borderRadius": "8px", "cursor": "pointer", "cwidth": 25, "gap": "12px", "border": "1px solid #2A2A3E"}, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.sdlc_content", "options": {"url": "{{entire_url('pipeline_sdlc/sd_bug_list/index.ui')}}"} } ], "subwidgets": [ {"widgettype": "Text", "options": {"text": "🐛", "cfontsize": 32}}, {"widgettype": "Text", "options": {"text": "Bug管理", "cfontsize": 18, "color": "#FFFFFF", "fontWeight": "bold"}}, {"widgettype": "Text", "options": {"text": "Bug Management", "cfontsize": 12, "color": "#4A90D9"}}, {"widgettype": "Text", "options": {"text": "跟踪和管理项目缺陷,分配修复任务", "cfontsize": 13, "color": "#888888"}} ] }, { "widgettype": "VBox", "options": {"backgroundColor": "#1E1E2E", "padding": "20px", "borderRadius": "8px", "cursor": "pointer", "cwidth": 25, "gap": "12px", "border": "1px solid #2A2A3E"}, "binds": [ { "wid": "self", "event": "click", "actiontype": "urlwidget", "target": "app.sdlc_content", "options": {"url": "{{entire_url('pipeline_sdlc/sd_deploy_env_list/index.ui')}}"} } ], "subwidgets": [ {"widgettype": "Text", "options": {"text": "🚀", "cfontsize": 32}}, {"widgettype": "Text", "options": {"text": "部署环境", "cfontsize": 18, "color": "#FFFFFF", "fontWeight": "bold"}}, {"widgettype": "Text", "options": {"text": "Deploy Environments", "cfontsize": 12, "color": "#4A90D9"}}, {"widgettype": "Text", "options": {"text": "配置和管理开发、测试、生产部署环境", "cfontsize": 13, "color": "#888888"}} ] } ] }, { "widgettype": "VBox", "id": "app.sdlc_content", "options": {"width": "100%", "flex": "1", "minHeight": "200px"} } ] }