细节优化

This commit is contained in:
gongfuxiang 2022-07-09 15:50:28 +08:00
parent 3f13c2544f
commit 5409377877
3 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@
<label>{{$data.common_data_encryption_secret.name}}<span class="am-form-group-label-tips">{{$data.common_data_encryption_secret.describe}}</span></label>
<input type="text" name="{{$data.common_data_encryption_secret.only_tag}}" placeholder="{{$data.common_data_encryption_secret.describe}}" data-validation-message="{{$data.common_data_encryption_secret.error_tips}}" class="am-radius" {{if !empty($data)}}value="{{$data.common_data_encryption_secret.value}}"{{/if}} />
<div class="am-alert am-alert-warning">
<p>一些常用的数据加解密使用、比如用户登录信息加密临时存储</p>
<p>一些常用的数据加解密使用、比如用户登录信息加密临时存储<strong class="am-text-danger">PS强烈建议修改</strong></p>
</div>
</div>

View File

@ -119,7 +119,7 @@
<p>3. 如服务器端不是以public设为根目录的、则这里配置【附件cdn域名、css/js静态文件cdn域名】需要后面再加public、如{{$my_public_url}}public/</p>
<div class="am-text-danger am-margin-top-xs">
<p>在命令行模式下运行项目,该区域地址必须配置、否则项目中一些地址会缺失域名信息。</p>
<p>请勿乱配置、错误地址会导致网站无法访问地址配置以http开头</p>
<p>请勿乱配置、错误地址会导致网站无法访问地址配置以http开头、如果自己站的配置了https则以https开头</p>
</div>
</div>
<div class="am-form-group">

Binary file not shown.

Before

Width:  |  Height:  |  Size: 99 KiB