From d6109b089747497b8836f95128acec83dff0289a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 30 Aug 2024 14:27:03 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BD=A6=E6=9D=A5=E4=BA=86=E3=80=81?= =?UTF-8?q?=E4=B8=A4=E6=AD=A5=E8=B7=AF=E6=88=B7=E5=A4=96=E5=8A=A9=E6=89=8B?= =?UTF-8?q?):=20=E5=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.lolaage.tbulu.tools.ts | 9 +++++++++ src/apps/com.ygkj.chelaile.standard.ts | 16 ++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/src/apps/com.lolaage.tbulu.tools.ts b/src/apps/com.lolaage.tbulu.tools.ts index 0180f603..16f3c677 100644 --- a/src/apps/com.lolaage.tbulu.tools.ts +++ b/src/apps/com.lolaage.tbulu.tools.ts @@ -42,6 +42,15 @@ export default defineGkdApp({ matches: '[vid="ivClose"]', snapshotUrls: 'https://i.gkd.li/i/14952807', }, + { + key: 2, + activityIds: + 'com.bytedance.sdk.openadsdk.stub.activity.Stub_Standard_Portrait_Activity', + matches: + '[text="反馈"] -4 View[childCount=1] > Image[childCount=0][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/0ed488e1-f0d8-4c5f-a507-af9c2cedd2a1', + snapshotUrls: 'https://i.gkd.li/i/16812345', + }, ], }, { diff --git a/src/apps/com.ygkj.chelaile.standard.ts b/src/apps/com.ygkj.chelaile.standard.ts index c5fecafa..d94de14c 100644 --- a/src/apps/com.ygkj.chelaile.standard.ts +++ b/src/apps/com.ygkj.chelaile.standard.ts @@ -47,5 +47,21 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + rules: [ + { + key: 0, + activityIds: + 'dev.xesam.chelaile.app.module.line.gray.LineDetailActivity', + matches: + 'RelativeLayout[childCount=6] > RelativeLayout[childCount=4] + ImageView[clickable=true][index=3][text=null]', + exampleUrls: 'https://e.gkd.li/4ab8665e-026f-4101-8299-0300708c91c1', + snapshotUrls: 'https://i.gkd.li/i/16812335', + }, + ], + }, ], });