File tree Expand file tree Collapse file tree
ChuChartManager/Front/src/components Expand file tree Collapse file tree Original file line number Diff line number Diff 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+ } )
You can’t perform that action at this time.
0 commit comments