From 064b0d01559a39bc14df195dd2a0cb977e5f464c Mon Sep 17 00:00:00 2001 From: sjy010704 <2606249370@qq.com> Date: Sun, 14 Jan 2024 17:22:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20qq=20=E5=86=85=E9=80=9A=E8=BF=87=20?= =?UTF-8?q?=E5=BA=94=E7=94=A8=E5=AE=9D=20=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 4cc5437..537c4c2 100644 --- a/src/index.ts +++ b/src/index.ts @@ -100,8 +100,8 @@ class CallApp { evokeByLocation(this.generateUniversalLink(config)); } // Android - // 在微信中且配置了应用宝链接 - } else if (Browser.isWechat && typeof this.options.yingyongbao !== 'undefined') { + // 在微信、QQ中且配置了应用宝链接 + } else if ((Browser.isWechat || Browser.isQQ) && typeof this.options.yingyongbao !== 'undefined') { evokeByLocation(this.generateYingYongBao(config)); } else if (Browser.isOriginalChrome) { if (typeof intent !== 'undefined') {