Modify: 常规修改

添加基础图片显示,显示图内容,修改时区

修改:
- app.php
- navbar.blade.php
新增:
- 256.png

Signed-off-by: XiaoLFeng <gm@x-lf.cn>
This commit is contained in:
筱锋xiao_lfeng 2023-07-23 11:27:14 +08:00
parent cfc71e1951
commit 4c74070898
3 changed files with 2 additions and 2 deletions

View File

@ -72,7 +72,7 @@
| |
*/ */
'timezone' => 'UTC', 'timezone' => 'Asia/Shanghai',
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------

BIN
resources/images/256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 104 KiB

View File

@ -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">