Skip to content

Commit

Permalink
Let's make GitHub happy (Chanzhaoyu#1453)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterDaveHello committed Apr 15, 2023
1 parent eed33fb commit 5378729
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ChatGPT Web

> 声明:此项目只发布于 Github,基于 MIT 协议,免费且作为开源学习使用。并且不会有任何形式的卖号、付费服务、讨论群、讨论组等行为。谨防受骗。
> 声明:此项目只发布于 GitHub,基于 MIT 协议,免费且作为开源学习使用。并且不会有任何形式的卖号、付费服务、讨论群、讨论组等行为。谨防受骗。
![cover](./docs/c1.png)
![cover2](./docs/c2.png)
Expand Down
4 changes: 2 additions & 2 deletions src/components/common/Setting/About.vue
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ onMounted(() => {
href="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/Chanzhaoyu/chatgpt-web"
target="_blank"
>
Github
GitHub
</a>
,免费且基于 MIT 协议,没有任何形式的付费行为!
</p>
<p>
如果你觉得此项目对你有帮助,请在 Github 帮我点个 Star 或者给予一点赞助,谢谢!
如果你觉得此项目对你有帮助,请在 GitHub 帮我点个 Star 或者给予一点赞助,谢谢!
</p>
</div>
<p>{{ $t("setting.api") }}:{{ config?.apiModel ?? '-' }}</p>
Expand Down
2 changes: 1 addition & 1 deletion src/store/modules/user/helper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="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/Chanzhaoyu/chatgpt-bot" class="text-blue-500" target="_blank" >Github</a>',
description: 'Star on <a href="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/Chanzhaoyu/chatgpt-bot" class="text-blue-500" target="_blank" >GitHub</a>',
},
}
}
Expand Down

0 comments on commit 5378729

Please sign in to comment.