From b114084276c06ef276ea9eeda735409f9830ad08 Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 19 Sep 2024 19:30:36 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20chore:=20=E7=A7=BB=E9=99=A4=20Pi?= =?UTF-8?q?xivision=20=E6=AD=A3=E5=88=99=E5=8C=B9=E9=85=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 apps/tools.js 中移除 Pixivision 正则匹配规则以简化代码逻辑 - 确保其他功能不受影响,维持应用稳定性 --- apps/tools.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/apps/tools.js b/apps/tools.js index ba8c70b..4d9ef9f 100644 --- a/apps/tools.js +++ b/apps/tools.js @@ -180,10 +180,6 @@ export class tools extends plugin { reg: "(weibo.com|m.weibo.cn)", fnc: "weibo", }, - { - reg: "(pixivision.net)", - fnc: "pixivision" - }, { reg: "(weishi.qq.com)", fnc: "weishi"