- 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)
14 lines
273 B
XML
14 lines
273 B
XML
{
|
|
"widgettype": "Menu",
|
|
"id": "pricing_menu",
|
|
"options": {
|
|
"items": [
|
|
{
|
|
"name": "pricing",
|
|
"label": "定价管理",
|
|
"url": "{{entire_url('/pricing/index.ui')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|