🐛 修复分享图生成异常

This commit is contained in:
BTMuli
2025-06-10 11:35:29 +08:00
parent e8ab05759e
commit 077ffc0c21

View File

@@ -14,7 +14,7 @@
{{ parseTitle(model.subtitle) }}
</div>
<div :title="`标签:${model.tagLabel}`" class="anno-label">
<img :src="model.tagIcon" alt="tag" />
<TMiImg :src="model.tagIcon" alt="tag" :ori="true" />
<span>{{ model.tagLabel }}</span>
</div>
<div class="anno-id">{{ model.id }}</div>