mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 08:09:19 +00:00
✨ feat: 添加提示
This commit is contained in:
parent
7c1efb64e6
commit
637f2378ce
@ -249,7 +249,7 @@ export class songRequest extends plugin {
|
|||||||
'useSize': toGBorTB(res.data.size),
|
'useSize': toGBorTB(res.data.size),
|
||||||
'cloudSize': toGBorTB(res.data.maxSize)
|
'cloudSize': toGBorTB(res.data.maxSize)
|
||||||
}
|
}
|
||||||
e.reply(`云盘数据\n歌曲数量:${cloudData.songCount}\n云盘容量:${cloudData.cloudSize}\n已使用容量:${cloudData.useSize}`)
|
e.reply(`云盘数据\n歌曲数量:${cloudData.songCount}\n云盘容量:${cloudData.cloudSize}\n已使用容量:${cloudData.useSize}\n数据可能有延迟`)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user