bug
zhangzeli
2022-01-10 9252ac63bade4c0e155b2c5a2882fdfda863ee96
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"-->
        <!--&gt;{{ $t("docs") }}</a-->
      <!--&gt;-->
      <!--<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"-->
        <!--&gt;Exrick</a-->
      <!--&gt;-->
      <!--{{ $t("rights") }}-->
    <!--</Row>-->
  </div>
</template>