Let's make GitHub happy (#1453)

This commit is contained in:
Peter Dave Hello
2023-04-15 16:35:33 +08:00
committed by GitHub
parent eed33fbb0e
commit 537872968c
3 changed files with 4 additions and 4 deletions

View File

@@ -52,12 +52,12 @@ onMounted(() => {
href="https://github.com/Chanzhaoyu/chatgpt-web"
target="_blank"
>
Github
GitHub
</a>
免费且基于 MIT 协议没有任何形式的付费行为
</p>
<p>
如果你觉得此项目对你有帮助请在 Github 帮我点个 Star 或者给予一点赞助谢谢
如果你觉得此项目对你有帮助请在 GitHub 帮我点个 Star 或者给予一点赞助谢谢
</p>
</div>
<p>{{ $t("setting.api") }}{{ config?.apiModel ?? '-' }}</p>

View File

@@ -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="https://github.com/Chanzhaoyu/chatgpt-bot" class="text-blue-500" target="_blank" >Github</a>',
description: 'Star on <a href="https://github.com/Chanzhaoyu/chatgpt-bot" class="text-blue-500" target="_blank" >GitHub</a>',
},
}
}