From b28db0ccb3a3c29f530853940153f4581f3656d7 Mon Sep 17 00:00:00 2001 From: zhiyu1998 Date: Wed, 22 Feb 2023 20:36:19 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20=E6=9B=B4=E6=AD=A3?= =?UTF-8?q?=E9=83=A8=E5=88=86=E6=AD=A3=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/mystery.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mystery.js b/apps/mystery.js index 135e5e3..bd249b1 100644 --- a/apps/mystery.js +++ b/apps/mystery.js @@ -19,7 +19,7 @@ export class mystery extends plugin { fnc: "mystery", }, { - reg: "^#*来份涩图 (.*)$", + reg: "^#*来份涩图(.*)$", fnc: "setu", }, { @@ -27,7 +27,7 @@ export class mystery extends plugin { fnc: "cospro", }, { - reg: "^#(啊?|啊?)$", + reg: "^#(啊)$", fnc: "aaa", }, ],