diff --git a/resources/views/admin/applications/edit.blade.php b/resources/views/admin/applications/edit.blade.php index 50b1715..045fc29 100644 --- a/resources/views/admin/applications/edit.blade.php +++ b/resources/views/admin/applications/edit.blade.php @@ -4,7 +4,7 @@ @section('content')

{{ $application->name }}

-{{-- 查看--}} + {{-- 查看--}}
@csrf diff --git a/resources/views/admin/hosts/edit.blade.php b/resources/views/admin/hosts/edit.blade.php index 86272fb..6b596b8 100644 --- a/resources/views/admin/hosts/edit.blade.php +++ b/resources/views/admin/hosts/edit.blade.php @@ -29,8 +29,10 @@ - - + + diff --git a/resources/views/admin/hosts/index.blade.php b/resources/views/admin/hosts/index.blade.php index 708bc3f..2869dc3 100644 --- a/resources/views/admin/hosts/index.blade.php +++ b/resources/views/admin/hosts/index.blade.php @@ -44,7 +44,7 @@ @endif - + {{ $host->updated_at }} diff --git a/resources/views/admin/modules/login.blade.php b/resources/views/admin/modules/login.blade.php index b41c964..bcfce9a 100644 --- a/resources/views/admin/modules/login.blade.php +++ b/resources/views/admin/modules/login.blade.php @@ -7,7 +7,7 @@

正在登录到 {{ $module->name }}...

- + - @endsection diff --git a/resources/views/components/module-script.blade.php b/resources/views/components/module-script.blade.php index ac8369e..14bef59 100644 --- a/resources/views/components/module-script.blade.php +++ b/resources/views/components/module-script.blade.php @@ -1,26 +1,26 @@ {{--@auth--}} - {{--{{ $t->module_id }}--}} - + if (module == null || module === "") { + node.innerText = display_name + } else { + console.log(module) + node.innerText = m[module] ?? '模块' + } + }) + {{--@endauth--}} diff --git a/resources/views/index.blade.php b/resources/views/index.blade.php index 48b98ac..de7af5d 100644 --- a/resources/views/index.blade.php +++ b/resources/views/index.blade.php @@ -28,7 +28,7 @@ class="text-decoration-underline">服务条款

像密码一样保管好您的 API Token。 -
+
{{ session('token') }}
diff --git a/resources/views/transfer/search.blade.php b/resources/views/transfer/search.blade.php index 83af505..ba74c24 100644 --- a/resources/views/transfer/search.blade.php +++ b/resources/views/transfer/search.blade.php @@ -48,5 +48,4 @@ function beforeContinue() { } - @endsection diff --git a/resources/views/vendor/mail/html/footer.blade.php b/resources/views/vendor/mail/html/footer.blade.php index 3ff41f8..33f7dad 100644 --- a/resources/views/vendor/mail/html/footer.blade.php +++ b/resources/views/vendor/mail/html/footer.blade.php @@ -1,11 +1,11 @@ - - - - - - - + + + + + + + diff --git a/resources/views/vendor/mail/html/header.blade.php b/resources/views/vendor/mail/html/header.blade.php index fa1875c..34d32af 100644 --- a/resources/views/vendor/mail/html/header.blade.php +++ b/resources/views/vendor/mail/html/header.blade.php @@ -1,11 +1,11 @@ - - -@if (trim($slot) === 'Laravel') - -@else -{{ $slot }} -@endif - - + + + @if (trim($slot) === 'Laravel') + + @else + {{ $slot }} + @endif + + diff --git a/resources/views/vendor/mail/html/layout.blade.php b/resources/views/vendor/mail/html/layout.blade.php index 21d349b..c3d9bbd 100644 --- a/resources/views/vendor/mail/html/layout.blade.php +++ b/resources/views/vendor/mail/html/layout.blade.php @@ -1,56 +1,58 @@ - + - - - - - + @media only screen and (max-width: 500px) { + .button { + width: 100% !important; + } + } + - - + diff --git a/resources/views/vendor/mail/html/message.blade.php b/resources/views/vendor/mail/html/message.blade.php index 26455e8..4f2b40c 100644 --- a/resources/views/vendor/mail/html/message.blade.php +++ b/resources/views/vendor/mail/html/message.blade.php @@ -1,27 +1,27 @@ @component('mail::layout') -{{-- Header --}} -@slot('header') -@component('mail::header', ['url' => config('app.url')]) -{{ config('app.display_name') }} -@endcomponent -@endslot + {{-- Header --}} + @slot('header') + @component('mail::header', ['url' => config('app.url')]) + {{ config('app.display_name') }} + @endcomponent + @endslot -{{-- Body --}} -{{ $slot }} + {{-- Body --}} + {{ $slot }} -{{-- Subcopy --}} -@isset($subcopy) -@slot('subcopy') -@component('mail::subcopy') -{{ $subcopy }} -@endcomponent -@endslot -@endisset + {{-- Subcopy --}} + @isset($subcopy) + @slot('subcopy') + @component('mail::subcopy') + {{ $subcopy }} + @endcomponent + @endslot + @endisset -{{-- Footer --}} -@slot('footer') -@component('mail::footer') -© {{ date('Y') }} {{ config('app.display_name') }}. @lang('All rights reserved.') -@endcomponent -@endslot + {{-- Footer --}} + @slot('footer') + @component('mail::footer') + © {{ date('Y') }} {{ config('app.display_name') }}. @lang('All rights reserved.') + @endcomponent + @endslot @endcomponent diff --git a/resources/views/vendor/mail/html/subcopy.blade.php b/resources/views/vendor/mail/html/subcopy.blade.php index 790ce6c..f559e8f 100644 --- a/resources/views/vendor/mail/html/subcopy.blade.php +++ b/resources/views/vendor/mail/html/subcopy.blade.php @@ -1,7 +1,7 @@ - - - + + + diff --git a/resources/views/vendor/mail/html/table.blade.php b/resources/views/vendor/mail/html/table.blade.php index a5f3348..b3bb3c8 100644 --- a/resources/views/vendor/mail/html/table.blade.php +++ b/resources/views/vendor/mail/html/table.blade.php @@ -1,3 +1,3 @@
-{{ Illuminate\Mail\Markdown::parse($slot) }} + {{ Illuminate\Mail\Markdown::parse($slot) }}
diff --git a/resources/views/vendor/mail/text/layout.blade.php b/resources/views/vendor/mail/text/layout.blade.php index 9378baa..c59d2d8 100644 --- a/resources/views/vendor/mail/text/layout.blade.php +++ b/resources/views/vendor/mail/text/layout.blade.php @@ -3,7 +3,7 @@ {!! strip_tags($slot) !!} @isset($subcopy) -{!! strip_tags($subcopy) !!} + {!! strip_tags($subcopy) !!} @endisset {!! strip_tags($footer) !!} diff --git a/resources/views/vendor/notifications/email.blade.php b/resources/views/vendor/notifications/email.blade.php index 4b2f690..ff4f83f 100644 --- a/resources/views/vendor/notifications/email.blade.php +++ b/resources/views/vendor/notifications/email.blade.php @@ -1,58 +1,58 @@ @component('mail::message') -{{-- Greeting --}} -@if (! empty($greeting)) -# {{ $greeting }} -@else -@if ($level === 'error') -# @lang('Whoops!') -@else -# @lang('Hello!') -@endif -@endif + {{-- Greeting --}} + @if (! empty($greeting)) + # {{ $greeting }} + @else + @if ($level === 'error') + # @lang('Whoops!') + @else + # @lang('Hello!') + @endif + @endif -{{-- Intro Lines --}} -@foreach ($introLines as $line) -{{ $line }} + {{-- Intro Lines --}} + @foreach ($introLines as $line) + {{ $line }} -@endforeach + @endforeach -{{-- Action Button --}} -@isset($actionText) - $level, - default => 'primary', - }; -?> -@component('mail::button', ['url' => $actionUrl, 'color' => $color]) -{{ $actionText }} -@endcomponent -@endisset - -{{-- Outro Lines --}} -@foreach ($outroLines as $line) -{{ $line }} - -@endforeach - -{{-- Salutation --}} -@if (! empty($salutation)) -{{ $salutation }} -@else -@lang('Regards'),
-{{ config('app.name') }} -@endif - -{{-- Subcopy --}} -@isset($actionText) -@slot('subcopy') -@lang( - "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n". - 'into your web browser:', - [ - 'actionText' => $actionText, - ] -) [{{ $displayableActionUrl }}]({{ $actionUrl }}) -@endslot -@endisset + {{-- Action Button --}} + @isset($actionText) + $level, + default => 'primary', + }; + ?> + @component('mail::button', ['url' => $actionUrl, 'color' => $color]) + {{ $actionText }} + @endcomponent + @endisset + + {{-- Outro Lines --}} + @foreach ($outroLines as $line) + {{ $line }} + + @endforeach + + {{-- Salutation --}} + @if (! empty($salutation)) + {{ $salutation }} + @else + @lang('Regards'),
+ {{ config('app.name') }} + @endif + + {{-- Subcopy --}} + @isset($actionText) + @slot('subcopy') + @lang( + "If you're having trouble clicking the \":actionText\" button, copy and paste the URL below\n". + 'into your web browser:', + [ + 'actionText' => $actionText, + ] + ) [{{ $displayableActionUrl }}]({{ $actionUrl }}) + @endslot + @endisset @endcomponent