2
0
mirror of https://github.com/ctrlcvs/xiaoyao-cvs-plugin.git synced 2024-12-23 03:20:52 +08:00

去除部分文字筛选

This commit is contained in:
leiyilu 2022-06-28 11:59:14 +08:00
parent 6b22a64ca8
commit 6cd22055a3

View File

@ -26,7 +26,7 @@ export async function AtlasAlias(e) {
// if (await foodInfo(e)) return true;
// if (await RelicsInfo(e)) return true;
// if (await monsterInfo(e)) return true;
var name = e.msg.replace(/#||信息|图鉴|命座|天赋|突破|圣遗物|食物|食材|的|特殊|材|料|特色|料理|理|色/g, "");
var name = e.msg.replace(/#||信息|图鉴|命座|天赋|突破|圣遗物|食物|食材|特殊|材|料|特色|料理|理/g, "");
return send_Msg(e, "all", name);
}