mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(易快报): 局部广告-首页横幅广告 (#725)
This commit is contained in:
@@ -6,11 +6,15 @@ export default defineGkdApp({
|
||||
groups: [
|
||||
{
|
||||
key: 1,
|
||||
matchTime: 10000,
|
||||
actionMaximum: 2,
|
||||
resetMatch: 'app',
|
||||
name: '局部广告-首页横幅广告',
|
||||
activityIds: 'com.hose.ekuaibao.view.activity.EkbProActivity',
|
||||
rules:
|
||||
'View[childCount=2] > TextView + TextView[text="不感兴趣"][clickable=true]',
|
||||
snapshotUrls: ['https://i.gkd.li/i/12649616'],
|
||||
rules: '[text="不感兴趣"][visibleToUser=true]',
|
||||
snapshotUrls: [
|
||||
'https://i.gkd.li/i/12649616',
|
||||
'https://i.gkd.li/i/18455642',
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user