diff --git a/.env b/.env index a53b193..1a217ca 100644 --- a/.env +++ b/.env @@ -11,6 +11,7 @@ VITE_DESC_TEXT_OTHER = "哎呀,这都被你发现了( 再点击一次可关 # 社交链接 VITE_SOCIAL_GITHUB = "imsyy" +VITE_SOCIAL_GITEE = "oschina" VITE_SOCIAL_QQ = "1539250352" VITE_SOCIAL_EMAIL = "one@imsyy.top" VITE_SOCIAL_TELEGRAM = "bottom_user" diff --git a/public/images/icon/gitee.png b/public/images/icon/gitee.png new file mode 100644 index 0000000..8a9c91b Binary files /dev/null and b/public/images/icon/gitee.png differ diff --git a/src/components/SocialLinks/index.vue b/src/components/SocialLinks/index.vue index 9fba69d..123fb3c 100644 --- a/src/components/SocialLinks/index.vue +++ b/src/components/SocialLinks/index.vue @@ -13,6 +13,17 @@ + + + + + { case "github": socialTip.value = socialTipData.github; return true; + case "gitee": + socialTip.value = socialTipData.gitee; + return true; case "qq": socialTip.value = socialTipData.qq; return true;