From 3a27f8644bfe496807ecd71e17ba01bb615c555d Mon Sep 17 00:00:00 2001 From: zhiyu1998 <542716863@qq.com> Date: Thu, 6 Jun 2024 21:19:49 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=88=20pref:=20=E9=80=82=E9=85=8D?= =?UTF-8?q?=E7=9A=AE=E7=9A=AE=E8=99=BE=E7=9A=84=20`item`=20=E9=93=BE?= =?UTF-8?q?=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- utils/general-link-adapter.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/general-link-adapter.js b/utils/general-link-adapter.js index 3a8c9bb..93ee531 100644 --- a/utils/general-link-adapter.js +++ b/utils/general-link-adapter.js @@ -81,7 +81,7 @@ class GeneralLinkAdapter { } async pipixia(link) { - const msg = /https:\/\/h5\.pipix\.com\/s\/[A-Za-z0-9]+/.exec(link)?.[0]; + const msg = /https:\/\/h5\.pipix\.com\/(s|item)\/[A-Za-z0-9]+/.exec(link)?.[0]; const reqLink = this.createReqLink(GENERAL_REQ_LINK, msg); return { name: "皮皮虾", reqLink }; }