change freechatgpt to betterchatgpt

This commit is contained in:
Jing Hua 2023-03-25 13:40:42 +08:00
parent 370e03fafa
commit b04dbfa76b
6 changed files with 15 additions and 15 deletions

2
.github/FUNDING.yml vendored
View file

@ -1,2 +1,2 @@
github: [ztjhz] github: [ztjhz]
ko_fi: freechatgpt ko_fi: betterchatgpt

View file

@ -98,11 +98,11 @@ Better ChatGPT 已经包含了大量的功能。您可以使用以下功能:
如果您想支持我们的团队,请考虑通过以下方法之一赞助我们。每一份贡献,无论多小,都有助于我们维护和改善我们的服务。 如果您想支持我们的团队,请考虑通过以下方法之一赞助我们。每一份贡献,无论多小,都有助于我们维护和改善我们的服务。
| 付款方式 | 链接 | | 付款方式 | 链接 |
| -------------- | -------------------------------------------------------------------------------------- | | -------------- | ---------------------------------------------------------------------------------------- |
| 支付宝 (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/alipay.jpg" width=150 /> | | 支付宝 (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/alipay.jpg" width=150 /> |
| 微信 (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/wechat.png" width=150 /> | | 微信 (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/wechat.png" width=150 /> |
| KoFi | [![support](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/freechatgpt) | | KoFi | [![support](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/betterchatgpt) |
感谢您成为我们社区的一员,我们期待着在未来为您提供更好的服务。 感谢您成为我们社区的一员,我们期待着在未来为您提供更好的服务。

View file

@ -105,11 +105,11 @@ If you have enjoyed using our app, we kindly ask you to give this project a ⭐
If you would like to support the team, consider sponsoring us through one of the methods below. Every contribution, no matter how small, helps us to maintain and improve our service. If you would like to support the team, consider sponsoring us through one of the methods below. Every contribution, no matter how small, helps us to maintain and improve our service.
| Payment Method | Link | | Payment Method | Link |
| -------------- | -------------------------------------------------------------------------------------- | | -------------- | ---------------------------------------------------------------------------------------- |
| KoFi | [![support](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/freechatgpt) | | KoFi | [![support](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/betterchatgpt) |
| Alipay (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/alipay.jpg" width=150 /> | | Alipay (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/alipay.jpg" width=150 /> |
| Wechat (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/wechat.png" width=150 /> | | Wechat (Ayaka) | <img src="https://ayaka14732.github.io/sponsor/wechat.png" width=150 /> |
Thank you for being a part of our community, and we look forward to serving you better in the future. Thank you for being a part of our community, and we look forward to serving you better in the future.

View file

@ -10,11 +10,11 @@
<meta name="twitter:image" content="https://bettergpt.chat/preview.jpg" /> <meta name="twitter:image" content="https://bettergpt.chat/preview.jpg" />
<meta <meta
name="description" name="description"
content="Access unrestricted ChatGPT from anywhere in the world, completely free of charge!" content="Play and chat smarter with BetterChatGPT - an amazing open-source web app with a better UI for exploring OpenAI's ChatGPT API! "
/> />
<meta <meta
name="twitter:description" name="twitter:description"
content="Access unrestricted ChatGPT from anywhere in the world, completely free of charge!" content="Play and chat smarter with BetterChatGPT - an amazing open-source web app with a better UI for exploring OpenAI's ChatGPT API! "
/> />
<meta name="twitter:title" content="Better ChatGPT" /> <meta name="twitter:title" content="Better ChatGPT" />
<meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:card" content="summary_large_image" />

View file

@ -1,5 +1,5 @@
{ {
"name": "chatgpt-free-app", "name": "better-chatgpt",
"private": true, "private": true,
"version": "0.0.0", "version": "0.0.0",
"type": "module", "type": "module",

View file

@ -78,7 +78,7 @@ const AboutMenu = () => {
<p>{t('support.paragraph3', { ns: 'about' })}</p> <p>{t('support.paragraph3', { ns: 'about' })}</p>
<div className='flex flex-col items-center gap-4 my-4'> <div className='flex flex-col items-center gap-4 my-4'>
<a href='https://ko-fi.com/freechatgpt' target='_blank'> <a href='https://ko-fi.com/betterchatgpt' target='_blank'>
<img <img
src='/kofi.svg' src='/kofi.svg'
alt='Support us through the Ko-fi platform.' alt='Support us through the Ko-fi platform.'