From 042a91336e18a4422cc9236556582c2a01fc366a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=BE=92=E8=A8=80?=
Date: Wed, 4 Dec 2024 09:54:38 +0800
Subject: [PATCH] =?UTF-8?q?chore:=20=E5=BC=95=E5=AF=BC=E9=A1=B5=E6=96=B0?=
=?UTF-8?q?=E5=A2=9E=E5=B0=8F=E7=A8=8B=E5=BA=8F=E7=A0=81=20(#290)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
xiaomusic/static/index.html | 7 ++++
xiaomusic/static/weapp/qrcode.html | 60 ++++++++++++++++++++++++++++++
2 files changed, 67 insertions(+)
create mode 100644 xiaomusic/static/weapp/qrcode.html
diff --git a/xiaomusic/static/index.html b/xiaomusic/static/index.html
index 04fe974..7152de4 100644
--- a/xiaomusic/static/index.html
+++ b/xiaomusic/static/index.html
@@ -43,6 +43,10 @@
默认主题
Pure主题
XMusicPlayer
+
爱发电
GitHub
@@ -65,6 +69,9 @@
.options a{ color: #a2a9af; text-decoration: none; font-size: 1.1em; position: relative; display: inline; margin: 10px auto;}
.options a::before{ content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background-color: #ebedec; transform-origin: bottom right; transform: scaleX(0); transition: transform 0.3s ease;}
.options a:hover::before{ transform-origin: bottom left; transform: scaleX(1);} .options a:hover{ color:#ebedec;}
+ .weapp { position: relative; text-align: center; margin: 10px auto; }
+ .weapp iframe { display: none; border: none;position: absolute; top: -80px; right: 100px; }
+ .weapp:hover iframe { display: block; }
footer{ display: flex; justify-content: center; color: #4c5870;} footer a{ color:inherit; text-decoration: none; margin: auto 10px;}
+
+
+
diff --git a/xiaomusic/static/weapp/qrcode.html b/xiaomusic/static/weapp/qrcode.html
new file mode 100644
index 0000000..acd2b2d
--- /dev/null
+++ b/xiaomusic/static/weapp/qrcode.html
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
Weapp QRCode
+
+
+
+
+
+
+