deploy: auto commit repo-root changes 2026-07-03 21:32:43
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user