mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
@@ -7,9 +7,24 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'cn.damai.launcher.splash.SplashMainActivity',
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: '[id="cn.damai:id/homepage_advert_pb"]',
|
rules: '[id="cn.damai:id/homepage_advert_pb"]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/12472623',
|
snapshotUrls: 'https://i.gkd.li/import/12472623',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '弹窗广告',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
activityIds: 'cn.damai.homepage.MainActivity',
|
||||||
|
matches:
|
||||||
|
'[id="cn.damai:id/homepage_popup_window_image"] + [id="cn.damai:id/homepage_popup_window_close_btn"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13627900',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user