perf(番茄免费小说): 分段广告-阅读页面广告

This commit is contained in:
AIsouler
2024-04-09 13:18:39 +08:00
parent df46621d3e
commit 3180d739e3

View File

@@ -130,54 +130,41 @@ export default defineAppConfig({
}, },
{ {
key: 5, key: 5,
name: '分段广告', name: '分段广告-阅读页面广告',
quickFind: true, quickFind: true,
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
rules: [ rules: [
{
key: 2,
name: '点击[继续阅读下一页]',
order: -1,
matches: '[text="继续阅读下一页"]',
snapshotUrls: [
'https://i.gkd.li/i/13674556',
'https://i.gkd.li/i/13843155',
],
},
{ {
key: 0, key: 0,
name: '阅读页面广告弹窗-点击反馈按钮', name: '点击[反馈]按钮',
activityIds: 'com.dragon.read.reader.ui.ReaderActivity', matches: '[text="反馈"][visibleToUser=true][name$="UIText"]',
// 有反馈原规则'[text="反馈"][clickable=true]'不触发删除[clickable=true]才能点击;有反馈原规则点击屏外节点,导致无法执行下一步,遂添加[visibleToUser=true]
matches: '[text="反馈"][visibleToUser=true]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/13520160', 'https://i.gkd.li/i/13520160',
'https://i.gkd.li/i/13843155', 'https://i.gkd.li/i/13816453',
], ],
}, },
{ {
preKeys: 0, preKeys: 0,
key: 1, key: 1,
name: '阅读页面广告弹窗-点击不感兴趣', name: '点击[不感兴趣]',
activityIds: 'com.dragon.read.reader.ui.ReaderActivity', matches: '[text="不感兴趣"]',
matches: '@ViewGroup[clickable=true] > [text="不感兴趣"]',
snapshotUrls: [ snapshotUrls: [
'https://i.gkd.li/i/13520219', 'https://i.gkd.li/i/13520219',
'https://i.gkd.li/i/13674550', 'https://i.gkd.li/i/13674550',
'https://i.gkd.li/i/13816454',
'https://i.gkd.li/i/14913207',
], ],
}, },
{
key: 2,
name: '阅读页面广告弹窗-点击下一页',
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
matches:
'[id="com.dragon.read:id/readFlowNonRoundEntranceLayout"] [id="com.dragon.read:id/relativeRight"]',
snapshotUrls: 'https://i.gkd.li/i/13674556',
},
{
key: 3,
name: '阅读页面广告弹窗-点击反馈',
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
matches: '[text="看视频免广告"] - [text="反馈"]',
snapshotUrls: 'https://i.gkd.li/i/13816453',
},
{
preKeys: 3,
key: 4,
name: '阅读页面广告弹窗-点击不感兴趣',
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
matches: 'ViewGroup[childCount=2] > [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/i/13816454',
},
], ],
}, },
{ {