diff --git a/messages/en.json b/messages/en.json
index d4eea80..a6850a4 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -3,6 +3,7 @@
"title": "Update Your App with MirrorChyan",
"description": "MirrorChyan is a third-party application distribution platform that makes updating open-source applications easier.
Users pay for access, and the revenue is shared with developers. Plus, MirrorChyan itself is open source.",
"getKey": "Query CDKey",
+ "discussion": "QQ Discussion",
"apiDoc": "Integration",
"openSource": "MirrorChyan Open Source",
"buyAtAfdian": "Subscribe Now",
diff --git a/messages/zh.json b/messages/zh.json
index 65bf0c0..d9dbcdf 100644
--- a/messages/zh.json
+++ b/messages/zh.json
@@ -3,6 +3,7 @@
"title": "使用Mirror酱更新你的App",
"description": "Mirror酱是一个第三方应用分发平台,让开源应用的更新更简单。
用户付费使用,收益与开发者共享。此外,Mirror酱本身也是开源的。",
"getKey": "查询CDK",
+ "discussion": "交流频道",
"apiDoc": "集成文档",
"openSource": "Mirror酱源码",
"buyAtAfdian": "到爱发电赞助",
diff --git a/src/app/[locale]/get-start/page.tsx b/src/app/[locale]/get-start/page.tsx
index 9e992da..fcc551e 100644
--- a/src/app/[locale]/get-start/page.tsx
+++ b/src/app/[locale]/get-start/page.tsx
@@ -101,6 +101,12 @@ export default async function GetStart() {
>
{t('transfer')}
+
+ {t('discussion')}
+
{t('apiDoc')} →