diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 2d60117..5b94b5f 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,4 +1,4 @@ { - "/js/app.js": "/js/app.js", - "/css/app.css": "/css/app.css" + "/js/app.js": "/js/app.js?id=f775b77a8886d46e619d4d79272ec38d", + "/css/app.css": "/css/app.css?id=3aa5b50b5993b45cf8b45f2a31c3e3c6" } diff --git a/resources/views/danmaku/index.blade.php b/resources/views/danmaku/index.blade.php index 4690f9e..5c29b90 100644 --- a/resources/views/danmaku/index.blade.php +++ b/resources/views/danmaku/index.blade.php @@ -3,7 +3,7 @@ 录播节目单查询 - + @include("common.header") diff --git a/resources/views/danmaku/search_index.blade.php b/resources/views/danmaku/search_index.blade.php index bf62dd4..24f1c52 100644 --- a/resources/views/danmaku/search_index.blade.php +++ b/resources/views/danmaku/search_index.blade.php @@ -3,7 +3,7 @@ 录播节目单查询 - + @include("common.header") diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 8dc70d7..8f7f6b1 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -3,7 +3,7 @@ 录播节目单查询 - + @include("common.header") diff --git a/resources/views/program/construct/append/create.blade.php b/resources/views/program/construct/append/create.blade.php index 2578bac..504fa80 100644 --- a/resources/views/program/construct/append/create.blade.php +++ b/resources/views/program/construct/append/create.blade.php @@ -3,7 +3,7 @@ 录播节目点播信息修改 - + @include("common.header") diff --git a/resources/views/program/construct/append/index.blade.php b/resources/views/program/construct/append/index.blade.php index 8b61baa..41fdd06 100644 --- a/resources/views/program/construct/append/index.blade.php +++ b/resources/views/program/construct/append/index.blade.php @@ -3,7 +3,7 @@ 录播节目点播信息维护 - + @include("common.header") diff --git a/resources/views/program/construct/create.blade.php b/resources/views/program/construct/create.blade.php index f4f23dd..c1e89aa 100644 --- a/resources/views/program/construct/create.blade.php +++ b/resources/views/program/construct/create.blade.php @@ -3,7 +3,7 @@ 录播节目修改 - + @include("common.header") diff --git a/resources/views/program/construct/index.blade.php b/resources/views/program/construct/index.blade.php index 8b1d75b..ca9e089 100644 --- a/resources/views/program/construct/index.blade.php +++ b/resources/views/program/construct/index.blade.php @@ -3,7 +3,7 @@ 录播节目查询 - + @include("common.header") diff --git a/resources/views/program/construct/video/create.blade.php b/resources/views/program/construct/video/create.blade.php index 1fd2948..50fab9e 100644 --- a/resources/views/program/construct/video/create.blade.php +++ b/resources/views/program/construct/video/create.blade.php @@ -3,7 +3,7 @@ 录播节目关联视频位置修改 - + @include("common.header") diff --git a/resources/views/program/construct/video/index.blade.php b/resources/views/program/construct/video/index.blade.php index 0b4d4a6..8c3018a 100644 --- a/resources/views/program/construct/video/index.blade.php +++ b/resources/views/program/construct/video/index.blade.php @@ -3,7 +3,7 @@ 录播节目查询 - + @include("common.header") diff --git a/resources/views/program/index.blade.php b/resources/views/program/index.blade.php index 72103e3..bc8aafb 100644 --- a/resources/views/program/index.blade.php +++ b/resources/views/program/index.blade.php @@ -3,7 +3,7 @@ 录播节目查询 - + @include("common.header") @@ -29,7 +29,8 @@ {{$program->name}} {{$program->difficulty}} {{$program->desc}} - $program->id])}}" class="block">{{$program->created_at}} +
+ {{$program->created_at}} @foreach($program->appends as $append) diff --git a/webpack.mix.js b/webpack.mix.js index ba6363a..0526432 100644 --- a/webpack.mix.js +++ b/webpack.mix.js @@ -14,4 +14,5 @@ const mix = require('laravel-mix'); mix.js('resources/js/app.js', 'public/js') .postCss('resources/css/app.css', 'public/css', [ require('tailwindcss') - ]); + ]) + .version();