mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(京喜): 开屏广告-规则优化 (#1306)
This commit is contained in:
@@ -7,9 +7,16 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'com.jd.jdlite.ad.ADActivity',
|
activityIds: [
|
||||||
|
'com.jd.jdlite.ad.ADActivity',
|
||||||
|
'com.jd.jdlite.MainActivity',
|
||||||
|
],
|
||||||
|
matchLauncher: true,
|
||||||
rules: '[desc="闪屏广告"] + [text$="跳过"]',
|
rules: '[desc="闪屏广告"] + [text$="跳过"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12727342',
|
snapshotUrls: [
|
||||||
|
'https://gkd-kit.songe.li/import/12727342',
|
||||||
|
'https://gkd-kit.songe.li/import/13062974',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user