mirror of https://github.com/certd/certd
31 lines
549 B
TypeScript
31 lines
549 B
TypeScript
export const headerResource = [
|
|
{
|
|
title: "文档",
|
|
path: "http://github.com/certd/certd"
|
|
},
|
|
{
|
|
title: "源码",
|
|
name: "source",
|
|
key: "source",
|
|
meta: {
|
|
icon: "ion:git-branch-outline"
|
|
},
|
|
children: [
|
|
{
|
|
title: "github",
|
|
path: "http://github.com/certd/certd",
|
|
meta: {
|
|
icon: "ion:logo-github"
|
|
}
|
|
},
|
|
{
|
|
title: "gitee",
|
|
path: "http://gitee.com/certd/certd",
|
|
meta: {
|
|
icon: "ion:logo-octocat"
|
|
}
|
|
}
|
|
]
|
|
}
|
|
];
|