From 9a27ed64c96985bf0047bded642c07c1b8f6c144 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Sat, 25 Oct 2025 19:02:59 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20PU=E5=8F=A3=E8=A2=8B=E6=A0=A1=E5=9B=AD-?= =?UTF-8?q?=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1312)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xyhui.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.xyhui.ts b/src/apps/com.xyhui.ts index d78d889e..b4499f1b 100644 --- a/src/apps/com.xyhui.ts +++ b/src/apps/com.xyhui.ts @@ -102,6 +102,21 @@ export default defineGkdApp({ matches: '[vid="anythink_myoffer_btn_close_id"]', snapshotUrls: 'https://i.gkd.li/i/22868736', }, + { + key: 10, + fastQuery: true, + activityIds: '.lut.act.LutMainActivity', + matches: '@[text="关闭"] < * +n * > [text*="广告"]', + snapshotUrls: 'https://i.gkd.li/i/23125533', + }, + { + key: 11, + fastQuery: true, + activityIds: '.lut.act.LutMainActivity', + matches: + '@ImageView[width<140 && height<140] - * > [text^="请允许"][text$="安装应用"]', + snapshotUrls: 'https://i.gkd.li/i/23125594', + }, ], }, {