refactor: migrate placeholders to IconPark

This commit is contained in:
Tim
2025-09-06 02:02:02 +08:00
parent 4a4c256568
commit 78498c0ac3
8 changed files with 31 additions and 24 deletions

View File

@@ -207,7 +207,7 @@
<BasePlaceholder
v-if="filteredTimelineItems.length === 0"
text="暂无时间线"
icon="fas fa-inbox"
icon="Inbox"
/>
<div class="timeline-list">
<BaseTimeline :items="filteredTimelineItems">
@@ -305,7 +305,7 @@
</BaseTimeline>
</div>
<div v-else>
<BasePlaceholder text="暂无收藏文章" icon="fas fa-inbox" />
<BasePlaceholder text="暂无收藏文章" icon="Inbox" />
</div>
</div>