mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:33:42 +08:00
parent
96884a323a
commit
70921b5a12
|
@ -10,8 +10,19 @@ export default defineAppConfig({
|
||||||
activityIds: 'com.feeyo.vz.pro.activity.cdm.WelcomeActivity',
|
activityIds: 'com.feeyo.vz.pro.activity.cdm.WelcomeActivity',
|
||||||
matchLauncher: true,
|
matchLauncher: true,
|
||||||
quickFind: true,
|
quickFind: true,
|
||||||
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
rules: [
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12884347',
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12884347',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches:
|
||||||
|
'[id="com.feeyo.vz.pro.cdm:id/splashAdContainer"] >n [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12893753',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user