From 17fc15bee5427d32dc3d90679ded6f36e3f0befd Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 22 May 2025 09:46:18 +0800 Subject: [PATCH] =?UTF-8?q?perf:=20=E8=85=BE=E8=AE=AF=E8=A7=86=E9=A2=91-?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8F=90=E7=A4=BA-=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90=20#919?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.qqlive.ts | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/src/apps/com.tencent.qqlive.ts b/src/apps/com.tencent.qqlive.ts index 22cb20bb..d94bd64f 100644 --- a/src/apps/com.tencent.qqlive.ts +++ b/src/apps/com.tencent.qqlive.ts @@ -212,18 +212,13 @@ export default defineGkdApp({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - actionMaximumKey: 0, - activityIds: '.ona.activity.SplashHomeActivity', rules: [ { - key: 0, - matches: 'LinearLayout > @[text="以后再说"] + [text="好的"]', - snapshotUrls: 'https://i.gkd.li/i/12700139', - }, - { - key: 1, - matches: '@ImageView + * > [text^="开启通知"]', - snapshotUrls: 'https://i.gkd.li/i/13670465', + fastQuery: true, + activityIds: '.ona.activity.SplashHomeActivity', + matches: '@[clickable=true] - [text*="开启通知"]', + exampleUrls: 'https://e.gkd.li/d16d04cb-8838-455c-9bc5-acebc936637b', + snapshotUrls: 'https://i.gkd.li/i/20368590', }, ], },