From f69951aa9290c1f043e5867cdfe85bcda9bb36a7 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 29 Feb 2024 18:11:07 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BA=91=E8=BF=90=E5=8A=A8):=20=E5=88=86?= =?UTF-8?q?=E6=AE=B5=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5=E5=8D=A1?= =?UTF-8?q?=E7=89=87=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.yunzhi.tiyu.ts | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/src/apps/com.yunzhi.tiyu.ts b/src/apps/com.yunzhi.tiyu.ts index 27c5b57f..173a5283 100644 --- a/src/apps/com.yunzhi.tiyu.ts +++ b/src/apps/com.yunzhi.tiyu.ts @@ -39,5 +39,32 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '分段广告-首页卡片广告', + desc: '点击关闭-点击[不感兴趣]', + rules: [ + { + key: 0, + name: '点击关闭', + activityIds: 'com.yunzhi.tiyu.module.MainActivity', + matches: '@View[visibleToUser=true] +2 View >3 [text="广告"]', + exampleUrls: + 'https://m.gkd.li/57941037/369a65c8-4207-441b-a20d-2f5e402ea983', + snapshotUrls: 'https://i.gkd.li/i/14446375', + }, + { + preKeys: 0, + key: 1, + name: '点击[不感兴趣]', + quickFind: true, + activityIds: 'com.yunzhi.tiyu.module.MainActivity', + matches: '@[clickable=true] > [text="不感兴趣"]', + exampleUrls: + 'https://m.gkd.li/57941037/1e5bff7e-b82b-458e-9179-364e6bf2c1da', + snapshotUrls: 'https://i.gkd.li/i/14446216', + }, + ], + }, ], });