このコミットが含まれているのは:
テクニカル諏訪子 2020-12-30 00:53:13 +09:00
コミット 72c9521403
2個のファイルの変更3行の追加3行の削除

ファイルの表示

@ -38,7 +38,7 @@ class VideoTable {
$game = DB::table('vid_game')->get();
$err = '';
$res = '';
$frm = array('title' => '', 'vid' => '', 'game_id' => '', 'url' => '', 'youtube' => '', 'twitter' => '', 'nicovideo' => '', 'bitchute' => '', 'lbry' => '');
$frm = array('title' => '', 'vid' => '', 'game_id' => '', 'thumbnail' => '', 'url' => '', 'youtube' => '', 'twitter' => '', 'nicovideo' => '', 'bitchute' => '', 'lbry' => '');
if (isset($r->submit)) {
if (empty($err)) { if ($r->url == '' && $r->youtube == '' && $r->twitter == '' && $r->nicovideo == '' && $r->bitchute == '' && $r->lbry == '') $err = '以上の動画URLをご入力下さい。'; }
@ -47,7 +47,7 @@ class VideoTable {
$frm['title'] = $r->title;
$frm['vid'] = $r->vid;
$frm['game_id'] = $r->game_id;
$frm['thumbnail'] = $r->thumbnail;
$frm['thumbnail'] = ($r->thumbnail ?: '');
$frm['publish_date'] = time();
$frm['url'] = ($r->url ?: '');
$frm['youtube'] = ($r->youtube ?: '');

ファイルの表示

@ -21,7 +21,7 @@
<span class="comment-meta commentmetadata" :id="`#comment-${c.id}`"> <a :href="`#comment-${c.id}`">{{ c.created }}</a></span>
</div>
<p style="white-space: pre-wrap; word-wrap: break-word; width: 500px;" v-html="c.message"></p>
<div class="reply">返信{{ c.replyCount }}</div>
<div class="reply">返信{{ isvideo == 'n' ? '('+c.replyCount+')' : ''}}</div>
</div>
</li>
<span v-if="c.replies">