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 + + + + + + + + + + \ No newline at end of file