deploy: auto commit repo-root changes 2026-06-21 22:05:33

This commit is contained in:
hajimi
2026-06-21 22:05:33 +08:00
parent f6d967869d
commit 166740a74c
2 changed files with 14 additions and 7 deletions
@@ -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" />