Modify: 常规修改
添加基础图片显示,显示图内容,修改时区 修改: - app.php - navbar.blade.php 新增: - 256.png Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
parent
cfc71e1951
commit
4c74070898
|
@ -72,7 +72,7 @@
|
||||||
|
|
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
'timezone' => 'UTC',
|
'timezone' => 'Asia/Shanghai',
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|--------------------------------------------------------------------------
|
|--------------------------------------------------------------------------
|
||||||
|
|
BIN
resources/images/256.png
Normal file
BIN
resources/images/256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 104 KiB |
|
@ -3,7 +3,7 @@
|
||||||
<div class="flex lg:flex-1">
|
<div class="flex lg:flex-1">
|
||||||
<a href="#" class="-m-1.5 p-1.5">
|
<a href="#" class="-m-1.5 p-1.5">
|
||||||
<span class="sr-only">Your Company</span>
|
<span class="sr-only">Your Company</span>
|
||||||
<img class="h-8 w-auto rounded-full" src="{{ asset('images/logo.jpg') }}" alt="">
|
<img class="h-8 w-auto rounded-full" src="{{ $webIcon }}" alt="">
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="flex lg:hidden">
|
<div class="flex lg:hidden">
|
||||||
|
|
Loading…
Reference in New Issue
Block a user