Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
add about community link
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Jul 8, 2023
1 parent a5dfe05 commit 78ed653
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
21 changes: 21 additions & 0 deletions src/components/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ import { ref } from "vue";
import Window from "@/components/compositions/Window.vue";
import { version } from "@/assets/script/service";
import Github from "@/components/icons/github.vue";
import Qq from "@/components/icons/qq.vue";
const { t } = useI18n();
const active = ref(false);
Expand Down Expand Up @@ -61,6 +62,14 @@ const active = ref(false);
<a href="https://github.com/gin-gonic/gin" target="_blank">@Gin</a><div class="split" />
<a href="https://github.com/hitokoto-osc/hitokoto-api" target="_blank">@Hitokoto</a>
</div>
</div><br>
<div class="form">
<h3 class="community">交流</h3>
<div class="links">
<a href="https://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=ASpQxeVFhUb4KTI69XiLwplSS_VTEGWs" target="_blank">
<qq class="qq" /> Deeptrain 交流群
</a>
</div>
</div><br><br>
<a class="repo" href="https://github.com/zmh-program/fystart" target="_blank"><github />GitHub</a>
<a class="author" href="https://zmh-program.site">© zmh-program</a>
Expand Down Expand Up @@ -226,6 +235,10 @@ const active = ref(false);
background: #106eea;
}
.form h3.community::after {
background: #ff6d00;
}
.links {
padding: 0 20px;
display: flex;
Expand All @@ -239,4 +252,12 @@ const active = ref(false);
text-decoration: none;
color: #eee;
}
.qq {
width: 16px;
height: 16px;
margin-right: 4px;
transform: translateY(2px);
fill: #eee;
}
</style>
5 changes: 5 additions & 0 deletions src/components/icons/qq.vue
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<template>
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M21.395 15.035a39.548 39.548 0 0 0-.803-2.264l-1.079-2.695c.001-.032.014-.562.014-.836C19.526 4.632 17.351 0 12 0S4.474 4.632 4.474 9.241c0 .274.013.804.014.836l-1.08 2.695a38.97 38.97 0 0 0-.802 2.264c-1.021 3.283-.69 4.643-.438 4.673.54.065 2.103-2.472 2.103-2.472 0 1.469.756 3.387 2.394 4.771-.612.188-1.363.479-1.845.835-.434.32-.379.646-.301.778.343.578 5.883.369 7.482.189 1.6.18 7.14.389 7.483-.189.078-.132.132-.458-.301-.778-.483-.356-1.233-.646-1.846-.836 1.637-1.384 2.393-3.302 2.393-4.771 0 0 1.563 2.537 2.103 2.472.251-.03.581-1.39-.438-4.673zM12.662 4.846c.039-1.052.659-1.878 1.385-1.846s1.281.912 1.242 1.964c-.039 1.051-.659 1.878-1.385 1.846s-1.282-.912-1.242-1.964zM9.954 3c.725-.033 1.345.794 1.384 1.846.04 1.052-.517 1.931-1.242 1.963-.726.033-1.346-.794-1.385-1.845C8.672 3.912 9.228 3.033 9.954 3zM7.421 8.294c.194-.43 2.147-.908 4.566-.908h.026c2.418 0 4.372.479 4.566.908a.14.14 0 0 1 .014.061c0 .031-.01.059-.026.083-.163.238-2.333 1.416-4.553 1.416h-.026c-2.221 0-4.39-1.178-4.553-1.416a.136.136 0 0 1-.014-.144zm10.422 8.622c-.22 3.676-2.403 5.987-5.774 6.021h-.137c-3.37-.033-5.554-2.345-5.773-6.021-.081-1.35.001-2.496.147-3.43.318.063.638.122.958.176v3.506s1.658.334 3.318.103v-3.225c.488.027.96.04 1.406.034h.025c1.678.021 3.714-.204 5.683-.594.146.934.227 2.08.147 3.43zM10.48 5.804c.313-.041.542-.409.508-.825-.033-.415-.314-.72-.629-.679-.313.04-.541.409-.508.824.034.417.315.72.629.68zM14.479 5.156c.078.037.221.042.289-.146.035-.095.025-.165-.009-.214-.023-.033-.133-.118-.371-.176-.904-.22-1.341.384-1.405.499-.04.072-.012.176.056.227.067.051.139.037.179-.006.58-.628 1.21-.208 1.261-.184z"/>
</svg>
</template>

1 comment on commit 78ed653

@vercel
Copy link

@vercel vercel bot commented on 78ed653 Jul 8, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.