文档更新,添加Logo

This commit is contained in:
技术老胡 2024-11-29 13:53:33 +08:00
parent 687f16aea3
commit eb0a89571d
8 changed files with 15 additions and 10 deletions

View File

@ -1,5 +1,10 @@
# 码支付
![](assets/20241129_120237_mpay_logo.jpg)
**码支付[mpay]是一款便捷收款工具,专注于个人免签收款,通过普通收款码即可实现收款通知自动回调,支持绝大多数商城系统**
## 项目地址
@ -86,7 +91,7 @@
### 内置插件
码支付收款管理系统开源免费使用,支付插件有免费和付费版本,按需使用购买
码支付收款管理系统开源免费使用,支付插件有**免费****付费**版本,按需使用购买
1. **微信**插件`wxpay`默认安装,支持`赞赏码`、`个人码|经营码|商家码`2个通道需挂机监听
2. **支付宝**插件`alipay`默认安装,支持`收钱码`、`经营码`2个通道需挂机监听
@ -164,6 +169,3 @@
![](assets/20241128_172353_image.png)

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

View File

@ -1,7 +1,7 @@
{
"logo": {
"title": "码支付",
"image": "/admin/images/logo.png"
"image": "/static/img/logo2.png"
},
"menu": {
"data": "/Console/menu",

View File

@ -3,7 +3,7 @@ logo:
## 网站名称
title: "码支付"
## 网站图标
image: "/admin/images/logo.png"
image: "/static/img/logo3.png"
## 菜单配置
menu:
## 菜单数据来源

BIN
public/static/img/logo1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 35 KiB

BIN
public/static/img/logo2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

BIN
public/static/img/logo3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB

View File

@ -15,19 +15,22 @@
color: #5f5f5f;
text-align: right;
}
.index-txt>a {
color: #5FB878;
}
.logo1 {
width: 180px !important;
}
</style>
</head>
<!-- 代 码 结 构 -->
<body background="/admin/images/background.svg" style="background-size: cover;">
<form class="layui-form" action="javascript:void(0);">
<div class="layui-form-item">
<img class="logo" src="/admin/images/logo.png" />
<div class="title">码支付</div>
<div class="layui-form-item" style="text-align: center;">
<img class="logo1" src="/static/img/logo3.png" />
<div class="desc">
让 个 人 收 款 更 加 轻 松 便 捷
</div>