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

This commit is contained in:
yumoqing 2026-05-05 22:00:47 +08:00
parent 684311e59b
commit 58637df2e8

View File

@ -1,4 +1,8 @@
[
{
"widgettype": "Menu",
"id": "opportunity_menu",
"options": {
"items": [
{
"name": "opportunities",
"label": "商机列表",
@ -15,3 +19,5 @@
"url": "{{entire_url('sales_stages_list.dspy')}}"
}
]
}
}