You've already forked lubo_comment_query
用户支持登录登出
This commit is contained in:
@ -11,7 +11,7 @@
|
||||
<input type="hidden" name="id" value="{{$program_video->id}}">
|
||||
<label class="block my-2">
|
||||
BVID
|
||||
<input class="form-input border-0 border-b-2 w-full" @if($program_video->video_bvid) disabled @endif type="text" name="video_bvid" value="{{ old("video_bvid", $program_video->video_bvid) }}">
|
||||
<input class="form-input border-0 border-b-2 w-full" @disabled($program_video->video_bvid) type="text" name="video_bvid" value="{{ old("video_bvid", $program_video->video_bvid) }}">
|
||||
</label>
|
||||
<label class="block my-2">
|
||||
开始P数
|
||||
|
Reference in New Issue
Block a user