dashboard: 去除热门模型刷新按钮

This commit is contained in:
Hermes Agent 2026-06-18 10:48:15 +08:00
parent 39e8df47b5
commit 2fcf32c863

View File

@ -167,32 +167,10 @@
"widgettype": "Title4", "widgettype": "Title4",
"options": { "options": {
"fontWeight": "600", "fontWeight": "600",
"marginBottom": "12px",
"otext": "热门模型", "otext": "热门模型",
"i18n": true "i18n": true
} }
},
{
"widgettype": "Filler"
},
{
"widgettype": "Button",
"options": {
"label": "刷新",
"border": "none",
"borderRadius": "6px",
"padding": "4px 12px",
"fontSize": "12px"
},
"binds": [
{
"wid": "self",
"event": "click",
"actiontype": "method",
"target": "-@RefreshWidget",
"method": "render_urldata",
"params": {}
}
]
} }
] ]
}, },