feat(迅雷): 下载页面-广告卡片(完善规则) (#1574)

This commit is contained in:
Kun Jinkao
2023-10-30 00:56:33 +08:00
committed by GitHub
parent c26b413f9d
commit 25fa639c9d

View File

@@ -158,6 +158,7 @@ export default defineAppConfig({
{ {
key: 4, key: 4,
name: '下载页面-广告卡片', name: '下载页面-广告卡片',
matchLauncher: true,
rules: [ rules: [
{ {
key: 0, key: 0,
@@ -182,7 +183,10 @@ export default defineAppConfig({
key: 2, key: 2,
activityIds: 'com.xunlei.downloadprovider.download.center.newcenter', activityIds: 'com.xunlei.downloadprovider.download.center.newcenter',
matches: '[id="com.xunlei.downloadprovider:id/close_ad"]', 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',
],
}, },
], ],
}, },