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 {
|
} else {
|
||||||
songInfo[saveId] = musicDate
|
songInfo[saveId] = musicDate
|
||||||
}
|
}
|
||||||
logger.info('当前搜索列表---', songInfo)
|
|
||||||
await redisSetKey(REDIS_YUNZAI_SONGINFO, songInfo)
|
await redisSetKey(REDIS_YUNZAI_SONGINFO, songInfo)
|
||||||
const data = await new PickSongList(e).getData(musicDate.data)
|
const data = await new PickSongList(e).getData(musicDate.data)
|
||||||
let img = await puppeteer.screenshot("pick-song", data);
|
let img = await puppeteer.screenshot("pick-song", data);
|
||||||
|
@ -123,4 +123,13 @@ html {
|
|||||||
margin-right: 25px;
|
margin-right: 25px;
|
||||||
margin-left: -20px;
|
margin-left: -20px;
|
||||||
font-family: 'number'
|
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">
|
<div class="bgicon">
|
||||||
<img src="{{pluResPath}}img/icon/neteaseRank.png" alt="">
|
<img src="{{pluResPath}}img/icon/neteaseRank.png" alt="">
|
||||||
</div>
|
</div>
|
||||||
|
<div class="footer">Created By Yunzai-Bot & R-Plugin</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user