qr.huangxin.org
Lightweight, Integrated QR Code Payment Interface
轻量,集成的二维码支付界面
Language: English / Chinese 中文
Submit your merger site here for presentation
- Supports WeChat, AliPay and PayPal.
- When scanning QR Code of URL in WeChat (shows payment code) or AliPay (redirects), directs users to pay.
- Multilingual adaption with two modes:
donate
orpayment
. - Gulp support for developer experience and JAMStack deployment.
- Static files on cdnjs.com. Works as standalone html.
Demo: https://qr.huangxin.org
git clone https://github.com/qr-merger/merger
cd merger
# Edit merger.html
pnpm i
pnpm build
An optimised version will appear at /build
directory. Works well with JAMStack platforms such as CloudFlare Pages, Vercel and Netlify.
Demo: https://qr.huangxin.org/standalone
- Download merger.html.
- Edit its contents.
- Serve the html file per your liking.