🚸 采用原图

This commit is contained in:
目棃
2025-03-14 20:39:53 +08:00
parent 8a2524d6b1
commit a22aac457a

View File

@@ -24,7 +24,7 @@
<template #prepend>
<div class="tolc-icon">
<img v-if="item.img === ''" src="/source/UI/empty.webp" alt="empty" />
<TMiImg :src="item.img" v-else alt="award" />
<TMiImg :src="item.img" :ori="true" v-else alt="award" />
</div>
</template>
<template #append>