mirror of
https://github.com/certd/certd.git
synced 2026-05-16 13:17:29 +08:00
74 lines
1.5 KiB
TypeScript
74 lines
1.5 KiB
TypeScript
|
|
export const headerResource = [
|
||
|
|
{
|
||
|
|
title: "文档",
|
||
|
|
path: "http://fast-crud.docmirror.cn/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "其他Demo",
|
||
|
|
name: "demo",
|
||
|
|
children: [
|
||
|
|
{
|
||
|
|
title: "Element版",
|
||
|
|
path: "http://fast-crud.docmirror.cn/element/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "VbenAdmin",
|
||
|
|
path: "http://fast-crud.docmirror.cn/vben/"
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "cool-admin-vue",
|
||
|
|
path: "http://fast-crud.docmirror.cn/cool/"
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
|
||
|
|
{
|
||
|
|
title: "源码",
|
||
|
|
name: "source",
|
||
|
|
key: "source",
|
||
|
|
meta: {
|
||
|
|
icon: "ion:git-branch-outline"
|
||
|
|
},
|
||
|
|
children: [
|
||
|
|
{
|
||
|
|
title: "fast-crud",
|
||
|
|
children: [
|
||
|
|
{
|
||
|
|
title: "github",
|
||
|
|
path: "http://github.com/fast-crud/fast-crud",
|
||
|
|
meta: {
|
||
|
|
icon: "ion:logo-github"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "gitee",
|
||
|
|
path: "http://gitee.com/fast-crud/fast-crud",
|
||
|
|
meta: {
|
||
|
|
icon: "ion:logo-octocat"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "fs-admin",
|
||
|
|
children: [
|
||
|
|
{
|
||
|
|
title: "github",
|
||
|
|
path: "http://github.com/fast-crud/fs-admin-antdv",
|
||
|
|
meta: {
|
||
|
|
icon: "ion:logo-github"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
title: "gitee",
|
||
|
|
path: "http://gitee.com/fast-crud/fs-admin-antdv",
|
||
|
|
meta: {
|
||
|
|
icon: "ion:logo-octocat"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
]
|
||
|
|
}
|
||
|
|
];
|