2025-07-16 14:28:41 +08:00

154 lines
2.4 KiB
XML

{
"widgettype":"VScrollPanel",
"options":{
"width":"100%",
"height":"100%"
},
"subwidgets":[
{
"widgettype":"HBox",
"options":{},
"subwidgets":[
{
"widgettype":"VBox",
"options":{
"width":"50%"
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"url":"{{entire_url('layout.png')}}",
"maxWidth":"100%",
"height":"auto"
}
}
]
},
{
"widgettype":"VBox",
"options":{
"width":"50%"
},
"subwidgets":[
{
"widgettype":"MdWidget",
"options":{
"md_url":"{{entire_url('brief.md')}}"
}
}
]
}
]
},
{
"widgettype":"Splitter"
},
{
"widgettype":"HBox",
"options":{},
"subwidgets":[
{
"widgettype":"MdWidget",
"options":{
"css":"filler",
"md_url":"{{entire_url('llm.md')}}"
}
},
{
"widgettype":"VBox",
"options":{
"width":"60%"
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"top-margin":"30px",
"maxWidth":"100%",
"height":"auto",
"url":"{{entire_url('a1.png')}}"
}
}
]
}
]
},
{
"widgettype":"Splitter"
},
{
"widgettype":"HBox",
"options":{},
"subwidgets":[
{
"widgettype":"VBox",
"options":{
"width":"60%"
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"top-margin":"30px",
"maxWidth":"100%",
"height":"auto",
"url":"{{entire_url('a3.png')}}"
}
}
]
},
{
"widgettype":"MdWidget",
"options":{
"css":"filler",
"md_url":"{{entire_url('llmedu.md')}}"
}
}
]
},
{
"widgettype":"Splitter"
},
{
"widgettype":"HBox",
"options":{},
"subwidgets":[
{
"widgettype":"MdWidget",
"options":{
"css":"filler",
"md_url":"{{entire_url('llmhospital.md')}}"
}
},
{
"widgettype":"VBox",
"options":{
"width":"60%"
},
"subwidgets":[
{
"widgettype":"Image",
"options":{
"top-margin":"30px",
"maxWidth":"100%",
"height":"auto",
"url":"{{entire_url('a2.png')}}"
}
}
]
}
]
},
{
"widgettype":"Splitter"
},
{
"widgettype":"MdWidget",
"options":{
"md_url":"{{entire_url('misc.md')}}"
}
}
]
}