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