feat: update WeChat and Alipay QR code to use WebP format for improved performance

This commit is contained in:
Will Miao
2025-05-02 19:34:40 +08:00
parent 44be75aeef
commit 2bbec47f63
4 changed files with 2 additions and 2 deletions

View File

@@ -283,7 +283,7 @@ If you find this project helpful, consider supporting its development:
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/pixelpawsai)
WeChat & Alipay: [Click to view QR codes](static/images/combined-qr.jpg)
WeChat & Alipay: [Click to view QR codes](https://raw.githubusercontent.com/willmiao/ComfyUI-Lora-Manager/main/static/images/combined-qr.webp)
## 💬 Community

Binary file not shown.

Before

Width:  |  Height:  |  Size: 807 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 225 KiB

View File

@@ -240,7 +240,7 @@
<i class="fas fa-chevron-down toggle-icon"></i>
</button>
<div class="qrcode-container" id="qrCodeContainer">
<img src="/loras_static/images/combined-qr.jpg" alt="WeChat Pay & Alipay QR Codes" class="qrcode-image">
<img src="/loras_static/images/combined-qr.webp" alt="WeChat Pay & Alipay QR Codes" class="qrcode-image">
</div>
</div>