From e7c0049d3e1682c4086c38e64b8d14faa46d41bc Mon Sep 17 00:00:00 2001 From: MistEO Date: Fri, 14 Feb 2025 21:32:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0QQ=E9=A2=91=E9=81=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- messages/en.json | 1 + messages/zh.json | 1 + src/app/[locale]/get-start/page.tsx | 6 ++++++ 3 files changed, 8 insertions(+) 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')}