mirror of
https://gitee.com/wot-design-uni/wot-design-uni.git
synced 2025-12-07 09:38:44 +08:00
docs: ✏️ 增加发电渠道
This commit is contained in:
parent
370daad5ef
commit
b6d3d21946
21
README.md
21
README.md
@ -60,6 +60,27 @@
|
|||||||
|
|
||||||
详细说明见 [快速上手](https://wot-design-uni.netlify.app/guide/quickUse.html)
|
详细说明见 [快速上手](https://wot-design-uni.netlify.app/guide/quickUse.html)
|
||||||
|
|
||||||
|
|
||||||
|
## 捐赠本项目
|
||||||
|
|
||||||
|
捐赠本项目,支持组件库的更好的发展。推荐使用爱发电进行订阅,您的头像将出现在本项目中。
|
||||||
|
|
||||||
|
### 爱发电捐赠
|
||||||
|
|
||||||
|
<a href="https://afdian.net/a/weisheng233">https://afdian.net/a/weisheng233</a>
|
||||||
|
|
||||||
|
### 扫码捐赠
|
||||||
|
|
||||||
|
<div style="display: inline-block; margin-right: 120px;">
|
||||||
|
<img style="width: 250px; height: 250px;" src="https://wot-design-uni.netlify.app/weixinQrcode.jpg" />
|
||||||
|
<div style="text-align: center;">微信</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="display: inline-block;">
|
||||||
|
<img style="width: 250px; height: 250px;" src="https://wot-design-uni.netlify.app/weixinQrcode.jpg" />
|
||||||
|
<div style="text-align: center;">支付宝</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
[MIT](https://github.com/Moonofweisheng/wot-design-uni/blob/develop/LICENSE)
|
[MIT](https://github.com/Moonofweisheng/wot-design-uni/blob/develop/LICENSE)
|
||||||
|
|||||||
BIN
docs/public/alipayQrcode.jpg
Normal file
BIN
docs/public/alipayQrcode.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 88 KiB |
BIN
docs/public/weixinQrcode.jpg
Normal file
BIN
docs/public/weixinQrcode.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 125 KiB |
@ -10,12 +10,25 @@
|
|||||||
|
|
||||||
|
|
||||||
<div style="display: inline-block; margin-right: 120px;">
|
<div style="display: inline-block; margin-right: 120px;">
|
||||||
<img style="width: 250px; height: 250px;" src="https://fant-mini-plus.top/img/weixinQrcode.jpg" />
|
<img style="width: 250px; height: 250px;" :src="WxQrcode" />
|
||||||
<div style="text-align: center;">微信</div>
|
<div style="text-align: center;">微信</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div style="display: inline-block;">
|
<div style="display: inline-block;">
|
||||||
<img style="width: 250px; height: 250px;" src="https://fant-mini-plus.top/img/alipayQrcode.jpg" />
|
<img style="width: 250px; height: 250px;" :src="AlipayQrcode" />
|
||||||
<div style="text-align: center;">支付宝</div>
|
<div style="text-align: center;">支付宝</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import WxQrcode from '/weixinQrcode.jpg'
|
||||||
|
import AlipayQrcode from '/alipayQrcode.jpg'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
data () {
|
||||||
|
return {
|
||||||
|
WxQrcode,
|
||||||
|
AlipayQrcode
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
@ -60,6 +60,27 @@
|
|||||||
|
|
||||||
详细说明见 [快速上手](https://wot-design-uni.netlify.app/guide/quickUse.html)
|
详细说明见 [快速上手](https://wot-design-uni.netlify.app/guide/quickUse.html)
|
||||||
|
|
||||||
|
|
||||||
|
## 捐赠本项目
|
||||||
|
|
||||||
|
捐赠本项目,支持组件库的更好的发展。推荐使用爱发电进行订阅,您的头像将出现在本项目中。
|
||||||
|
|
||||||
|
### 爱发电捐赠
|
||||||
|
|
||||||
|
<a href="https://afdian.net/a/weisheng233">https://afdian.net/a/weisheng233</a>
|
||||||
|
|
||||||
|
### 扫码捐赠
|
||||||
|
|
||||||
|
<div style="display: inline-block; margin-right: 120px;">
|
||||||
|
<img style="width: 250px; height: 250px;" src="https://wot-design-uni.netlify.app/weixinQrcode.jpg" />
|
||||||
|
<div style="text-align: center;">微信</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div style="display: inline-block;">
|
||||||
|
<img style="width: 250px; height: 250px;" src="https://wot-design-uni.netlify.app/weixinQrcode.jpg" />
|
||||||
|
<div style="text-align: center;">支付宝</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
## LICENSE
|
## LICENSE
|
||||||
|
|
||||||
[MIT](https://github.com/Moonofweisheng/wot-design-uni/blob/develop/LICENSE)
|
[MIT](https://github.com/Moonofweisheng/wot-design-uni/blob/develop/LICENSE)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user