deploy: auto commit repo-root changes 2026-07-03 21:32:43

This commit is contained in:
hajimi
2026-07-03 21:32:43 +08:00
parent 33664adbe0
commit 6229b98076
79 changed files with 83 additions and 84 deletions
@@ -37,9 +37,8 @@
@tap="openWorldCupLiveCard(live)">
<view class="worldcup-live-card__player-wrap">
<video :id="buildWorldCupLiveVideoId(live)" class="worldcup-live-card__player"
:src="resolveWorldCupLivePlayUrl(live)"
:poster="live.home_icon || live.away_icon || ''" :autoplay="true" :muted="true"
:controls="!hideLiveCardControlsOnAndroid"
:src="resolveWorldCupLivePlayUrl(live)" :poster="live.home_icon || live.away_icon || ''"
:autoplay="true" :muted="true" :controls="!hideLiveCardControlsOnAndroid"
:show-play-btn="!hideLiveCardControlsOnAndroid"
:show-fullscreen-btn="!hideLiveCardControlsOnAndroid" object-fit="cover" />
</view>
@@ -132,9 +131,9 @@
<view class="bracket-stage__card" @tap="goMatchDetail(match)">
<view class="bracket-stage__time">
<text class="bracket-stage__clock">{{ formatMatchTime(match.match_time)
}}</text>
}}</text>
<text class="bracket-stage__date">{{ formatBracketDate(match.match_time)
}}</text>
}}</text>
</view>
<view class="bracket-stage__divider"></view>
<view class="bracket-stage__teams">
@@ -172,9 +171,9 @@
<view class="bracket-stage__card" @tap="goMatchDetail(match)">
<view class="bracket-stage__time">
<text class="bracket-stage__clock">{{ formatMatchTime(match.match_time)
}}</text>
}}</text>
<text class="bracket-stage__date">{{ formatBracketDate(match.match_time)
}}</text>
}}</text>
</view>
<view class="bracket-stage__divider"></view>
<view class="bracket-stage__teams">