chore: 更新链接

This commit is contained in:
overtrue
2024-12-27 19:36:07 +08:00
parent 9500a4bb91
commit ae5a02e697
+12 -12
View File
@@ -40,16 +40,16 @@ export default [
to: '/users',
icon: 'ri:file-user-line',
},
{
label: '事件',
to: '/events',
icon: 'ri:broadcast-line',
},
{
label: '配置',
to: '/configuration',
icon: 'ri:settings-2-line',
},
// {
// label: '事件',
// to: '/events',
// icon: 'ri:broadcast-line',
// },
// {
// label: '配置',
// to: '/configuration',
// icon: 'ri:settings-2-line',
// },
]
},
{
@@ -63,12 +63,12 @@ export default [
},
{
label: '许可证',
to: '/license',
to: 'https://github.com/rustfs/rustfs?tab=Apache-2.0-1-ov-file#readme',
icon: 'ri:copyright-line'
},
{
label: '文档',
to: '/docs',
to: 'https://rustfs.com/docs/',
icon: 'ri:file-list-3-line'
}
]