Pre Merge pull request !118 from 曉K/master

This commit is contained in:
曉K 2023-10-15 16:07:31 +00:00 committed by Gitee
commit 9ea8d66b40
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'
},
{