{ "page": { "header": { "title": "Mgr", "menuBar": { "items": [ "通用设置", "新建检查", "工作流", "四台信息", "添加备注", "查看和处理", "报告" ], "active": "通用设置" }, "topRightIcons": [ "语言切换", "退出登录" ] }, "sidebar": { "sections": [ { "title": "系统之家", "icon": "home" }, { "title": "首选项", "icon": "settings", "active": true }, { "title": "硬件配置", "icon": "hardware" }, { "title": "网络设置", "icon": "network" }, { "title": "协议设置", "icon": "protocol" }, { "title": "统计分析", "icon": "chart" } ] }, "mainContent": { "section": "通用设置", "layout": { "groups": [ { "title": "日期和时间格式", "fields": [ { "label": "日期格式", "type": "dropdown", "options": ["MM/dd/yyyy", "dd/MM/yyyy", "yyyy-MM-dd"], "value": "MM/dd/yyyy" }, { "label": "时间格式", "type": "dropdown", "options": ["HH:mm", "hh:mm a"], "value": "HH:mm" } ] }, { "title": "字体和大小", "subGroups": [ { "title": "四角信息字体", "fields": [ { "label": "字体", "type": "dropdown", "value": "Arial Unicode MS", "options": ["Arial Unicode MS", "Arial", "Times New Roman"] }, { "label": "大小", "type": "numberInput", "unit": "%", "value": 100 }, { "label": "示例", "type": "textExample", "content": "ABCabc1234" } ] }, { "title": "Mark字体", "fields": [ { "label": "字体", "type": "dropdown", "value": "Arial", "options": ["Arial", "Tahoma", "Verdana"] }, { "label": "大小", "type": "numberInput", "unit": "%", "value": 100 }, { "label": "示例", "type": "textExample", "content": "ABCabc1234" } ] } ] }, { "title": "打印四角信息字体", "fields": [ { "label": "字体", "type": "dropdown", "value": "Arial", "options": ["Arial", "Calibri", "Times New Roman"] }, { "label": "字号等级", "type": "dropdown", "value": "8", "options": ["6", "7", "8", "9", "10", "11", "12"] } ] } ] }, "footer": { "buttons": [ { "label": "取消", "action": "cancel" }, { "label": "保存", "action": "save" } ] } } } }