Merge pull request #7 from celebrateyang/fsv_front

add qr code
This commit is contained in:
celebrateyang 2025-01-04 15:53:07 +08:00 committed by GitHub
commit 9cd777b35a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 2 deletions

View File

@ -51,8 +51,11 @@
</section>-->
<section id="donate">
<a href={donateLink} class="button">{$t("donate.banner.title")}</a>
<section id="donate" style="margin-top: 10px">
<!--<a href={donateLink} class="button">{$t("donate.banner.title")}</a>-->
<img src="/donate/zanshang_qrcode.jpg" alt="QR Code for Donations" style="max-width: 100%; height: auto;" />
</section>
<!--<div id="terms-note">
{$t("save.terms.note.agreement")}
@ -61,6 +64,8 @@
</div>
<style>
#cobalt-save-container {
padding: var(--padding);
overflow: hidden;

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB