同步 代码

This commit is contained in:
Suwings 2021-12-25 14:24:30 +08:00
parent d3c7b79657
commit d06d4c15bc
2 changed files with 24 additions and 21 deletions

View File

@ -1,7 +1,7 @@
<!--
* @Author: Copyright(c) 2020 Suwings
* @Date: 2021-05-08 11:53:54
* @LastEditTime: 2021-12-22 20:55:32
* @LastEditTime: 2021-12-25 14:24:11
* @Description:
-->
@ -227,9 +227,11 @@
开源软件协议发行
</p>
<p class="sub-title-info">
任何人均可以对这份代码进行修改复制分发和使用<br />
可以对使用者收取服务费用但必须无偿的公开修改后的软件源代码并声明所修改代码处
此协议准许每个人都可以复制和分发代码副本但不允许对其进行任何更改其中前端网页界面准许自由修改<br />
可以对使用者收取服务费用但必须无偿提供软件的完整源代码
<br />
Everyone is permitted to copy and distribute verbatim copies of this license document,
but changing it is not allowed (Except UI).
</p>
</div>
@ -242,18 +244,24 @@
<div class="contributors">
<el-row :gutter="10" v-if="sponsorList">
<el-col :md="4" v-for="(item, index) in sponsorList" :key="index">
<el-card
shadow="hover"
:body-style="{ padding: '16px' }"
style="height: 70px; margin-bottom: 10px"
<a
:href="item.link || 'javascript:void(0);'"
target="_blank"
rel="noopener noreferrer"
>
<p style="margin: 0px; font-size: 13px">
<b>{{ item.name }}</b>
</p>
<p style="margin: 0px; font-size: 12px; color: gray">
{{ item.message ? item.message : "--" }}
</p>
</el-card>
<el-card
shadow="hover"
:body-style="{ padding: '16px' }"
style="height: 70px; margin-bottom: 10px"
>
<p style="margin: 0px; font-size: 13px">
<b>{{ item.name }}</b>
</p>
<p style="margin: 0px; font-size: 12px; color: gray">
{{ item.message ? item.message : "--" }}
</p>
</el-card>
</a>
</el-col>
<el-col :span="24">
<p class="color-gray text-center">

View File

@ -1,7 +1,7 @@
<!--
* @Author: Copyright(c) 2020 Suwings
* @Date: 2021-05-08 11:53:54
* @LastEditTime: 2021-10-20 13:58:15
* @LastEditTime: 2021-12-25 14:23:53
* @Description:
-->
@ -135,12 +135,7 @@
<p class="sub-title-title">重置密码</p>
<p class="sub-title-info">不填写则不更变原有值</p>
</div>
<el-input
v-model="editUserInfo.password"
placeholder="原值"
size="small"
type="password"
></el-input>
<el-input v-model="editUserInfo.passWord" placeholder="原值" size="small"></el-input>
<div class="sub-title row-mt">
<p class="sub-title-title">权限</p>
<p class="sub-title-info">普通权限适用于商业用户最高权限适用于管理人员</p>