From 537872968c9c5a00bda230efe547bbc0a0e5fc9c Mon Sep 17 00:00:00 2001 From: Peter Dave Hello Date: Sat, 15 Apr 2023 16:35:33 +0800 Subject: [PATCH] Let's make GitHub happy (#1453) --- README.md | 2 +- src/components/common/Setting/About.vue | 4 ++-- src/store/modules/user/helper.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c25bf0..fd72221 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # ChatGPT Web -> 声明:此项目只发布于 Github,基于 MIT 协议,免费且作为开源学习使用。并且不会有任何形式的卖号、付费服务、讨论群、讨论组等行为。谨防受骗。 +> 声明:此项目只发布于 GitHub,基于 MIT 协议,免费且作为开源学习使用。并且不会有任何形式的卖号、付费服务、讨论群、讨论组等行为。谨防受骗。 ![cover](./docs/c1.png) ![cover2](./docs/c2.png) diff --git a/src/components/common/Setting/About.vue b/src/components/common/Setting/About.vue index f951231..3134be2 100644 --- a/src/components/common/Setting/About.vue +++ b/src/components/common/Setting/About.vue @@ -52,12 +52,12 @@ onMounted(() => { href="https://github.com/Chanzhaoyu/chatgpt-web" target="_blank" > - Github + GitHub ,免费且基于 MIT 协议,没有任何形式的付费行为!

- 如果你觉得此项目对你有帮助,请在 Github 帮我点个 Star 或者给予一点赞助,谢谢! + 如果你觉得此项目对你有帮助,请在 GitHub 帮我点个 Star 或者给予一点赞助,谢谢!

{{ $t("setting.api") }}:{{ config?.apiModel ?? '-' }}

diff --git a/src/store/modules/user/helper.ts b/src/store/modules/user/helper.ts index cf0f04f..8036ad7 100644 --- a/src/store/modules/user/helper.ts +++ b/src/store/modules/user/helper.ts @@ -17,7 +17,7 @@ export function defaultSetting(): UserState { userInfo: { avatar: 'https://raw.githubusercontent.com/Chanzhaoyu/chatgpt-web/main/src/assets/avatar.jpg', name: 'ChenZhaoYu', - description: 'Star on Github', + description: 'Star on GitHub', }, } }