From 79fe6db3ee5bd20eece928f0bc330ffd7b6d49b8 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 4 Nov 2023 01:20:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=85=BE=E8=AE=AF=E6=96=87=E6=A1=A3):=20?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=E5=BC=B9=E7=AA=97=20(#1793)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.tencent.docs.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.tencent.docs.ts b/src/apps/com.tencent.docs.ts index e6a7297d..7bbdc2bc 100644 --- a/src/apps/com.tencent.docs.ts +++ b/src/apps/com.tencent.docs.ts @@ -29,5 +29,12 @@ export default defineAppConfig({ rules: '[desc="限时购买"] + ImageView[clickable=true]', snapshotUrls: 'https://i.gkd.li/import/13198097', }, + { + key: 3, + name: '广告弹窗', + activityIds: 'com.tencent.docs.DocsFlutterActivity', + rules: 'View[childCount=2] > @TextView[id=null][clickable=true] + View', + snapshotUrls: 'https://i.gkd.li/import/13242404', + }, ], });