@if($has_prev)
‹ {{$prev_month->format("Y年n月")}}
@else
‹ {{$prev_month->format("Y年n月")}}
@endif
@if($has_next)
{{$next_month->format("Y年n月")}} ›
@else
{{$next_month->format("Y年n月")}} ›
@endif
{{$month->format("Y年n月")}}
@if(!$is_current_month) 回到本月 @endif
@foreach(["一", "二", "三", "四", "五", "六", "日"] as $weekday)
周{{$weekday}}
@endforeach
@foreach($weeks as $week)
@foreach($week as $cell)
@if($cell === null)
@else
@endif
@endforeach
@endforeach
@if($cell["is_today"])
{{$cell["day"]}}
@else
0 ? "font-bold text-gray-900 dark:text-white" : "text-gray-400 dark:text-gray-500"}}">{{$cell["day"]}}
@endif
@foreach($cell["videos"] as $video)
{{$video->total_duration ?? "录播"}}
@endforeach
本月直播 {{$live_days}} 天
@if($unparsed_count > 0)
·
另有 {{$unparsed_count}} 条稿件标题未包含可解析日期(剪辑/合集等),未纳入日历
@endif