Skip to content

Commit

Permalink
fix: 作者等级图片
Browse files Browse the repository at this point in the history
  • Loading branch information
Plumbiu committed Feb 5, 2023
1 parent 00a3c94 commit f8025d0
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/ArticlesList/Item/AuthorInfo/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ defineProps<{
<div class="info">
<div class="name">
<span>{{ name }}</span>
<img :src="`/lv-${rank}.png`" alt="等级">
<img :src="`https://pan.marlene.top/d/share/jj/${rank}.png`" alt="等级">
</div>
<div class="text-[#8f969c]">
{{ motto }}
Expand Down
Binary file removed frontend/public/lv-1.png
Binary file not shown.
Binary file removed frontend/public/lv-2.png
Binary file not shown.
Binary file removed frontend/public/lv-3.png
Binary file not shown.
Binary file removed frontend/public/lv-4.png
Binary file not shown.
Binary file removed frontend/public/lv-5.png
Binary file not shown.

0 comments on commit f8025d0

Please sign in to comment.