deploy: auto commit repo-root changes 2026-06-21 22:05:33
This commit is contained in:
@@ -77,7 +77,7 @@
|
||||
<view v-if="activeLivePlayUrl" class="live-entrance__player-wrap">
|
||||
<video id="match-live-player" :key="activeLivePlayerKey" class="live-entrance__player"
|
||||
:src="activeLivePlayUrl" :poster="match.home_icon || match.away_icon || ''" :autoplay="true"
|
||||
:controls="true" :show-play-btn="true" :show-center-play-btn="true"
|
||||
:controls="true" :show-play-btn="true" :show-center-play-btn="true" :show-progress="false"
|
||||
:show-fullscreen-btn="true" :page-gesture="true" object-fit="contain"
|
||||
@play="handleLivePlayerPlay" @loadedmetadata="handleLivePlayerLoaded"
|
||||
@waiting="handleLivePlayerWaiting" @error="handleLivePlayerError" />
|
||||
|
||||
Reference in New Issue
Block a user