From 356ee2abf4cdb9de9e364f6804567e3be714414b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A7=8B=E5=88=80=E9=B1=BC?= <9903082+qdyovo@user.noreply.gitee.com> Date: Tue, 12 Nov 2024 14:20:07 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=84=20reactor:=20=E5=BE=AE=E8=B0=83UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/songRequest.js | 1 - resources/html/pick-song/pick-song.css | 9 +++++++++ resources/html/pick-song/pick-song.html | 1 + 3 files changed, 10 insertions(+), 1 deletion(-) diff --git a/apps/songRequest.js b/apps/songRequest.js index 0f7b26c..bd3fa53 100644 --- a/apps/songRequest.js +++ b/apps/songRequest.js @@ -149,7 +149,6 @@ export class songRequest extends plugin { } else { songInfo[saveId] = musicDate } - logger.info('当前搜索列表---', songInfo) await redisSetKey(REDIS_YUNZAI_SONGINFO, songInfo) const data = await new PickSongList(e).getData(musicDate.data) let img = await puppeteer.screenshot("pick-song", data); diff --git a/resources/html/pick-song/pick-song.css b/resources/html/pick-song/pick-song.css index 4d94190..f3fc50b 100644 --- a/resources/html/pick-song/pick-song.css +++ b/resources/html/pick-song/pick-song.css @@ -123,4 +123,13 @@ html { margin-right: 25px; margin-left: -20px; font-family: 'number' +} + +.footer{ + width: 100%; + text-align: center; + font-size: 20px; + margin-top: 20px; + color: rgba(255, 255, 255, 0.7); + font-family: 'number'; } \ No newline at end of file diff --git a/resources/html/pick-song/pick-song.html b/resources/html/pick-song/pick-song.html index 4a70f27..d0fc77b 100644 --- a/resources/html/pick-song/pick-song.html +++ b/resources/html/pick-song/pick-song.html @@ -34,6 +34,7 @@
+