Skip to content

Commit

Permalink
添加标签
Browse files Browse the repository at this point in the history
  • Loading branch information
wanxings committed May 8, 2022
1 parent df9dc80 commit 7e51d80
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions src/components/Footers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,21 +33,32 @@
<Footer class="footers">
<span class="footerBox">
<a href="/" title="Magnetar" target="_blank" class="links"
>© 2021 {{title}} {{ version }}</a
>© 2021 {{ title }}
</a>
<a href="https://github.com/wanxings/magnetar-search" title="Github" target="_blank"
><Icon size="16" type="logo-github" /></a
>
</span>
<br />
<span class="footerBox">
<a href="https://support.qq.com/products/261083" target="_blank">{{translateTitle("建议反馈")}}
</a>
<a href="https://support.qq.com/products/261083" target="_blank"
>{{ translateTitle("建议反馈") }}
</a>
-
<a href="https://cixing.io" target="_blank">{{translateTitle("浏览器扩展")}}</a>
<a href="https://cixing.io" target="_blank">{{
translateTitle("浏览器扩展")
}}</a>
-
<a title="1007807225" href="https://jq.qq.com/?_wv=1027&amp;k=5Prj8pt" target="_blank">{{translateTitle("QQ群")}}</a>
<a
title="1007807225"
href="https://jq.qq.com/?_wv=1027&amp;k=5Prj8pt"
target="_blank"
>{{ translateTitle("QQ群") }}</a
>
<!-- <a href="/" class="links">{{translateTitle("友情链接")}}:</a> -->
</span>
</Footer>
</div>
</div>
</template>
<script>
import { translateTitle } from "@/utils/i18n";
Expand Down

0 comments on commit 7e51d80

Please sign in to comment.