update the readme file

This commit is contained in:
PrinOrange
2024-04-03 22:24:24 +08:00
parent ea3597d62f
commit 2f4590db82
6 changed files with 3 additions and 1 deletions

View File

@@ -195,7 +195,7 @@ npm run archive
博客网站的 `/sponsor` 页面用于展示赞助渠道、赞助说明。可以在 [`./data/config.ts`](./data/config.ts) 中的 `Sponsor` 项来配置。博客网站目前支持的的赞助渠道有四个微信支付、支付宝、Paypal 和 Patreon 。 博客网站的 `/sponsor` 页面用于展示赞助渠道、赞助说明。可以在 [`./data/config.ts`](./data/config.ts) 中的 `Sponsor` 项来配置。博客网站目前支持的的赞助渠道有四个微信支付、支付宝、Paypal 和 Patreon 。
你可以看到如下的配置项: 你可以看到类似如下的配置项:
```typescript ```typescript
Sponsor: { Sponsor: {
@@ -203,6 +203,7 @@ Sponsor: {
AlipayLink: "https://qr.alipay.com/xxxx", AlipayLink: "https://qr.alipay.com/xxxx",
PaypalId: "xxxx", PaypalId: "xxxx",
PatreonId: "xxxx", PatreonId: "xxxx",
....
}, },
``` ```

View File

@@ -208,6 +208,7 @@ Sponsor: {
AlipayLink: "https://qr.alipay.com/xxxx", AlipayLink: "https://qr.alipay.com/xxxx",
PaypalId: "xxxx", PaypalId: "xxxx",
PatreonId: "xxxx", PatreonId: "xxxx",
...
}, },
``` ```

Binary file not shown.

Before

Width:  |  Height:  |  Size: 969 KiB

After

Width:  |  Height:  |  Size: 948 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 538 KiB

After

Width:  |  Height:  |  Size: 385 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 212 KiB

After

Width:  |  Height:  |  Size: 182 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 305 KiB

After

Width:  |  Height:  |  Size: 296 KiB