!118 正则回滚

Merge pull request !118 from 曉K/master
This commit is contained in:
Kokomi 2023-10-15 19:54:24 +00:00 committed by Gitee
commit 25f929ffe8
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, priority: 4000,
rule: [ rule: [
{ {
reg: '^#更新日志(.*)', reg: '^#更新日志',
fnc: 'updateLog' fnc: 'updateLog'
}, },
{ {
reg: '^#(强制)?更新(.*)', reg: '^#(强制)?更新',
fnc: 'update' fnc: 'update'
}, },
{ {