Skip to content

Commit

Permalink
修改文本
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangjinzhe committed Jul 26, 2023
1 parent eca24ee commit a887d33
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/blog/portal/components/MNavLink.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const svg = computed(() => {
</div>
<div v-else class="icon">
{{icon}}
<!-- <img :src="icon" :alt="title" onerror="this.parentElement.style.display='none'" />-->
</div>
<h5 v-if="title" class="title">{{ title }}</h5>
</div>
Expand Down
2 changes: 1 addition & 1 deletion docs/blog/portal/components/nav.ts
Original file line number Diff line number Diff line change
Expand Up @@ -540,7 +540,7 @@ export const NAV_DATA: NavData[] = [
link: 'https://chat.openai.com/'
},
{
title: 'ChatGPT(国内平替)',
title: 'ChatGPT(无需登录)',
desc: 'ChatGPT Demo建立在ChatGPT-4的结构基础之上',
icon: 'https://chat.chatgptdemo.net/assets/image/chatgpt.svg',
link: 'https://chat.chatgptdemo.net/'
Expand Down

0 comments on commit a887d33

Please sign in to comment.