From a693e3afbb8448d42bdc3c18f035fa845bdfc66e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=89K?= <3399280843@qq.com> Date: Sun, 15 Oct 2023 16:07:10 +0000 Subject: [PATCH] =?UTF-8?q?=E8=BF=99=E7=8E=A9=E6=84=8F=E4=BB=80=E4=B9=88?= =?UTF-8?q?=E6=97=B6=E5=80=99=E6=9C=89(.*)=E4=BA=86=EF=BC=8C=E6=97=B6?= =?UTF-8?q?=E9=9B=A8=EF=BC=9A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 曉K <3399280843@qq.com> --- plugins/other/update.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/other/update.js b/plugins/other/update.js index 179e50c..5328f96 100644 --- a/plugins/other/update.js +++ b/plugins/other/update.js @@ -19,11 +19,11 @@ export class update extends plugin { priority: 4000, rule: [ { - reg: '^#更新日志(.*)', + reg: '^#更新日志', fnc: 'updateLog' }, { - reg: '^#(强制)?更新(.*)', + reg: '^#(强制)?更新', fnc: 'update' }, {