mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-12-05 18:01:56 +00:00
✨ feat: 集成 Mix 的#验车
This commit is contained in:
parent
2d722c4c3e
commit
a13a566022
@ -412,6 +412,10 @@ export class query extends plugin {
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
await e.reply(`🧲 [R插件 x Mix] 联合为您验车:\n${ resp.data.name }`, false, { recallMsg: MESSAGE_RECALL_TIME });
|
await e.reply(`🧲 [R插件 x Mix] 联合为您验车:\n${ resp.data.name }`, false, { recallMsg: MESSAGE_RECALL_TIME });
|
||||||
|
if (resp.data.screenshots) {
|
||||||
|
e.reply("没有找到相关媒体");
|
||||||
|
return;
|
||||||
|
}
|
||||||
const screenshots = resp.data.screenshots.map(item => {
|
const screenshots = resp.data.screenshots.map(item => {
|
||||||
const screenshot = item.screenshot;
|
const screenshot = item.screenshot;
|
||||||
return {
|
return {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user