🐞 fix: 修复 小飞机 正则乱匹配问题

This commit is contained in:
zhiyu1998 2024-08-14 12:27:27 +08:00
parent 211449e492
commit e87bad0698

View File

@ -192,7 +192,7 @@ export class tools extends plugin {
fnc: "qishuiMusic"
},
{
reg: "https:\/\/t\.me\/.*",
reg: "https:\\/\\/t\\.me\\/(?:c\\/\\d+\\/\\d+\\/\\d+|c\\/\\d+\\/\\d+|\\w+\\/\\d+\\/\\d+|\\w+\\/\\d+\\?\\w+=\\d+|\\w+\\/\\d+)",
fnc: "aircraft"
}
],