mirror of
https://gitee.com/technical-laohu/mpay.git
synced 2025-09-17 09:16:40 +08:00
文档更新,添加Logo
This commit is contained in:
parent
687f16aea3
commit
eb0a89571d
10
README.md
10
README.md
@ -1,5 +1,10 @@
|
||||
|
||||
|
||||
|
||||
# 码支付
|
||||
|
||||

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

|
||||
|
||||
|
||||
|
||||
|
||||
|
BIN
assets/20241129_120237_mpay_logo.jpg
Normal file
BIN
assets/20241129_120237_mpay_logo.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 50 KiB |
@ -1,7 +1,7 @@
|
||||
{
|
||||
"logo": {
|
||||
"title": "码支付",
|
||||
"image": "/admin/images/logo.png"
|
||||
"image": "/static/img/logo2.png"
|
||||
},
|
||||
"menu": {
|
||||
"data": "/Console/menu",
|
||||
|
@ -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
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
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
BIN
public/static/img/logo3.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user