From 18e631a28d5b0fc6bb273e9c6e18bb7158d5f83e Mon Sep 17 00:00:00 2001
From: zhangzeli <123456>
Date: 星期二, 25 一月 2022 14:38:14 +0800
Subject: [PATCH] bug
---
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