Skip to content

Commit 4d1bbda

Browse files
committed
docs: 添加群组链接
1 parent 7b06d83 commit 4d1bbda

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

web/src/components/AppFooter.vue

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
import { versionService, type VersionInfo } from "@/services/version";
33
import {
44
BugOutline,
5+
ChatbubbleOutline,
56
CheckmarkCircleOutline,
67
DocumentTextOutline,
78
LogoGithub,
@@ -171,6 +172,21 @@ onMounted(() => {
171172
</template>
172173
问题反馈
173174
</n-tooltip>
175+
176+
<n-tooltip trigger="hover" placement="top">
177+
<template #trigger>
178+
<a
179+
href="https://t.me/+GHpy5SwEllg3MTUx"
180+
target="_blank"
181+
rel="noopener noreferrer"
182+
class="footer-link"
183+
>
184+
<n-icon :component="ChatbubbleOutline" :size="14" class="link-icon" />
185+
<span>Telegram</span>
186+
</a>
187+
</template>
188+
加入群组
189+
</n-tooltip>
174190
</div>
175191

176192
<n-divider vertical />

0 commit comments

Comments
 (0)