From 3a4f697f0cb55737efbf2ae4e5430a52e61b4f28 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sun, 26 Nov 2023 21:53:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(QQ):=20=E6=9B=B4=E6=96=B0=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99=EF=BC=89?= =?UTF-8?q?=20(#2514)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.mobileqq.ts | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/apps/com.tencent.mobileqq.ts b/src/apps/com.tencent.mobileqq.ts index db8e9af1..e0cf5136 100644 --- a/src/apps/com.tencent.mobileqq.ts +++ b/src/apps/com.tencent.mobileqq.ts @@ -307,14 +307,13 @@ export default defineAppConfig({ { key: 17, name: '更新弹窗', - activityIds: [ - 'com.tencent.mobileqq.upgrade', - 'com.tencent.mobileqq.activity.SplashActivity', - ], - rules: '@[desc="关闭"] - ViewGroup > [text="发现新版本"]', + actionMaximum: 1, + resetMatch: 'app', + rules: '@[desc="关闭"] - ViewGroup > [text="立即体验"||text="立即升级"]', snapshotUrls: [ 'https://i.gkd.li/import/13188721', 'https://i.gkd.li/import/13386719', + 'https://i.gkd.li/import/13459507', ], }, {