mirror of https://github.com/certd/certd
chore: 1
parent
1fbd585a46
commit
6621601155
|
@ -49,10 +49,10 @@
|
||||||
</router-view>
|
</router-view>
|
||||||
</a-layout-content>
|
</a-layout-content>
|
||||||
<a-layout-footer class="fs-framework-footer">
|
<a-layout-footer class="fs-framework-footer">
|
||||||
<div>Powered by Greper</div>
|
<div>Powered by handsfree.work</div>
|
||||||
<div>v{{ version }}</div>
|
<div>v{{ version }}</div>
|
||||||
|
|
||||||
<fs-source-link />
|
<!-- <fs-source-link />-->
|
||||||
</a-layout-footer>
|
</a-layout-footer>
|
||||||
</a-layout>
|
</a-layout>
|
||||||
</a-layout>
|
</a-layout>
|
||||||
|
|
|
@ -13,14 +13,14 @@ export const headerResource = [
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
title: "github",
|
title: "github",
|
||||||
path: "http://github.com/certd/certd",
|
path: "https://github.com/certd/certd",
|
||||||
meta: {
|
meta: {
|
||||||
icon: "ion:logo-github"
|
icon: "ion:logo-github"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "gitee",
|
title: "gitee",
|
||||||
path: "http://gitee.com/certd/certd",
|
path: "https://gitee.com/certd/certd",
|
||||||
meta: {
|
meta: {
|
||||||
icon: "ion:logo-octocat"
|
icon: "ion:logo-octocat"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue