From 7b590f298f610514ad7f0951bc9225f2a67d3be2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Mon, 9 Dec 2024 15:08:19 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=88=91=E7=9A=84=E5=90=AC=E4=B9=A6):=20?= =?UTF-8?q?=E5=88=86=E6=AE=B5=E5=B9=BF=E5=91=8A-=E6=92=AD=E6=94=BE?= =?UTF-8?q?=E9=A1=B5=E5=8D=A1=E7=89=87=E5=B9=BF=E5=91=8A=20(#575)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.github.eprendre.tingshu.ts | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/src/apps/com.github.eprendre.tingshu.ts b/src/apps/com.github.eprendre.tingshu.ts index c003d57f..278b1cb9 100644 --- a/src/apps/com.github.eprendre.tingshu.ts +++ b/src/apps/com.github.eprendre.tingshu.ts @@ -63,13 +63,27 @@ export default defineGkdApp({ snapshotUrls: 'https://i.gkd.li/i/17892446', }, { - preKeys: [1], + key: 2, fastQuery: true, - activityIds: + activityIds: '.ui.play.PlayerActivity', + matches: + '@[text="反馈"] <2 View + View >3 [visibleToUser=true][text="广告"] < [text="不感兴趣"]', exampleUrls: 'https://e.gkd.li/7ce6d9c4-c77a-4655-91c2-97e1987f0914', - snapshotUrls: 'https://i.gkd.li/i/17892449', + snapshotUrls: [ + 'https://i.gkd.li/i/17892449', + 'https://i.gkd.li/i/18057440', + ], }, ], },