From ce4ad92b9d2f7aafbfc7a0625fbbd0df433a017a Mon Sep 17 00:00:00 2001 From: aisouler Date: Sun, 4 Feb 2024 12:39:15 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9):=20?= =?UTF-8?q?=E9=A6=96=E9=A1=B5-=E6=8E=A8=E8=8D=90=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85?= =?UTF-8?q?=E8=A7=84=E5=88=99=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 544bfb54..5010d8e5 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -178,7 +178,6 @@ export default defineAppConfig({ enable: false, key: 10, name: '分段广告-首页-推荐视频卡片广告', // 流程与 key=4 视频底部广告 基本一致 - quickFind: true, activityIds: 'tv.danmaku.bili.MainActivityV2', rules: [ { @@ -217,10 +216,21 @@ export default defineAppConfig({ { preKeys: 0, key: 2, + name: '点击[不感兴趣]', matches: 'RecyclerView[childCount=2] > RelativeLayout[index=1] > [id="tv.danmaku.bili:id/item"]', snapshotUrls: 'https://i.gkd.li/import/13742257', }, + { + preKeys: 0, + key: 4, + name: '点击[相似内容过多]', + quickFind: true, + matches: '@FrameLayout > [text="相似内容过多"]', + exampleUrls: + 'https://m.gkd.li/57941037/acd89b46-45fc-459f-8d17-3913d98dcbad', + snapshotUrls: 'https://i.gkd.li/import/14155272', + }, ], }, {