Skip to content

Commit

Permalink
Update Chinese README
Browse files Browse the repository at this point in the history
  • Loading branch information
hifocus committed Apr 27, 2024
1 parent 47ef6cf commit 7d4bff2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions README-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
## 特性

- 支持微信、支付宝和PayPal。
- 当扫描微信(显示支付码)或支付宝(重定向)的URL二维码时,直接引导用户进行支付
- 支持多语言,有两种模式:`捐赠``支付`
- 提供Gulp支持,增强开发者体验并支持JAMstack部署
- 当扫描URL二维码时,在微信(显示支付码)或支付宝(重定向)内引导用户进行支付
- 支持多语言,有两种模式:`donate`(捐赠)和`payment`(支付)
- 提供 Gulp 支持,增强开发者体验并支持 JAMStack 部署
- 静态文件托管于 [cdnjs.com](https://cdnjs.com/libraries/merger),可作为独立的HTML文件运行。

## 使用方法
Expand All @@ -44,7 +44,7 @@ cd merger
pnpm i
pnpm build
```
优化后的版本将出现在`/build`目录中。适用于 JAMstack 平台,如 [CloudFlare Pages](https://pages.cloudflare.com)[Vercel](https://vercel.com)[Netlify](https://www.netlify.com)
优化后的版本将出现在`/build`目录中。适用于 JAMStack 平台,如 [CloudFlare Pages](https://pages.cloudflare.com)[Vercel](https://vercel.com)[Netlify](https://www.netlify.com)

### 独立使用

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project is sponsored by <a target="_blank" href="https://www.cloudflare.com
- Supports WeChat, AliPay and PayPal.
- When scanning QR Code of URL in WeChat (shows payment code) or AliPay (redirects), direct users to pay.
- Multilingual adaption with two modes: `donate` or `payment`.
- Gulp support for developer experience and JAMstack deployment.
- Gulp support for developer experience and JAMStack deployment.
- Static files on [cdnjs.com](https://cdnjs.com/libraries/merger). Works as standalone html.

## Usage
Expand All @@ -46,7 +46,7 @@ cd merger
pnpm i
pnpm build
```
An optimised version will appear at `/build` directory. Works well with JAMstack platforms such as [CloudFlare Pages](https://pages.cloudflare.com), [Vercel](https://vercel.com) and [Netlify](https://www.netlify.com).
An optimised version will appear at `/build` directory. Works well with JAMStack platforms such as [CloudFlare Pages](https://pages.cloudflare.com), [Vercel](https://vercel.com) and [Netlify](https://www.netlify.com).

### Standalone

Expand Down

0 comments on commit 7d4bff2

Please sign in to comment.