Refactor code structure for improved readability and maintainability

This commit is contained in:
Will Miao
2025-05-03 17:06:57 +08:00
parent 235dcd5fa6
commit 48df7e1078
6 changed files with 18 additions and 8 deletions

View File

@@ -245,15 +245,15 @@
<!-- New section for Chinese payment methods -->
<div class="support-section">
<h3><i class="fas fa-qrcode"></i> WeChat & Alipay Support</h3>
<p>For users in China, you can support via WeChat Pay or Alipay:</p>
<h3><i class="fas fa-qrcode"></i> WeChat Support</h3>
<p>For users in China, you can support via WeChat:</p>
<button class="secondary-btn qrcode-toggle" id="toggleQRCode">
<i class="fas fa-qrcode"></i>
<span class="toggle-text">Show QR Codes</span>
<span class="toggle-text">Show WeChat QR Code</span>
<i class="fas fa-chevron-down toggle-icon"></i>
</button>
<div class="qrcode-container" id="qrCodeContainer">
<img src="/loras_static/images/combined-qr.webp" alt="WeChat Pay & Alipay QR Codes" class="qrcode-image">
<img src="/loras_static/images/wechat-qr.webp" alt="WeChat Pay QR Code" class="qrcode-image">
</div>
</div>