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
981d1ebbca
commit
b28db0ccb3
@ -19,7 +19,7 @@ export class mystery extends plugin {
|
||||
fnc: "mystery",
|
||||
},
|
||||
{
|
||||
reg: "^#*来份涩图 (.*)$",
|
||||
reg: "^#*来份涩图(.*)$",
|
||||
fnc: "setu",
|
||||
},
|
||||
{
|
||||
@ -27,7 +27,7 @@ export class mystery extends plugin {
|
||||
fnc: "cospro",
|
||||
},
|
||||
{
|
||||
reg: "^#(啊?|啊?)$",
|
||||
reg: "^#(啊)$",
|
||||
fnc: "aaa",
|
||||
},
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user