diff --git a/src/apps/com.xunlei.downloadprovider.ts b/src/apps/com.xunlei.downloadprovider.ts index 86a7b118..ec05cc01 100644 --- a/src/apps/com.xunlei.downloadprovider.ts +++ b/src/apps/com.xunlei.downloadprovider.ts @@ -98,14 +98,17 @@ export default defineAppConfig({ rules: [ { key: 0, - activityIds: 'com.xunlei.downloadprovider.frame.MainTabActivity', - + activityIds: [ + 'com.xunlei.downloadprovider.frame.MainTabActivity', + 'com.xunlei.downloadprovider.launch.LaunchActivity', + ], matches: '@[text="关闭"] +n * >n [text*="广告"]', snapshotUrls: [ 'https://i.gkd.li/import/12868648', 'https://i.gkd.li/import/12879372', 'https://i.gkd.li/import/12882366', 'https://i.gkd.li/import/12892871', + 'https://i.gkd.li/import/13799878', ], },