From 212d7b09c6960d3b4af16f7a29f20c2c88dfdc1c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 11 Dec 2025 19:03:05 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E8=83=96=E4=B9=96=E7=94=9F=E6=B4=BB-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20#1547?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.qiekj.user.ts | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/apps/com.qiekj.user.ts b/src/apps/com.qiekj.user.ts index 036d2a84..37042037 100644 --- a/src/apps/com.qiekj.user.ts +++ b/src/apps/com.qiekj.user.ts @@ -80,9 +80,21 @@ export default defineGkdApp({ key: 5, fastQuery: true, activityIds: '.MainActivity', - matches: '[vid="iv_cancel"][visibleToUser=true]', + matches: '[vid="iv_cancel" || vid="ad_close"][visibleToUser=true]', exampleUrls: 'https://e.gkd.li/13b65be1-e126-4a32-a4d8-efc0f20623bc', - snapshotUrls: 'https://i.gkd.li/i/24045175', + snapshotUrls: [ + 'https://i.gkd.li/i/24045175', + 'https://i.gkd.li/i/24100793', + ], + }, + { + key: 6, + fastQuery: true, + activityIds: 'com.octopus.ad.AdActivity', + matches: + '@ImageView[clickable=true][childCount=0][width<100 && height<100] - [text="反馈"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/c5363e69-4206-4266-9e45-3ce1cc650bd2', + snapshotUrls: 'https://i.gkd.li/i/24100775', }, ], },