This commit is contained in:
iVampireSP.com 2023-02-02 02:00:58 +08:00
parent bf8deeb87a
commit 19f44bd245
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
5 changed files with 59 additions and 55 deletions

View File

@ -3,42 +3,42 @@
@section('title', '新建模块')
@section('content')
<h3>新建模块</h3>
<h3>新建模块</h3>
<form method="POST" action="{{ route('admin.modules.store')}}">
@csrf
<form method="POST" action="{{ route('admin.modules.store')}}">
@csrf
<div class="form-group">
<label for="name">ID</label>
<input type="text" class="form-control" id="id" name="id">
</div>
<div class="form-group">
<label for="id">ID</label>
<input type="text" class="form-control" id="id" name="id">
</div>
<div class="form-group">
<label for="name">名称</label>
<input type="text" class="form-control" id="name" name="name">
</div>
<div class="form-group">
<label for="name">名称</label>
<input type="text" class="form-control" id="name" name="name">
</div>
<div class="form-group mt-1">
<label for="name">对端地址</label>
<input type="text" class="form-control" id="url" name="url">
</div>
<div class="form-group mt-1">
<label for="url">对端地址</label>
<input type="text" class="form-control" id="url" name="url">
</div>
<div class="form-group mt-1">
<label for="name">企业微信 群机器人 WebHook Key</label>
<input type="text" class="form-control" id="wecom_key" name="wecom_key">
</div>
<div class="form-group mt-1">
<label for="wecom_key">企业微信 群机器人 WebHook Key</label>
<input type="text" class="form-control" id="wecom_key" name="wecom_key">
</div>
<!-- 选择状态 -->
<div class="form-group mt-1">
<label for="status">状态</label>
<select class="form-control" id="status" name="status">
<option value="up">正常</option>
<option value="down">异常</option>
<option value="maintenance">维护模式</option>
</select>
</div>
<!-- 选择状态 -->
<div class="form-group mt-1">
<label for="status">状态</label>
<select class="form-control" id="status" name="status">
<option value="up">正常</option>
<option value="down">异常</option>
<option value="maintenance">维护模式</option>
</select>
</div>
<button type="submit" class="btn btn-primary mt-3">提交</button>
</form>
<button type="submit" class="btn btn-primary mt-3">提交</button>
</form>
@endsection

View File

@ -1,7 +1,7 @@
@component('mail::message')
# {{ $title }}
# {{ $title }}
{{ $content }}
{{ $content }}
<br />
<br/>
@endcomponent

View File

@ -1,3 +1,4 @@
@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

View File

@ -35,20 +35,22 @@
公安 CTID 实人认证服务由 北京一砂信息技术有限公司 提供。它将会引导您完成实人认证。
</x-alert-warning>
<x-alert-success>
为监管需要,我们会加密保存您的身份数据,不会泄露给任何第三方。更详细的隐私政策请查看上方的链接中的 "隐私及个人信息的保护"
为监管需要,我们会加密保存您的身份数据,不会泄露给任何第三方。更详细的隐私政策请查看上方的链接中的
"隐私及个人信息的保护"
</x-alert-success>
<x-alert-warning>
如果您是怀抱志向的未成年人,请确保您的父母或监护人已经同意您进行实人认证。
<br />
<br/>
但是请注意,如果您的父母或监护人不同意您进行实人认证,我们将无法为您提供服务。
</x-alert-warning>
<x-alert-warning>
实人认证的人脸数据来自 "互联网+”可信身份认证平台",我们不会保存您的人脸数据。
<br />
<br/>
如果您未办理过身份证,则公安数据库中没有您的人脸信息,请勿进行实人认证。
</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>
<h3>实人认证</h3>

View File

@ -1,19 +1,20 @@
<table class="action" align="center" width="100%" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank" rel="noopener">{{ $slot }}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td align="center">
<table width="100%" border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td align="center">
<table border="0" cellpadding="0" cellspacing="0" role="presentation">
<tr>
<td>
<a href="{{ $url }}" class="button button-{{ $color ?? 'primary' }}" target="_blank"
rel="noopener">{{ $slot }}</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
</td>
</tr>
</table>