Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit

Permalink
feat(番茄免费小说): 广告弹窗(优化规则) (#3770)
Browse files Browse the repository at this point in the history
  • Loading branch information
Snoopy1866 authored Jan 14, 2024
1 parent a0f4928 commit 5a4d135
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/apps/com.dragon.read.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,8 +115,11 @@ export default defineAppConfig({
name: '阅读页面广告弹窗-点击反馈按钮',
activityIds: 'com.dragon.read.reader.ui.ReaderActivity',
// 有反馈原规则'[text="反馈"][clickable=true]'不触发删除[clickable=true]才能点击;有反馈原规则点击屏外节点,导致无法执行下一步,遂添加[visibleToUser=true]
matches: 'FlattenUIText[text="反馈"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/13520160',
matches: '[text="反馈"][visibleToUser=true]',
snapshotUrls: [
'https://i.gkd.li/import/13520160',
'https://i.gkd.li/import/13843155',
],
},
{
preKeys: 0,
Expand Down

0 comments on commit 5a4d135

Please sign in to comment.