mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
@@ -5,19 +5,39 @@ export default defineAppConfig({
|
|||||||
name: '小恩爱',
|
name: '小恩爱',
|
||||||
groups: [
|
groups: [
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 0,
|
||||||
name: '广告弹窗',
|
name: '开屏广告',
|
||||||
matchTime: 10000,
|
matchTime: 10000,
|
||||||
actionMaximum: 1,
|
actionMaximum: 1,
|
||||||
resetMatch: 'app',
|
resetMatch: 'app',
|
||||||
activityIds:
|
quickFind: true,
|
||||||
'com.xiaoenai.app.presentation.home.view.activity.HomeActivity',
|
rules: [
|
||||||
|
{
|
||||||
|
matches: '[text*="跳过"][text.length<=10]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13727905',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
matches:
|
||||||
|
'@View <3 FrameLayout[childCount=4] <2 FrameLayout[childCount=2] < [vid="ad_view"]',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/import/13867880',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 6,
|
||||||
|
name: '全屏广告',
|
||||||
|
matchTime: 15000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
rules: [
|
rules: [
|
||||||
{
|
{
|
||||||
name: '腾讯广告SDK',
|
name: '腾讯广告SDK',
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView[width<90][height<90]',
|
'FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView[width<90][height<90]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13728018',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13728018',
|
||||||
|
'https://i.gkd.li/import/13867878',
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user