mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-21 21:22:11 -03:00
feat: update WeChat and Alipay QR code to use WebP format for improved performance
This commit is contained in:
@@ -283,7 +283,7 @@ If you find this project helpful, consider supporting its development:
|
||||
|
||||
[](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 |
BIN
static/images/combined-qr.webp
Normal file
BIN
static/images/combined-qr.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 225 KiB |
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user