{ "widgettype": "TabPanel", "options": { "tab_pos": "top", "items": [ { "name": "tab1", "label": "首页", "content": { "widgettype": "Text", "options": { "text": "欢迎来到首页!", "fontSize": "20px" } } }, { "name": "tab2", "label": "设置", "content": { "widgettype": "Form", "options": { "fields": [ { "name": "setting1", "label": "设置项1", "uitype": "str" } ] } } }, { "name": "tab3", "label": "关于", "content": { "widgettype": "Text", "options": { "text": "这是关于页面", "fontSize": "16px" } } } ] } }