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', + }, + ], + }, ], });