llmage/wwwroot/model_plaza.ui

27 lines
963 B
XML

{
"widgettype": "VBox",
"options": {"css": "plaza-container", "width": "100%", "height": "100%", "gap": "8px"},
"subwidgets": [
{
"widgettype": "Title2",
"options": {"otext": "模型广场", "i18n": true, "halign": "left"}
},
{
"widgettype": "DimensionFilter",
"id": "plaza_dim_filter",
"options": {
"h_data_url": "{{entire_url('api/plaza_categories.dspy')}}",
"v_measure_url": "{{entire_url('api/plaza_providers.dspy')}}",
"show_data_url": "{{entire_url('plaza_model_cards.ui')}}",
"h_param_name": "catelogid",
"v_param_name": "providerid",
"search_param_name": "search",
"search_placeholder": "搜索模型名称或描述...",
"css": "filler",
"width": "100%",
"flex": "1"
}
}
]
}