Skip to content

Commit

Permalink
feat: add ☆ in github button (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamhunter2333 authored May 29, 2023
1 parent 70c04aa commit 77a302d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,13 @@ onMounted(async () => {
你好, {{ settings.login_type }} 用户 {{ settings.user_name }}
<n-button tertiary type="primary" round @click="logOut">登出</n-button>
<n-button tag="a" target="_blank" tertiary type="primary" round
href="https://github.com/dreamhunter2333/chatgpt-tarot-divination">Github</n-button>
href="https://github.com/dreamhunter2333/chatgpt-tarot-divination">Github</n-button>
</n-alert>
<n-alert v-else type="warning">
当前未登录, 处于限流模式 ({{ settings.rate_limit }})
<n-button type="warning" round @click="router.push('/login')">登录</n-button>
<n-button tag="a" target="_blank" tertiary type="primary" round
href="https://github.com/dreamhunter2333/chatgpt-tarot-divination">Github</n-button>
href="https://github.com/dreamhunter2333/chatgpt-tarot-divination">Github</n-button>
</n-alert>
<n-layout>
<router-view></router-view>
Expand Down

0 comments on commit 77a302d

Please sign in to comment.