mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
feat(闪电侠): 开屏广告(优化规则) (#2507)
This commit is contained in:
@@ -7,10 +7,14 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
activityIds: 'one.easybox.app.ui.activity.SplashActivity',
|
matchTime: 10000,
|
||||||
matchLauncher: true,
|
actionMaximum: 1,
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
resetMatch: 'app',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13187789',
|
rules: '@[id$="tt_splash_skip_btn"] + [id$="tt_splash_ad_logo"]',
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13187789',
|
||||||
|
'https://i.gkd.li/import/13459241',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user