From 3a9879dfcf271846605c7f896d0397472cf5e839 Mon Sep 17 00:00:00 2001 From: wang-hao-jie <1550036656@qq.com> Date: 星期三, 05 一月 2022 11:15:20 +0800 Subject: [PATCH] 默认更改列表 --- src/views/main-components/footer.vue | 42 +++++++++++++++++++++--------------------- 1 files changed, 21 insertions(+), 21 deletions(-) diff --git a/src/views/main-components/footer.vue b/src/views/main-components/footer.vue index e46c957..43293d6 100644 --- a/src/views/main-components/footer.vue +++ b/src/views/main-components/footer.vue @@ -1,26 +1,26 @@ <template> <div class="foot"> - <Row type="flex" justify="space-around" class="foot-item"> - <a - class="item" - href="https://www.kancloud.cn/exrick/xboot/1009234" - target="_blank" - >{{ $t("docs") }}</a - > - <a class="item" href="https://github.com/Exrick/x-boot" target="_blank"> - <Icon custom="iconfont icon-github" size="16" /> - </a> - <a class="item" href="http://xpay.exrick.cn/pay?xboot" target="_blank">{{ - $t("fullVersion") - }}</a> - </Row> - <Row type="flex" justify="center" class="copyright"> - Copyright 漏 2018 - Present - <a href="http://exrick.cn" target="_blank" style="margin: 0 5px" - >Exrick</a - > - {{ $t("rights") }} - </Row> + <!--<Row type="flex" justify="space-around" class="foot-item">--> + <!--<a--> + <!--class="item"--> + <!--href="https://www.kancloud.cn/exrick/xboot/1009234"--> + <!--target="_blank"--> + <!-->{{ $t("docs") }}</a--> + <!-->--> + <!--<a class="item" href="https://github.com/Exrick/x-boot" target="_blank">--> + <!--<Icon custom="iconfont icon-github" size="16" />--> + <!--</a>--> + <!--<a class="item" href="http://xpay.exrick.cn/pay?xboot" target="_blank">{{--> + <!--$t("fullVersion")--> + <!--}}</a>--> + <!--</Row>--> + <!--<Row type="flex" justify="center" class="copyright">--> + <!--Copyright 漏 2018 - Present--> + <!--<a href="http://exrick.cn" target="_blank" style="margin: 0 5px"--> + <!-->Exrick</a--> + <!-->--> + <!--{{ $t("rights") }}--> + <!--</Row>--> </div> </template> -- Gitblit v1.9.1