From 811d6d4dfde267dd20a241c1d45ea73182c4c87f Mon Sep 17 00:00:00 2001 From: Jerry Yan <792602257@qq.com> Date: Thu, 30 Jul 2026 07:58:33 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E4=B8=80=E9=A1=B5=E9=9D=A2=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=EF=BC=9A=E8=8A=82=E7=9B=AE=E7=94=BB=E9=9D=A2=E9=A1=B5?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=B8=8E=20dark=20=E6=A8=A1=E5=BC=8F?= =?UTF-8?q?=E3=80=81=E8=A1=A8=E5=8D=95=E9=94=99=E8=AF=AF=E6=8F=90=E7=A4=BA?= =?UTF-8?q?=E6=9D=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/common/form_error.blade.php | 15 +- .../views/common/under_construct.blade.php | 16 +- resources/views/file/upload.blade.php | 7 +- .../construct/append/copy_broadcast.blade.php | 2 - resources/views/program/video/index.blade.php | 137 ++++++++++-------- 5 files changed, 103 insertions(+), 74 deletions(-) diff --git a/resources/views/common/form_error.blade.php b/resources/views/common/form_error.blade.php index 63d9f3b..617f9fc 100644 --- a/resources/views/common/form_error.blade.php +++ b/resources/views/common/form_error.blade.php @@ -1,5 +1,14 @@ @if($errors->any()) - @foreach ($errors->all() as $error) -
错误:{{ $error }}
- @endforeach +
+ @foreach ($errors->all() as $error) +
+
+ + + +
+

错误:{{ $error }}

+
+ @endforeach +
@endif diff --git a/resources/views/common/under_construct.blade.php b/resources/views/common/under_construct.blade.php index 1f620bf..c844e3e 100644 --- a/resources/views/common/under_construct.blade.php +++ b/resources/views/common/under_construct.blade.php @@ -2,10 +2,22 @@ 正在建设中 + + - + @include("common.header") -

正在建设中

+ +
+
+ + + +

正在建设中

+

该功能尚未开放,敬请期待。

+
+
+ @include("common.footer") diff --git a/resources/views/file/upload.blade.php b/resources/views/file/upload.blade.php index 7803e7a..98aa5a9 100644 --- a/resources/views/file/upload.blade.php +++ b/resources/views/file/upload.blade.php @@ -1,7 +1,6 @@ - 文件上传 - 录播查询 @@ -9,10 +8,10 @@ @include("common.header") -
-
+
+
-

文件上传

+

文件上传

@csrf
diff --git a/resources/views/program/construct/append/copy_broadcast.blade.php b/resources/views/program/construct/append/copy_broadcast.blade.php index c3ff02f..053f4c1 100644 --- a/resources/views/program/construct/append/copy_broadcast.blade.php +++ b/resources/views/program/construct/append/copy_broadcast.blade.php @@ -4,8 +4,6 @@ 复制常驻留言 - 录播查询 - - @include("common.header") diff --git a/resources/views/program/video/index.blade.php b/resources/views/program/video/index.blade.php index 4991a34..3e9b109 100644 --- a/resources/views/program/video/index.blade.php +++ b/resources/views/program/video/index.blade.php @@ -1,75 +1,86 @@ - 录播节目查询 + {{$program->name}} - 录播节目查询 - + @include("common.header") -
-
- {{$program->name}} - {{$program->difficulty}} - {{$program->desc}} -
-
- @foreach($program->appends as $append) - - @endforeach -
-
- @foreach($videos as $video_pivot) - @if($video_pivot->video) - video->id)}}">查看《{{$video_pivot->video->title}}》下所有的节目 - @else - 查看录播 - @endif - @endforeach -
-
- - - - - - - - - @foreach($videos as $video_pivot) - - - - - @endforeach - -
节目开始时的画面节目结束时的画面
- -
{{$video_pivot->created_at}} P{{$video_pivot->start_part}}#{{$video_pivot->start_time}}
- @if($video_pivot->start_image) - 开始时的画面 + +
+
+
+

{{$program->name}}

+
+ 难度:{{$program->difficulty}} + 要求:{{$program->desc}} +
+
+ @foreach($program->appends as $append) + + @endforeach +
+
+ @foreach($videos as $video_pivot) + @if($video_pivot->video) + video->id)}}">查看《{{$video_pivot->video->title}}》下所有的节目 @else - 节目开始位置 + 查看录播 @endif - - @if($video_pivot->start_ocr) - -
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->start_ocr["ts"]) }}
- @endif -
- -
P{{$video_pivot->stop_part}}#{{$video_pivot->stop_time}}
- @if($video_pivot->start_image) - 结束时的画面 - @else - 节目结束位置 - @endif -
- @if($video_pivot->stop_ocr) - -
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->stop_ocr["ts"]) }}
- @endif -
+ @endforeach +
+
+ +
+
+ + + + + + + + + @foreach($videos as $video_pivot) + + + + + @endforeach + +
节目开始时的画面节目结束时的画面
+ +
{{$video_pivot->created_at}} P{{$video_pivot->start_part}}#{{$video_pivot->start_time}}
+ @if($video_pivot->start_image) + 开始时的画面 + @else + 节目开始位置 + @endif +
+ @if($video_pivot->start_ocr) + +
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->start_ocr["ts"]) }}
+ @endif +
+ +
P{{$video_pivot->stop_part}}#{{$video_pivot->stop_time}}
+ @if($video_pivot->start_image) + 结束时的画面 + @else + 节目结束位置 + @endif +
+ @if($video_pivot->stop_ocr) + +
OCR @ {{ gmdate("H:i:s", (int)$video_pivot->stop_ocr["ts"]) }}
+ @endif +
+
+
+
+
+