fix: mask

This commit is contained in:
Rogee
2025-05-12 22:01:39 +08:00
parent 27ff2e7b72
commit dbdfdeeeaf

View File

@@ -208,7 +208,7 @@ onUnmounted(() => {
<div class="flex-1"> <div class="flex-1">
<div v-if="article"> <div v-if="article">
<div id="player"> <div id="player">
<div class="relative flex items-center justify-center bg-gray-100"> <div class="relative flex items-center justify-center bg-gray-100" v-if="!player.value">
<div @click="initializePlayer" <div @click="initializePlayer"
class="absolute z-1 rounded-full bg-orange-500 text-white border-2 border-yellow-500 font-bold px-4 py-2"> class="absolute z-1 rounded-full bg-orange-500 text-white border-2 border-yellow-500 font-bold px-4 py-2">
点击播放 点击播放