From 90b8ef8c80e6929f2f042b95a0a81280134fddc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=AD=89=E9=A3=8E=E6=9D=A5?= <3139373986@qq.com> Date: Thu, 20 Jun 2024 21:04:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=A9=20=E4=BC=98=E5=8C=96=E7=82=B9?= =?UTF-8?q?=E8=B5=9E=E6=AD=A3=E5=88=99=20@SmallK111407?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 等风来 <3139373986@qq.com> --- apps/thumbUp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/thumbUp.js b/apps/thumbUp.js index 854777e..1fa209a 100644 --- a/apps/thumbUp.js +++ b/apps/thumbUp.js @@ -10,7 +10,7 @@ export class ThumbUp extends plugin { priority: 500, rule: [ { - reg: "^#?((我要|给我)?(资料卡)?(点赞)?(赞|超|操|草|抄|吵|炒)我)$|((赞|超|操|草|抄|吵|炒)(他|她|它|TA|ta|Ta))$", + reg: "^#?((我要|给我)?(资料卡)?(点赞)|(赞|超|操|草|抄|吵|炒)(我|他|她|它|TA|ta|Ta))$", fnc: "thumbUp" } ]