2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-22 19:10:53 +08:00

fix:修正匹配问题

This commit is contained in:
Ctrlcvs 2022-12-29 09:33:55 +08:00
parent 736b9cdcb6
commit 083b759fa5

View File

@ -152,7 +152,7 @@ const send_Msg = async function (e, type, name) {
}
}
path = `${pathPlus}${type}/${name}.png`
if(/原牌|七圣召唤|七圣|动态|幻影/.test(e.msg)) path= path.replace(/\.png/,'.jpg')
if(/原牌|七圣召唤|七圣|动态|幻影/.test(e.msg)&&!type.includes('role')) path= path.replace(/\.png/,'.jpg')
if (!fs.existsSync(path)) {
return false;
}