mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
🦄 reactor: 微调UI
This commit is contained in:
parent
c5f3edefc2
commit
356ee2abf4
@ -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);
|
||||
|
@ -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';
|
||||
}
|
@ -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>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user