|
@@ -1,4 +1,5 @@
|
|
<script setup lang="ts">
|
|
<script setup lang="ts">
|
|
|
|
+import ImageEvo from '@/components/image-evo.vue'
|
|
import { unix } from 'dayjs'
|
|
import { unix } from 'dayjs'
|
|
|
|
|
|
const props = withDefaults(
|
|
const props = withDefaults(
|
|
@@ -37,7 +38,8 @@ onMounted(async () => {
|
|
@loadedmetadata="handleLoadedMetaData"
|
|
@loadedmetadata="handleLoadedMetaData"
|
|
></video>
|
|
></video>
|
|
<div v-if="!playing" class="absolute left-0 top-0 w-full h-full bg-black">
|
|
<div v-if="!playing" class="absolute left-0 top-0 w-full h-full bg-black">
|
|
- <wd-img width="100%" height="100%" :src="cover" />
|
|
|
|
|
|
+ <!-- <wd-img width="100%" height="100%" :src="cover" /> -->
|
|
|
|
+ <ImageEvo :src="cover"></ImageEvo>
|
|
</div>
|
|
</div>
|
|
<div
|
|
<div
|
|
v-if="!playing"
|
|
v-if="!playing"
|