feat: 集成 Mix 的#验车

This commit is contained in:
zhiyu1998 2024-09-18 19:04:55 +08:00
parent a13a566022
commit db648fe1a9

View File

@ -412,7 +412,7 @@ export class query extends plugin {
return;
}
await e.reply(`🧲 [R插件 x Mix] 联合为您验车:\n${ resp.data.name }`, false, { recallMsg: MESSAGE_RECALL_TIME });
if (resp.data.screenshots) {
if (resp.data?.screenshots === null) {
e.reply("没有找到相关媒体");
return;
}