Skip to content

Commit

Permalink
docs: ✏️ 更新爱发电地址和示例demo二维码
Browse files Browse the repository at this point in the history
  • Loading branch information
Moonofweisheng committed Jul 28, 2024
1 parent 0c33dd4 commit 0ecc4c1
Show file tree
Hide file tree
Showing 7 changed files with 21 additions and 9 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,10 @@

扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以 clone 代码到本地预览。

<p>
<img src="https://wot-design-uni.pages.dev/wx.jpg" width="200" height="200" style="margin-right:30px"/>
<p style="display:flex;gap:24px">
<img src="https://wot-design-uni.pages.dev/wx.jpg" width="200" height="200"/>
<img src="https://wot-design-uni.pages.dev/alipay.png" width="200" height="200" />
<img src="https://wot-design-uni.pages.dev/h5.png" width="200" height="200" />
</p>

## 快速上手
Expand Down Expand Up @@ -117,7 +118,7 @@

### 爱发电捐赠

<a href="https://afdian.net/a/weisheng233">https://afdian.net/a/weisheng233</a>
<a href="https://afdian.com/a/weisheng233">https://afdian.com/a/weisheng233</a>

### 扫码捐赠

Expand Down
14 changes: 12 additions & 2 deletions docs/guide/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

## 扫码体验

<div style="display: inline-block; margin-right: 60px;">
<div style="display:flex;gap:24px">
<div style="display: inline-block;">
<img style="width: 150px; height: 150px;" :src="WxQrcode" />
<div style="text-align: center;">微信扫码</div>
</div>
Expand All @@ -18,6 +19,12 @@
<div style="text-align: center;">支付宝扫码</div>
</div>

<div style="display: inline-block;">
<img style="width: 150px; height: 150px;" :src="H5Qrcode" />
<div style="text-align: center;">浏览器扫码</div>
</div>
</div>

## ✨ 特性

- 🎯 多平台覆盖,支持 微信小程序、支付宝小程序、钉钉小程序、H5、APP 等.
Expand Down Expand Up @@ -66,12 +73,15 @@
<script>
import WxQrcode from '/wx.jpg'
import AlipayQrcode from '/alipay.png'
import H5Qrcode from '/h5.png'


export default {
data () {
return {
WxQrcode,
AlipayQrcode
AlipayQrcode,
H5Qrcode
}
}
}
Expand Down
Binary file modified docs/public/alipay.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/public/h5.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/public/wx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/reward/reward.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

### 爱发电捐赠

<a href="https://afdian.net/a/weisheng233">https://afdian.net/a/weisheng233</a>
<a href="https://afdian.com/a/weisheng233">https://afdian.com/a/weisheng233</a>


### 扫码捐赠
Expand Down
7 changes: 4 additions & 3 deletions src/uni_modules/wot-design-uni/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,10 @@

扫描二维码访问演示,注意:因微信审核机制限制,当前的微信小程序示例可能不是最新版本,可以clone代码到本地预览。

<p>
<img src="https://wot-design-uni.pages.dev/wx.jpg" width="200" height="200" style="margin-right:30px"/>
<p style="display:flex;gap:24px">
<img src="https://wot-design-uni.pages.dev/wx.jpg" width="200" height="200"/>
<img src="https://wot-design-uni.pages.dev/alipay.png" width="200" height="200" />
<img src="https://wot-design-uni.pages.dev/h5.png" width="200" height="200" />
</p>

## 快速上手
Expand Down Expand Up @@ -122,7 +123,7 @@

### 爱发电捐赠

<a href="https://afdian.net/a/weisheng233">https://afdian.net/a/weisheng233</a>
<a href="https://afdian.com/a/weisheng233">https://afdian.com/a/weisheng233</a>

### 扫码捐赠

Expand Down

0 comments on commit 0ecc4c1

Please sign in to comment.