fix:修复正则

This commit is contained in:
Jerry 2025-10-04 23:33:39 +08:00
parent a099f1c460
commit 1e56fc66ce

View File

@ -10,7 +10,7 @@ export class welcomeNewcomerSetting extends plugin {
priority: -1000,
rule: [
{
reg: '^#设置欢迎(文案|图片)([\\s\\S]*)$',
reg: '^#设置欢迎(文案|图片)([\\s\\S]*)?$',
fnc: 'setWelcome',
},
{