From adf583bd510a445a3f5ef9cc8cd8bf8ba40a5903 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 6 Oct 2024 12:59:13 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=85=AD=E5=8F=AA=E8=84=9A):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E4=BF=A1=E6=81=AF=E6=B5=81?= =?UTF-8?q?=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.topgether.sixfoot.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.topgether.sixfoot.ts b/src/apps/com.topgether.sixfoot.ts index 8418040f..2a9f481b 100644 --- a/src/apps/com.topgether.sixfoot.ts +++ b/src/apps/com.topgether.sixfoot.ts @@ -27,5 +27,20 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '局部广告-信息流广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'Pro.biz.home.ProMainActivity', + matches: + '@ImageView[childCount=0][text=null] < FrameLayout[childCount=1] - LinearLayout > [text="下载应用"]', + exampleUrls: 'https://e.gkd.li/32475c6e-888a-4048-b7ed-5b3bc3c1c580', + snapshotUrls: 'https://i.gkd.li/i/17268235', + }, + ], + }, ], });