diff --git a/src/config.ts b/src/config.ts
index 9129cc9..11bbc27 100644
--- a/src/config.ts
+++ b/src/config.ts
@@ -13,6 +13,7 @@ export default {
linkIOS: 'https://vic.yuanjin.net/webapp',
linkWeb: 'https://vic.yuanjin.net/webapp',
linkTelegram: 'https://t.me/vichome',
- linkWechat: 'essilk',
+ linkWechat: 'https://weixin.qq.com/g/AT997GKdoc9WnieL',
linkEmail: 'team-vic@outlook.com',
+ linkSupport: 'essilk',
};
diff --git a/src/pages/about/index.tsx b/src/pages/about/index.tsx
index 3e9c166..c8957ee 100644
--- a/src/pages/about/index.tsx
+++ b/src/pages/about/index.tsx
@@ -35,7 +35,8 @@ const AboutPage: React.FC = () => {
data: info,
size: 240,
}} />}
- {info}
+
+ {info}
);
@@ -96,6 +97,7 @@ const AboutPage: React.FC = () => {
)}
+
{(config.linkTelegram || config.linkWechat) && (