改进 主题

This commit is contained in:
iVampireSP.com 2023-02-28 19:22:31 +08:00
parent 9a9725fb76
commit 4fecd91165
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -1,6 +1,6 @@
@php use Illuminate\Support\Facades\Auth; @endphp @php use Illuminate\Support\Facades\Auth; @endphp
<!doctype html> <!doctype html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="dark"> <html lang="{{ str_replace('_', '-', app()->getLocale()) }}" data-bs-theme="auto">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
@ -75,7 +75,7 @@
<li> <li>
<a class="dropdown-item" href="{{ route('admin.notifications.create') }}">通知</a> <a class="dropdown-item" href="{{ route('admin.notifications.create') }}">通知</a>
</li> </li>
<li> <li>
<a class="dropdown-item" href="{{ route('admin.maintenances.index') }}">维护</a> <a class="dropdown-item" href="{{ route('admin.maintenances.index') }}">维护</a>
</li> </li>
</ul> </ul>