From ca14a1c2178ed5ab9ed332588e407d4acabed78e Mon Sep 17 00:00:00 2001 From: Adpro <101449500+adproqwq@users.noreply.github.com> Date: Wed, 24 Jan 2024 11:12:14 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=BF=85=E9=9B=B7):=20=E5=88=86=E6=AE=B5?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E8=A7=86=E9=A2=91=E8=AF=A6=E6=83=85-?= =?UTF-8?q?=E7=9B=B4=E6=92=AD=E6=8E=A8=E8=8D=90=E4=BA=8C=E6=AE=B5=E4=B8=8D?= =?UTF-8?q?=E7=82=B9=E5=87=BB=EF=BC=88=E4=BC=98=E5=8C=96=E8=A7=84=E5=88=99?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xunlei.downloadprovider.ts | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/apps/com.xunlei.downloadprovider.ts b/src/apps/com.xunlei.downloadprovider.ts index d81990341..a001576ca 100644 --- a/src/apps/com.xunlei.downloadprovider.ts +++ b/src/apps/com.xunlei.downloadprovider.ts @@ -59,7 +59,7 @@ export default defineAppConfig({ }, { key: 2, - name: '视频详情-直播推荐', + name: '分段广告-视频详情-直播推荐', desc: '自动点击【减少推荐】', quickFind: true, rules: [ @@ -74,9 +74,11 @@ export default defineAppConfig({ { preKeys: [0], key: 1, - activityIds: 'com.xunlei.downloadprovider.download.center.newcenter', matches: '[id="com.xunlei.downloadprovider:id/close_ad"]', - snapshotUrls: 'https://i.gkd.li/import/12707710', + snapshotUrls: [ + 'https://i.gkd.li/import/12707710', + 'https://i.gkd.li/import/14031920', + ], }, ], },