Skip to content

Commit 2f4590d

Browse files
committed
update the readme file
1 parent ea3597d commit 2f4590d

File tree

6 files changed

+3
-1
lines changed

6 files changed

+3
-1
lines changed

README-CN.MD

+2-1
Original file line numberDiff line numberDiff line change
@@ -195,14 +195,15 @@ npm run archive
195195

196196
博客网站的 `/sponsor` 页面用于展示赞助渠道、赞助说明。可以在 [`./data/config.ts`](./data/config.ts) 中的 `Sponsor` 项来配置。博客网站目前支持的的赞助渠道有四个:微信支付、支付宝、Paypal 和 Patreon 。
197197

198-
你可以看到如下的配置项
198+
你可以看到类似如下的配置项
199199

200200
```typescript
201201
Sponsor: {
202202
WechatPayQRCodeContent: "wxp://xxxxxxxxxxxxxxxxx",
203203
AlipayLink: "https://qr.alipay.com/xxxx",
204204
PaypalId: "xxxx",
205205
PatreonId: "xxxx",
206+
....
206207
},
207208
```
208209

README.MD

+1
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,7 @@ Sponsor: {
208208
AlipayLink: "https://qr.alipay.com/xxxx",
209209
PaypalId: "xxxx",
210210
PatreonId: "xxxx",
211+
...
211212
},
212213
```
213214

docs/preview1.png

-20.7 KB
Loading

docs/preview2.png

-153 KB
Loading

docs/preview3.png

-29.3 KB
Loading

docs/preview4.png

-8.58 KB
Loading

0 commit comments

Comments
 (0)