2025-10-24 17:46:13 +08:00

156 lines
2.5 KiB
XML

{
"widgettype":"VScrollPanel",
"options":{
"bgimage":"{{entire_url('/imgs/bgimage.jpg')}}",
"color": "#fefefe",
"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')}}"
}
}
]
}