From 98f791213110d2f4b706e72dc1a0098d496d183b Mon Sep 17 00:00:00 2001 From: erio Date: Sun, 1 Mar 2026 13:55:06 +0800 Subject: [PATCH] feat: add payment icons missing from master branch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bring alipay and wxpay SVG icons from the main branch — these are referenced by PaymentQRCode but were absent in master. --- public/icons/alipay.svg | 1 + public/icons/wxpay.svg | 1 + 2 files changed, 2 insertions(+) create mode 100644 public/icons/alipay.svg create mode 100644 public/icons/wxpay.svg diff --git a/public/icons/alipay.svg b/public/icons/alipay.svg new file mode 100644 index 0000000..30fa27f --- /dev/null +++ b/public/icons/alipay.svg @@ -0,0 +1 @@ +Alipay \ No newline at end of file diff --git a/public/icons/wxpay.svg b/public/icons/wxpay.svg new file mode 100644 index 0000000..c3eb6c4 --- /dev/null +++ b/public/icons/wxpay.svg @@ -0,0 +1 @@ +WeChat \ No newline at end of file