From e8cdd4cc5d1fd3570a7f4da8816ffeaa3ffb4876 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 6 May 2024 20:29:32 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E7=94=B5=E6=B1=A0=E5=AE=B9=E9=87=8F?= =?UTF-8?q?=E6=A3=80=E6=B5=8B=E7=AE=A1=E7=90=86):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.zlfcapp.batterymanager.ts | 31 ++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/src/apps/com.zlfcapp.batterymanager.ts b/src/apps/com.zlfcapp.batterymanager.ts index f60dd3d7..61d684df 100644 --- a/src/apps/com.zlfcapp.batterymanager.ts +++ b/src/apps/com.zlfcapp.batterymanager.ts @@ -26,5 +26,36 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + key: 0, + position: { + left: 'width * 0.9245', + top: 'width * 0.0401', + }, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + 'FrameLayout[childCount=4] >2 @RelativeLayout[childCount=3] > RelativeLayout > ProgressBar[childCount=0]', + exampleUrls: + 'https://m.gkd.li/57941037/89ad488c-2bcb-4f78-b7ba-ccb5335042cc', + snapshotUrls: 'https://i.gkd.li/i/15220546', + }, + { + key: 1, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '[text="反馈"] -2 @View > Image[text=""][visibleToUser=true][childCount=0]', + exampleUrls: + 'https://m.gkd.li/57941037/f41a31f3-5ddd-44a5-b450-a6678f551328', + snapshotUrls: 'https://i.gkd.li/i/15220517', + }, + ], + }, ], });