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