[web-app]新增帮助中心菜单

This commit is contained in:
tomsun28
2022-02-25 22:57:13 +08:00
parent aea6896b5a
commit ebfa44a22b

View File

@@ -100,6 +100,21 @@
"link": "/alert/notice"
}
]
},
{
"text": "More",
"i18n": "menu.extras",
"group": true,
"hideInBreadcrumb": true,
"children": [
{
"text": "helpCenter",
"externalLink": "https://tancloud.cn/docs/help/guide",
"target": "_blank",
"i18n": "menu.extras.help",
"icon": "anticon-global"
}
]
}
]
}