feat: add menu.ui as module entry point with CRUD and UI/DSpy menu items

This commit is contained in:
yumoqing 2026-05-05 21:34:00 +08:00
parent d4ad95e5cd
commit fbe6f4ecd2

12
wwwroot/menu.ui Normal file
View File

@ -0,0 +1,12 @@
[
{
"name": "dashboard",
"label": "业务仪表盘",
"url": "{{entire_url('dashboard.ui')}}"
},
{
"name": "reports",
"label": "报表中心",
"url": "{{entire_url('reports.ui')}}"
}
]