nex_design/src/data/headerMenuData.json

21 lines
337 B
JSON
Raw Normal View History

2025-11-04 12:02:33 +00:00
[
{
"type": "link",
2025-11-05 06:17:47 +00:00
"label": "使用帮助",
2025-11-04 12:02:33 +00:00
"key": "help",
"icon": "QuestionCircleOutlined"
},
{
"type": "link",
2025-11-05 06:17:47 +00:00
"label": "设计文档",
2025-11-04 12:02:33 +00:00
"key": "docs",
"icon": "FileTextOutlined"
},
{
"type": "link",
"label": "支持",
"key": "support",
"icon": "CustomerServiceOutlined"
}
]