Skip to content

Commit

Permalink
feat: 添加QQ频道
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Feb 14, 2025
1 parent 2dc2946 commit e7c0049
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions messages/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br></br>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",
Expand Down
1 change: 1 addition & 0 deletions messages/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"title": "使用Mirror酱更新你的App",
"description": "Mirror酱是一个第三方应用分发平台,让开源应用的更新更简单。<br></br>用户付费使用,收益与开发者共享。此外,Mirror酱本身也是开源的。",
"getKey": "查询CDK",
"discussion": "交流频道",
"apiDoc": "集成文档",
"openSource": "Mirror酱源码",
"buyAtAfdian": "到爱发电赞助",
Expand Down
6 changes: 6 additions & 0 deletions src/app/[locale]/get-start/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,12 @@ export default async function GetStart() {
>
{t('transfer')}
</Link>
<Link
href="https://pd.qq.com/g/pd27518543"
className="rounded-md bg-indigo-600 px-3.5 py-2.5 text-sm font-semibold text-white shadow-sm hover:bg-indigo-500 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
>
{t('discussion')}
</Link>
<a href="https://github.com/MirrorChyan/docs" target="_blank" className="text-sm/6 font-semibold">
{t('apiDoc')}<span aria-hidden="true">&nbsp;→</span>
</a>
Expand Down

0 comments on commit e7c0049

Please sign in to comment.