这玩意什么时候有(.*)了,时雨:6

Signed-off-by: 曉K <3399280843@qq.com>
This commit is contained in:
曉K 2023-10-15 16:07:10 +00:00 committed by Gitee
parent dda0d6ca9b
commit a693e3afbb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 2 additions and 2 deletions

View File

@ -19,11 +19,11 @@ export class update extends plugin {
priority: 4000,
rule: [
{
reg: '^#更新日志(.*)',
reg: '^#更新日志',
fnc: 'updateLog'
},
{
reg: '^#(强制)?更新(.*)',
reg: '^#(强制)?更新',
fnc: 'update'
},
{