From 25fa639c9d60f6347cbee04c7cf60b464ea73882 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 30 Oct 2023 00:56:33 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=BF=85=E9=9B=B7):=20=E4=B8=8B=E8=BD=BD?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2-=E5=B9=BF=E5=91=8A=E5=8D=A1=E7=89=87?= =?UTF-8?q?=EF=BC=88=E5=AE=8C=E5=96=84=E8=A7=84=E5=88=99=EF=BC=89=20(#1574?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.xunlei.downloadprovider.ts | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/apps/com.xunlei.downloadprovider.ts b/src/apps/com.xunlei.downloadprovider.ts index 7d8e8268..3cb6be45 100644 --- a/src/apps/com.xunlei.downloadprovider.ts +++ b/src/apps/com.xunlei.downloadprovider.ts @@ -158,6 +158,7 @@ export default defineAppConfig({ { key: 4, name: '下载页面-广告卡片', + matchLauncher: true, rules: [ { key: 0, @@ -182,7 +183,10 @@ export default defineAppConfig({ key: 2, activityIds: 'com.xunlei.downloadprovider.download.center.newcenter', matches: '[id="com.xunlei.downloadprovider:id/close_ad"]', - snapshotUrls: 'https://i.gkd.li/import/128818775', + snapshotUrls: [ + 'https://i.gkd.li/import/128818775', + 'https://i.gkd.li/import/13198070', + ], }, ], },