5個のファイルの変更、13行の追加、8行の削除
@ -1,3 +1,5 @@
|
||||
<div class="banner ng-star-inserted"> |
||||
<img alt="Channel banner" src="https://video.076.ne.jp{{ $res['channel']->banner->path }}"> |
||||
</div> |
||||
@if (!is_null($res['channel']->banner)) |
||||
<div class="banner ng-star-inserted"> |
||||
<img alt="Channel banner" src="https://video.076.ne.jp{{ $res['channel']->banner->path }}"> |
||||
</div> |
||||
@endif |
@ -1,7 +1,7 @@
|
||||
<?php |
||||
|
||||
Route::group(['prefix' => 'peertube'], function () { |
||||
Route::any('/a/{id}', 'Peertube\Account@index'); |
||||
Route::any('/a/{id}/{cat?}', 'Peertube\Account@index'); |
||||
Route::any('/c/{id}/{cat?}/{page?}', 'Peertube\Channel@index'); |
||||
Route::any('/w/{id}', 'Peertube\Watch@index'); |
||||
}); |
||||
|
読み込み中…
新しいイシューから参照