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', + ], }, ], },