fix: menu.ui is now a Menu widget, not a plain JSON list

This commit is contained in:
yumoqing 2026-05-05 22:00:48 +08:00
parent b599120ab2
commit cede975848

View File

@ -1,4 +1,8 @@
[
{
"widgettype": "Menu",
"id": "contract_menu",
"options": {
"items": [
{
"name": "contracts",
"label": "合同列表",
@ -20,3 +24,5 @@
"url": "{{entire_url('ai_config.ui')}}"
}
]
}
}