deploy: auto commit repo-root changes 2026-07-03 21:46:58

This commit is contained in:
hajimi
2026-07-03 21:46:58 +08:00
parent 6229b98076
commit b1539d9baf
3 changed files with 115 additions and 5 deletions
@@ -112,6 +112,11 @@ class MatchLiveService
'live.match_id',
'live.title',
'live.source_url',
'live.anchor_name',
'live.anchor_avatar',
'live.room_view_count',
'live.room_focus_count',
'live.room_notice',
'live.play_url_m3u8',
'live.play_url_hd_m3u8',
'live.play_url_flv',
@@ -155,6 +160,11 @@ class MatchLiveService
'match_id' => (int) $row['match_id'],
'title' => (string) ($row['title'] ?? ''),
'source_url' => (string) ($row['source_url'] ?? ''),
'anchor_name' => (string) ($row['anchor_name'] ?? ''),
'anchor_avatar' => (string) ($row['anchor_avatar'] ?? ''),
'room_view_count' => (int) ($row['room_view_count'] ?? 0),
'room_focus_count' => (int) ($row['room_focus_count'] ?? 0),
'room_notice' => (string) ($row['room_notice'] ?? ''),
'play_url' => (string) $row['default_play_url'],
'default_play_url' => (string) $row['default_play_url'],
'stream_options' => $row['stream_options'],