Update articles (#60)

* Update articles

* Fix bug

* Fix typo
This commit is contained in:
Ayaka 2023-03-12 04:14:57 +09:30 committed by GitHub
parent 7b1dae90ad
commit 78800937b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 12 deletions

View file

@ -2,9 +2,8 @@
"description": "Free ChatGPT is an amazing open-source web app that allows you to play with OpenAI's ChatGPT API for free!", "description": "Free ChatGPT is an amazing open-source web app that allows you to play with OpenAI's ChatGPT API for free!",
"sourceCode": "Checkout the <0>source code</0> on GitHub and give it a ⭐️!", "sourceCode": "Checkout the <0>source code</0> on GitHub and give it a ⭐️!",
"initiative": { "initiative": {
"description": "Checkout the <0><i>Open ChatGPT Initiative</i></0> and <1><i>Unleashing the Boundlessness of ChatGPT: A Public Appeal</i></1>!", "description": "Checkout the <0><i>Open ChatGPT Initiative</i></0>!",
"link0": "https://medium.com/@ayaka_45434/the-open-chatgpt-initiative-e76b0b62a3ae", "link": "https://medium.com/@ayaka_45434/the-open-chatgpt-initiative-e76b0b62a3ae"
"link1": "https://medium.com/@ayaka_45434/unleashing-the-boundlessness-of-chatgpt-a-public-appeal-f1b535a5ca05"
}, },
"support": { "support": {
"title": "Support", "title": "Support",

View file

@ -2,9 +2,8 @@
"description": "Free ChatGPT 是一个神奇的开源 Web 应用,允许您免费使用 OpenAI 的 ChatGPT API 进行对话!", "description": "Free ChatGPT 是一个神奇的开源 Web 应用,允许您免费使用 OpenAI 的 ChatGPT API 进行对话!",
"sourceCode": "在 GitHub 上查看<0>源代码</0>并给它一个⭐️!", "sourceCode": "在 GitHub 上查看<0>源代码</0>并给它一个⭐️!",
"initiative": { "initiative": {
"description": "看看《<0>开放 ChatGPT 倡议</0>》和《<1>释放 ChatGPT 的无限潜能:一个公开呼吁</1>》吧!", "description": "看看《<0>开放 ChatGPT 倡议</0>》吧!",
"link0": "https://medium.com/@ayaka_90553/%E5%BC%80%E6%94%BE-chatgpt-%E5%80%A1%E8%AE%AE-eaac01243dae", "link": "https://medium.com/@ayaka_90553/%E5%BC%80%E6%94%BE-chatgpt-%E5%80%A1%E8%AE%AE-eaac01243dae",
"link1": "https://medium.com/@ayaka_90553/%E9%87%8A%E6%94%BE-chatgpt-%E7%9A%84%E6%97%A0%E9%99%90%E6%BD%9C%E8%83%BD-%E4%B8%80%E4%B8%AA%E5%85%AC%E5%BC%80%E5%91%BC%E5%90%81-7195a12f05f2"
}, },
"support": { "support": {
"title": "支持", "title": "支持",

View file

@ -49,12 +49,7 @@ const AboutMenu = () => {
ns='about' ns='about'
components={[ components={[
<a <a
href={t('initiative.link0', { ns: 'about' }) as string} href={t('initiative.link', { ns: 'about' }) as string}
target='_blank'
className='link'
/>,
<a
href={t('initiative.link1', { ns: 'about' }) as string}
target='_blank' target='_blank'
className='link' className='link'
/>, />,