添加缩略图同步功能
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
round
|
||||
:width="width"
|
||||
:height="height"
|
||||
:src="url+(src??'0')"
|
||||
:src="url+(src??'0')+'/true'"
|
||||
/>
|
||||
</template>
|
||||
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
fit="cover"
|
||||
width="100%"
|
||||
height="7rem"
|
||||
:src="url + image"
|
||||
:src="url + image+'/true'"
|
||||
radius="5"
|
||||
/>
|
||||
<template v-slot:loading>
|
||||
|
||||
Reference in New Issue
Block a user