nex_design/src/data/headerMenuData.json

21 lines
337 B
JSON

[
{
"type": "link",
"label": "使用帮助",
"key": "help",
"icon": "QuestionCircleOutlined"
},
{
"type": "link",
"label": "设计文档",
"key": "docs",
"icon": "FileTextOutlined"
},
{
"type": "link",
"label": "支持",
"key": "support",
"icon": "CustomerServiceOutlined"
}
]