优化
This commit is contained in:
parent
bf8deeb87a
commit
19f44bd245
@ -3,13 +3,13 @@
|
|||||||
@section('title', '新建模块')
|
@section('title', '新建模块')
|
||||||
|
|
||||||
@section('content')
|
@section('content')
|
||||||
<h3>新建模块</h3>
|
<h3>新建模块</h3>
|
||||||
|
|
||||||
<form method="POST" action="{{ route('admin.modules.store')}}">
|
<form method="POST" action="{{ route('admin.modules.store')}}">
|
||||||
@csrf
|
@csrf
|
||||||
|
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<label for="name">ID</label>
|
<label for="id">ID</label>
|
||||||
<input type="text" class="form-control" id="id" name="id">
|
<input type="text" class="form-control" id="id" name="id">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -19,12 +19,12 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group mt-1">
|
<div class="form-group mt-1">
|
||||||
<label for="name">对端地址</label>
|
<label for="url">对端地址</label>
|
||||||
<input type="text" class="form-control" id="url" name="url">
|
<input type="text" class="form-control" id="url" name="url">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="form-group mt-1">
|
<div class="form-group mt-1">
|
||||||
<label for="name">企业微信 群机器人 WebHook Key</label>
|
<label for="wecom_key">企业微信 群机器人 WebHook Key</label>
|
||||||
<input type="text" class="form-control" id="wecom_key" name="wecom_key">
|
<input type="text" class="form-control" id="wecom_key" name="wecom_key">
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -39,6 +39,6 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button type="submit" class="btn btn-primary mt-3">提交</button>
|
<button type="submit" class="btn btn-primary mt-3">提交</button>
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
@endsection
|
@endsection
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
@component('mail::message')
|
@component('mail::message')
|
||||||
# {{ $title }}
|
# {{ $title }}
|
||||||
|
|
||||||
{{ $content }}
|
{{ $content }}
|
||||||
|
|
||||||
<br />
|
<br/>
|
||||||
@endcomponent
|
@endcomponent
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
@if ($data['balance']->paid_at !== null)
|
@if ($data['balance']->paid_at !== null)
|
||||||
{{ $data['user']->name }} 在 {{ $data['balance']->paid_at->toDateTimeString() }} 充值了 {{ $data['balance']->amount }} 元,使用了 <x-payment :payment="$data['balance']->payment" />
|
{{ $data['user']->name }} 在 {{ $data['balance']->paid_at->toDateTimeString() }} 充值了 {{ $data['balance']->amount }} 元,使用了
|
||||||
|
<x-payment :payment="$data['balance']->payment"/>
|
||||||
@endif
|
@endif
|
||||||
|
@ -35,20 +35,22 @@
|
|||||||
公安 CTID 实人认证服务由 北京一砂信息技术有限公司 提供。它将会引导您完成实人认证。
|
公安 CTID 实人认证服务由 北京一砂信息技术有限公司 提供。它将会引导您完成实人认证。
|
||||||
</x-alert-warning>
|
</x-alert-warning>
|
||||||
<x-alert-success>
|
<x-alert-success>
|
||||||
为监管需要,我们会加密保存您的身份数据,不会泄露给任何第三方。更详细的隐私政策请查看上方的链接中的 "隐私及个人信息的保护"。
|
为监管需要,我们会加密保存您的身份数据,不会泄露给任何第三方。更详细的隐私政策请查看上方的链接中的
|
||||||
|
"隐私及个人信息的保护"。
|
||||||
</x-alert-success>
|
</x-alert-success>
|
||||||
<x-alert-warning>
|
<x-alert-warning>
|
||||||
如果您是怀抱志向的未成年人,请确保您的父母或监护人已经同意您进行实人认证。
|
如果您是怀抱志向的未成年人,请确保您的父母或监护人已经同意您进行实人认证。
|
||||||
<br />
|
<br/>
|
||||||
但是请注意,如果您的父母或监护人不同意您进行实人认证,我们将无法为您提供服务。
|
但是请注意,如果您的父母或监护人不同意您进行实人认证,我们将无法为您提供服务。
|
||||||
</x-alert-warning>
|
</x-alert-warning>
|
||||||
<x-alert-warning>
|
<x-alert-warning>
|
||||||
实人认证的人脸数据来自 "互联网+”可信身份认证平台",我们不会保存您的人脸数据。
|
实人认证的人脸数据来自 "互联网+”可信身份认证平台",我们不会保存您的人脸数据。
|
||||||
<br />
|
<br/>
|
||||||
如果您未办理过身份证,则公安数据库中没有您的人脸信息,请勿进行实人认证。
|
如果您未办理过身份证,则公安数据库中没有您的人脸信息,请勿进行实人认证。
|
||||||
</x-alert-warning>
|
</x-alert-warning>
|
||||||
<x-alert-warning>
|
<x-alert-warning>
|
||||||
您的年龄必须大于 {{ config('settings.supports.real_name.min_age') }} 岁,小于 {{ config('settings.supports.real_name.max_age') }} 岁,否则无法进行实人认证。
|
您的年龄必须大于 {{ config('settings.supports.real_name.min_age') }}
|
||||||
|
岁,小于 {{ config('settings.supports.real_name.max_age') }} 岁,否则无法进行实人认证。
|
||||||
</x-alert-warning>
|
</x-alert-warning>
|
||||||
|
|
||||||
<h3>实人认证</h3>
|
<h3>实人认证</h3>
|
||||||
|
@ -1,19 +1,20 @@
|
|||||||
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
|
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
|
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
|
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank" rel="noopener">{{ $slot }}</a>
|
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank"
|
||||||
</td>
|
rel="noopener">{{ $slot }}</a>
|
||||||
</tr>
|
</td>
|
||||||
</table>
|
</tr>
|
||||||
</td>
|
</table>
|
||||||
</tr>
|
</td>
|
||||||
</table>
|
</tr>
|
||||||
</td>
|
</table>
|
||||||
</tr>
|
</td>
|
||||||
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user