mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-10-13 21:29:19 +00:00
fix:修复正则
This commit is contained in:
parent
a099f1c460
commit
1e56fc66ce
@ -10,7 +10,7 @@ export class welcomeNewcomerSetting extends plugin {
|
||||
priority: -1000,
|
||||
rule: [
|
||||
{
|
||||
reg: '^#设置欢迎(文案|图片)([\\s\\S]*)$',
|
||||
reg: '^#设置欢迎(文案|图片)([\\s\\S]*)?$',
|
||||
fnc: 'setWelcome',
|
||||
},
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user