pricing/wwwroot/menu.ui
yumoqing 7c41db3f9b feat: modernize pricing UI - add index.ui with card navigation
- Create index.ui with standardized card layout (#1E293B, 12px radius)
- Simplify menu.ui to point to index.ui entry point
- Add page header with Title2 + description text
- Use consistent SVG icon style (36px, 1.5 stroke width)
2026-05-25 18:30:48 +08:00

14 lines
273 B
XML

{
"widgettype": "Menu",
"id": "pricing_menu",
"options": {
"items": [
{
"name": "pricing",
"label": "定价管理",
"url": "{{entire_url('/pricing/index.ui')}}"
}
]
}
}