更新 SubscribeShareCard 和 ForkSubscribeDialog 组件,调整图标颜色,添加搜索词显示,优化识别词的显示行数,并在 ForkSubscribeDialog 中添加复用次数提示

This commit is contained in:
jxxghp
2025-01-13 08:56:51 +08:00
parent 0e2290ce8a
commit 41ce095505
2 changed files with 11 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ function finishForkSubscribe(subid: number) {
<div class="text-subtitle-2 me-4 text-white">
{{ props.media?.share_user }}
</div>
<IconBtn v-if="props.media?.count" icon="mdi-fire" color="error" class="me-1" />
<IconBtn v-if="props.media?.count" icon="mdi-fire" color="white" class="me-1" />
<span v-if="props.media?.count" class="text-subtitle-2 me-4 text-white">
{{ props.media?.count.toLocaleString() }}
</span>