🦄 reactor: 微调UI

This commit is contained in:
秋刀鱼 2024-11-12 14:20:07 +08:00
parent c5f3edefc2
commit 356ee2abf4
3 changed files with 10 additions and 1 deletions

View File

@ -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);

View File

@ -124,3 +124,12 @@ html {
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';
}

View File

@ -34,6 +34,7 @@
<div class="bgicon">
<img src="{{pluResPath}}img/icon/neteaseRank.png" alt="">
</div>
<div class="footer">Created By Yunzai-Bot & R-Plugin</div>
</div>
</body>