Skip to content

Commit 79c4877

Browse files
committed
feat: 添加项目社区链接
1 parent f99ade4 commit 79c4877

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

ChuChartManager/Front/src/components/VersionInfo.tsx

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,22 @@ export default defineComponent({
2727
>
2828
<div class="flex flex-col gap-3" style={{ containerType: 'inline-size' }}>
2929
<img src="/logo-wide.png" class="w-[58cqw] mx-auto mt-2 mb-6" />
30+
<div class="flex justify-center gap-2 text-9 c-gray-4">
31+
<a
32+
class="i-mdi-github hover:c-[var(--text-color)] transition-300"
33+
href="https://github.com/MuNET-OSS/ChuChartManager"
34+
target="_blank"
35+
rel="noreferrer"
36+
aria-label="GitHub"
37+
/>
38+
<a
39+
class="i-ri-qq-fill hover:c-[var(--text-color)] transition-300"
40+
href="https://qm.qq.com/q/JQGnQZVF6w"
41+
target="_blank"
42+
rel="noreferrer"
43+
aria-label="QQ group"
44+
/>
45+
</div>
3046
<div>
3147
<div class="text-sm op-60">{t('about.version')}</div>
3248
<div>v{appVersion.value.version}</div>
@@ -61,4 +77,4 @@ export default defineComponent({
6177
</div>
6278
)
6379
},
64-
})
80+
})

0 commit comments

Comments
 (0)