mirror of
https://github.com/Jerryplusy/rc-plugin.git
synced 2025-10-14 16:19:18 +00:00
🐞 fix: 修复 小飞机 正则乱匹配问题
This commit is contained in:
parent
211449e492
commit
e87bad0698
@ -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"
|
||||
}
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user