From 7c6078d007f5a33e5c04a1698ca6518335a46fcc Mon Sep 17 00:00:00 2001 From: adproqwq <101449500+adproqwq@users.noreply.github.com> Date: Tue, 2 Jan 2024 20:49:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=AC=E5=96=9C):=20=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=AE=9A=E4=BD=8D=E6=B5=AE=E7=AA=97=20(#3619?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3616 --- src/apps/com.jd.pingou.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/apps/com.jd.pingou.ts b/src/apps/com.jd.pingou.ts index db93a1f3..3a3454ca 100644 --- a/src/apps/com.jd.pingou.ts +++ b/src/apps/com.jd.pingou.ts @@ -11,12 +11,18 @@ export default defineAppConfig({ 'com.jd.jdlite.ad.ADActivity', 'com.jd.jdlite.MainActivity', ], - rules: '[desc="闪屏广告"] + [text$="跳过"]', snapshotUrls: [ 'https://i.gkd.li/import/12727342', 'https://i.gkd.li/import/13062974', ], }, + { + key: 1, + name: '底部申请定位浮窗', + activityIds: 'com.jd.jdlite.MainFrameActivity', + rules: '[text*="开启定位授权"] +2 ImageView', + snapshotUrls: 'https://i.gkd.li/import/13804515', + }, ], });