We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b06d83 commit 4d1bbdaCopy full SHA for 4d1bbda
web/src/components/AppFooter.vue
@@ -2,6 +2,7 @@
2
import { versionService, type VersionInfo } from "@/services/version";
3
import {
4
BugOutline,
5
+ ChatbubbleOutline,
6
CheckmarkCircleOutline,
7
DocumentTextOutline,
8
LogoGithub,
@@ -171,6 +172,21 @@ onMounted(() => {
171
172
</template>
173
问题反馈
174
</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>
190
</div>
191
192
<n-divider vertical />
0 commit comments