From 3ee9186e1f4f054c289e67fe6b7c3f7ba1d0e8f0 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sun, 24 Dec 2023 20:55:23 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=93=94=E5=93=A9=E5=93=94=E5=93=A9):?= =?UTF-8?q?=E9=9D=92=E5=B0=91=E5=B9=B4=E6=A8=A1=E5=BC=8F=E5=BC=B9=E7=AA=97?= =?UTF-8?q?=E3=80=81=E9=A6=96=E9=A1=B5-=E6=8E=A8=E8=8D=90=E8=A7=86?= =?UTF-8?q?=E9=A2=91=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=20(#3366)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3360 close #3367 --- src/apps/tv.danmaku.bili.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/apps/tv.danmaku.bili.ts b/src/apps/tv.danmaku.bili.ts index 85124924..ee3ca693 100644 --- a/src/apps/tv.danmaku.bili.ts +++ b/src/apps/tv.danmaku.bili.ts @@ -38,7 +38,8 @@ export default defineAppConfig({ matchTime: 10000, actionMaximum: 1, resetMatch: 'app', - rules: 'TextView[text*=`青少年模式`] + TextView[text=`我知道了`]', + rules: 'TextView[text*="青少年模式"] +n TextView[text="我知道了"]', + snapshotUrls: 'https://i.gkd.li/import/13746766', }, { key: 2, @@ -191,11 +192,11 @@ export default defineAppConfig({ preKeys: 0, key: 1, name: '点击[不感兴趣]', - matches: - '@[id="tv.danmaku.bili:id/reason1_layout"] > [text$="不感兴趣"]', + matches: '@RelativeLayout > [text$="不感兴趣"]', snapshotUrls: [ 'https://i.gkd.li/import/13256605', 'https://i.gkd.li/import/13625309', + 'https://i.gkd.li/import/13742257', ], }, ],