mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
@@ -7,11 +7,31 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.qihoo.jia.ui.activity.SplashActivity',
|
||||
matchLauncher: true,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
quickFind: true,
|
||||
rules: '[text="跳过"]',
|
||||
rules: '[text*="跳过"][text.length<=10]',
|
||||
snapshotUrls: 'https://i.gkd.li/import/12846783',
|
||||
},
|
||||
{
|
||||
key: 6,
|
||||
name: '卡录像界面广告',
|
||||
actionMaximum: 1,
|
||||
activityIds: 'com.qihoo.jia.playpage.RecordPlayActivity',
|
||||
rules: [
|
||||
{
|
||||
name: '视频下方卡片式广告',
|
||||
matches:
|
||||
'ViewGroup[childCount=2] > ImageView[clickable=true] + ImageView[clickable=true]',
|
||||
},
|
||||
{
|
||||
name: '云收藏弹窗广告',
|
||||
matches:
|
||||
'ViewGroup > @ImageView[clickable=true] -n TextView[text="云收藏"]',
|
||||
},
|
||||
],
|
||||
snapshotUrls: 'https://i.gkd.li/import/13630755',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user