WEBP→普通ファイル類に戻りった

このコミットが含まれているのは:
テクニカル諏訪子 2020-11-20 14:29:25 +09:00
コミット 643950f4f1
12個のファイルの変更27行の追加27行の削除

ファイルの表示

@ -73,7 +73,7 @@ class UserController extends Controller {
$get->perm_id = DB::table('usr_perm_id')->where('user_id', $id)->first();
$get->perm_module = DB::table('usr_perm_module')->where('usr_perm_id', $get->perm_id->usr_per_id)->first();
if (is_null($get->profile->avatar) || empty($get->profile->avatar) || $get->profile->avatar == '') {
$get->profile->avatar = 'http'.(isset($_SERVER['HTTPS']) ? 's' : '').'://'.$_SERVER['HTTP_HOST'].'/img/noicon.webp';
$get->profile->avatar = 'http'.(isset($_SERVER['HTTPS']) ? 's' : '').'://'.$_SERVER['HTTP_HOST'].'/img/noicon.jpg';
}
else $get->profile->avatar = '/'.$get->profile->avatar;
@ -122,7 +122,7 @@ class UserController extends Controller {
}
$get->perm = $valid;
if (empty($get->profile->avatar) || $get->profile->avatar == '') $get->profile->avatar = 'img/noicon.webp';
if (empty($get->profile->avatar) || $get->profile->avatar == '') $get->profile->avatar = 'img/noicon.jpg';
$get->profile->avatar = '/'.$get->profile->avatar;
return $get;

バイナリ
public/img/kerokinsi.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 121 KiB

バイナリ
public/img/keromayokatta.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 92 KiB

バイナリ
public/img/noicon.jpg ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 16 KiB

バイナリ
public/img/parler.png ノーマルファイル

バイナリファイルは表示されません。

変更後

幅:  |  高さ:  |  サイズ: 1.7 KiB

ファイルの表示

@ -1,6 +1,6 @@
<template>
<span>
<a href="#" @click="show = true"><img class="icon" src="/img/bash/app_icon.webp" width="50" height="50" alt="ロリ端末" /></a>
<a href="#" @click="show = true"><img class="icon" src="/img/bash/app_icon.png" width="50" height="50" alt="ロリ端末" /></a>
<span v-if="show">
<label :for="`konsoleinput-${output.length-1}`">
<vue-draggable-resizable style="border: 0px solid #232629;" :drag-handle="'.drag-handle'" class-name-handle="resize-handle" class="konsoleuser" :x="-50" :y="-100" :z="99999999">
@ -12,7 +12,7 @@
<div class="drag-handle-right" @click="show = false"></div>
</div>
<div class="konsole_left"></div>
<div style="padding: 5px;">
<div style="padding: 5px; height: 100%; overflow: scroll;">
<div v-for="(o, i) in output" :key="`output-${i}`">
<div v-html="o"></div>
<div class="row">

ファイルの表示

@ -1,6 +1,6 @@
<template>
<span>
<a href="#" @click="show = true"><img src="/img/discord.webp" alt="ディスコード" /></a>
<a href="#" @click="show = true"><img src="/img/discord.png" alt="ディスコード" /></a>
<span v-if="show">
<vue-draggable-resizable style="border: 0px solid #232629;" :drag-handle="'.drag-handle'" class-name-handle="resize-handle" class="disco" :x="-500" :y="10" :z="99999999">
<div style="width: 100%; position: relative;">

ファイルの表示

@ -1,6 +1,6 @@
<template>
<span>
<a href="#" @click="show = true"><img class="icon" src="/img/bash/note_icon.webp" width="50" height="50" alt="ショタノート" /></a>
<a href="#" @click="show = true"><img class="icon" src="/img/bash/note_icon.png" width="50" height="50" alt="ショタノート" /></a>
<span v-if="show">
<vue-draggable-resizable style="border: 0px solid #232629;" :drag-handle="'.drag-handle'" class-name-handle="resize-handle" class="shotanote" :x="50" :y="-100" :z="99999999">
<div style="width: 100%; position: relative;">

ファイルの表示

@ -53,7 +53,7 @@
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="hide-smaho">
<a href="#" class="navbar-brand"><img src="/img/favicon.webp" style="border-radius: 4px;" width="30" height="30" alt="favicon" /></a>
<a href="#" class="navbar-brand"><img src="/img/favicon.jpeg" style="border-radius: 4px;" width="30" height="30" alt="favicon" /></a>
<ul class="navbar-nav mr-auto">
<li class="nav-item"><a class="nav-link{{ (strpos($_SERVER['REQUEST_URI'], '/blog') !== false || $_SERVER['REQUEST_URI'] == '/' ? ' active' : '') }}" href="/">トップ</a></li>
<li class="nav-item"><a class="nav-link{{ (strpos($_SERVER['REQUEST_URI'], '/video') !== false || $_SERVER['REQUEST_URI'] == '/video' ? ' active' : '') }}" href="/video">動画</a></li>
@ -97,17 +97,17 @@
<div class="container">
<div class="row" style="padding: 32px 0;">
<div class="col">
<img class="img-fluid logo-img" src="/img/header.webp" alt="ヘッダー" />
<img class="img-fluid logo-img" src="/img/header.jpg" alt="ヘッダー" />
<div class="logo-c">テクニカル諏訪子</div>
<div class="logo-br">
<div style="margin-bottom: 20px;">
<span class="logo-sns"><a href="https://www.youtube.com/user/UltimatePisman" alt="ユーチューブ"><img src="/img/youtube.webp" alt="ユーチューブのロゴ"/></a></span>
<span class="logo-sns"><a href="https://www.nicovideo.jp/user/14848316" alt="ニコニコ動画"><img src="/img/niconico.webp" alt="ニコニコ動画のロゴ" /></a></span>
<span class="logo-sns"><a href="https://www.bitchute.com/channel/technicalsuwako" alt="ビットチュート"><img src="/img/bitchute.webp" alt="ビットチュートのロゴ" /></a></span>
<span class="logo-sns"><a href="https://www.youtube.com/user/UltimatePisman" alt="ユーチューブ"><img src="/img/youtube.png" alt="ユーチューブのロゴ"/></a></span>
<span class="logo-sns"><a href="https://www.nicovideo.jp/user/14848316" alt="ニコニコ動画"><img src="/img/niconico.png" alt="ニコニコ動画のロゴ" /></a></span>
<span class="logo-sns"><a href="https://www.bitchute.com/channel/technicalsuwako" alt="ビットチュート"><img src="/img/bitchute.png" alt="ビットチュートのロゴ" /></a></span>
</div>
<div>
<span class="logo-sns"><a href="https://www.twitter.com/TechnicalSuwako" alt="ツイッター"><img src="/img/twitter.webp" alt="ツイッターのロゴ" /></a></span>
<span class="logo-sns"><a href="https://www.parler.com/profile/TechnicalSuwako/posts" alt="パルラー"><img src="/img/parler.webp" alt="パルラーのロゴ"></a></span>
<span class="logo-sns"><a href="https://www.twitter.com/TechnicalSuwako" alt="ツイッター"><img src="/img/twitter.png" alt="ツイッターのロゴ" /></a></span>
<span class="logo-sns"><a href="https://www.parler.com/profile/TechnicalSuwako/posts" alt="パルラー"><img src="/img/parler.png" alt="パルラーのロゴ"></a></span>
<span class="logo-sns"><discord /></span>
</div>
</div>

ファイルの表示

@ -5,7 +5,7 @@
<div class="bar">関係者以外立入禁止</div>
<div class="back" style="text-align: center; padding-top: 0px;">
残念!許可がねぇやん!!
<div><img src="/img/kerokinsi.webp" alt="残念!" /></div>
<div><img src="/img/kerokinsi.png" alt="残念!" /></div>
</div>
</div>

ファイルの表示

@ -4,7 +4,7 @@
<div class="within">
<div class="bar">えっ?迷ったかな?</div>
<div class="back" style="text-align: center; padding-top: 0px;">
<div><img src="/img/keromayokatta.webp" alt="あれ?" /></div>
<div><img src="/img/keromayokatta.png" alt="あれ?" /></div>
可笑しいですが、こういうページがありませんね…
</div>
</div>

ファイルの表示

@ -10,24 +10,24 @@
<tr>
<th scope="col">ゲーム名</th>
<th scope="col">件名</th>
<th scope="col"><img src="/img/swk-box.webp" class="logo-play" alt="self"></th>
<th scope="col"><a href="https://www.youtube.com/user/UltimatePisman"><img src="/img/yt-box.webp" class="logo-play" alt="youtube"></a></th>
<th scope="col"><a href="https://www.twitter.com/TechnicalSuwako"><img src="/img/twit-box.webp" class="logo-play" alt="twitter"></a></th>
<th scope="col"><a href="https://www.nicovideo.jp/user/14848316"><img src="/img/nico-box.webp" class="logo-play" alt="nicovideo"></a></th>
<th scope="col"><a href="https://www.bitchute.com/channel/technicalsuwako"><img src="/img/bt-box.webp" class="logo-play" alt="bitchute"></a></th>
<th scope="col"><a href="https://lbry.tv/@TechnicalSuwako:d"><img src="/img/lb-box.webp" class="logo-play" alt="lbry"></a></th>
<th scope="col"><img src="/img/swk-box.png" class="logo-play" alt="self"></th>
<th scope="col"><a href="https://www.youtube.com/user/UltimatePisman"><img src="/img/yt-box.png" class="logo-play" alt="youtube"></a></th>
<th scope="col"><a href="https://www.twitter.com/TechnicalSuwako"><img src="/img/twit-box.png" class="logo-play" alt="twitter"></a></th>
<th scope="col"><a href="https://www.nicovideo.jp/user/14848316"><img src="/img/nico-box.png" class="logo-play" alt="nicovideo"></a></th>
<th scope="col"><a href="https://www.bitchute.com/channel/technicalsuwako"><img src="/img/bt-box.png" class="logo-play" alt="bitchute"></a></th>
<th scope="col"><a href="https://lbry.tv/@TechnicalSuwako:d"><img src="/img/lb-box.png" class="logo-play" alt="lbry"></a></th>
</tr>
</thead>
@foreach ($res as $k => $r)
<tr>
<td scope="row">{{ $r->gametitle }}</td>
<td scope="row">{{ $r->title }}</td>
<td scope="row">@if ($r->url) <a href="/video/play/{{ $r->vid }}"><img src="/img/play-box.webp" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->youtube) <a href="{{ $r->youtube }}"><img src="/img/play-box.webp" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->twitter) <a href="{{ $r->twitter }}"><img src="/img/play-box.webp" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->nicovideo) <a href="{{ $r->nicovideo }}"><img src="/img/play-box.webp" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->bitchute) <a href="{{ $r->bitchute }}"><img src="/img/play-box.webp" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->lbry) <a href="{{ $r->lbry }}"><img src="/img/play-box.webp" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->url) <a href="/video/play/{{ $r->vid }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->youtube) <a href="{{ $r->youtube }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->twitter) <a href="{{ $r->twitter }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->nicovideo) <a href="{{ $r->nicovideo }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->bitchute) <a href="{{ $r->bitchute }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
<td scope="row">@if ($r->lbry) <a href="{{ $r->lbry }}"><img src="/img/play-box.png" class="logo-play" alt="{{ $r->gametitle }}】{{ $r->title }}"></a> @endif</td>
</tr>
@endforeach
</table>