Skip to content

Commit

Permalink
🚧 Update font.
Browse files Browse the repository at this point in the history
  • Loading branch information
tolerious committed Oct 19, 2024
1 parent 91a42ca commit e23ce1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/views/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@
</div>
<div class="body-container">
<div class="text-sm my-4 cursor-pointer text-center text-pink-500">
<span v-if="todayWordCount > 0">今天收藏了{{ todayWordCount }}个单词,你真是太棒了!</span>
<span v-if="todayWordCount > 0"
>今天收藏了
<span class="text-red-500 font-bold italic">{{ todayWordCount }}</span> 个单词,你真是太棒了!</span
>
<span v-else>你今天还没有收藏单词哦~</span>
<!-- <span>加入VIP体验更多功能</span> -->
</div>
Expand Down

0 comments on commit e23ce1f

Please sign in to comment.