mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
@@ -7,11 +7,30 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.youloft.icloser.splash.AdSplashActivity',
|
||||
quickFind: true,
|
||||
matchLauncher: true,
|
||||
rules:
|
||||
'[id="com.youloft.icloser:id/sdk_container"] TextView[text="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12910405',
|
||||
activityIds: ['com.youloft.icloser.splash.AdSplashActivity'],
|
||||
rules: [
|
||||
{
|
||||
matches: [
|
||||
'TextView[text^="跳过"]',
|
||||
'[id="com.byted.pangle:id/tt_splash_skip_btn"]',
|
||||
],
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12910405',
|
||||
'https://i.gkd.li/import/13072365',
|
||||
],
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
name: '购买会员-弹窗广告',
|
||||
enable: false,
|
||||
quickFind: true,
|
||||
activityIds: 'com.youloft.icloser.view.dialog.VipRetainPacketDialog',
|
||||
rules: '[id="com.youloft.icloser:id/tv_later_buy"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/13067183',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user