mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-24 02:35:25 +08:00
@@ -7,11 +7,18 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
desc: '字节广告SDK',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
rules: [
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13239194',
|
'[id$="tt_splash_skip_btn"]',
|
||||||
|
'@View[clickable=true][id=null][visibleToUser=true] +n TextView[clickable=true]',
|
||||||
|
],
|
||||||
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13239194',
|
||||||
|
'https://i.gkd.li/import/13723967',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user