Skip to content

Commit

Permalink
Add refresh history button (#4948)
Browse files Browse the repository at this point in the history
  • Loading branch information
the1812 committed Nov 12, 2024
1 parent 7e7caf6 commit 70935b4
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@
<VIcon icon="mdi-play" :size="14"></VIcon>
</VButton>
</div>
<div class="operation" @click="reloadHistoryItems">
<VButton title="刷新" round>
<VIcon icon="mdi-refresh" :size="16"></VIcon>
</VButton>
</div>
<a class="operation" target="_blank" href="https://www.bilibili.com/account/history">
<VButton title="查看更多" round>
<VIcon icon="mdi-dots-horizontal" :size="18"></VIcon>
Expand Down

0 comments on commit 70935b4

Please sign in to comment.