pull/21/merge
xiaojunnuo 2023-06-27 23:06:08 +08:00
parent 1fbd585a46
commit 6621601155
2 changed files with 4 additions and 4 deletions

View File

@ -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>

View File

@ -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"
}