From 0cd7c54c7d1de0ff54b48b5b7ff7898ba9052f3c Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 28 Nov 2024 16:37:57 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9):=20?= =?UTF-8?q?=E5=88=86=E6=AE=B5=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E8=A7=86=E9=A2=91=E5=8D=A1=E7=89=87=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tv.danmaku.bili.ts | 14 +++----------- 1 file changed, 3 insertions(+), 11 deletions(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 166e1b29..1552b8ab 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -181,7 +181,7 @@ export default defineGkdApp({ key: 0, name: '点击卡片广告右下角菜单按钮', actionMaximum: 1, - matches: '[vid="ad_tint_frame"] >2 [vid="more"]', + matches: '@[vid="more"] - [vid="desc_content"]', snapshotUrls: [ 'https://i.gkd.li/i/14083540', 'https://i.gkd.li/i/14588315', @@ -204,23 +204,15 @@ export default defineGkdApp({ key: 50, name: '点击[不感兴趣]/[相似内容过多]', matches: - '@[clickable=true] > [text="相似内容过多" || text="不感兴趣"]', + '@[clickable=true] > [text="相似内容过多" || text="不感兴趣" || text="up主不感兴趣"]', snapshotUrls: [ + 'https://i.gkd.li/i/13625309', 'https://i.gkd.li/i/13742257', 'https://i.gkd.li/i/14155801', 'https://i.gkd.li/i/14155272', 'https://i.gkd.li/i/17428471', ], }, - { - preKeys: [0], - key: 52, - name: '点击[up主不感兴趣]', - matches: '@[clickable=true] > [text="up主不感兴趣"]', - exampleUrls: - 'https://m.gkd.li/57941037/9c2f42d7-c262-4e06-b3c6-40f0908e7a94', - snapshotUrls: 'https://i.gkd.li/i/13625309', - }, ], }, {