diff --git a/src/apps/com.dragon.read.ts b/src/apps/com.dragon.read.ts index 33bfb551..5cda888d 100644 --- a/src/apps/com.dragon.read.ts +++ b/src/apps/com.dragon.read.ts @@ -14,10 +14,6 @@ export default defineAppConfig({ 'com.dragon.read.reader.ui.ReaderActivity', ], rules: [ - { - key: 0, - matches: '@[clickable=true] TextView[text="关闭此条广告"]', - }, { key: 1, matches: '@ImageView - LinearLayout TextView[text="广告"]', @@ -26,19 +22,15 @@ export default defineAppConfig({ { key: 2, matches: - 'FrameLayout > FrameLayout > ViewGroup[childCount=4] > @FrameLayout[clickable=true][visibleToUser=true] > ImageView', + 'HorizontalAndVerticalScrollView > FrameLayout[childCount=14] > [index=9] >5 ImageView[clickable=true]', + exampleUrls: + 'https://m.gkd.li/57941037/d2f7c62c-be88-4668-b276-68bb53edfaad', snapshotUrls: [ - 'https://i.gkd.li/import/12716444', - 'https://i.gkd.li/import/13062909', // 误触 + 'https://i.gkd.li/import/14193836', + 'https://i.gkd.li/import/13520314', + 'https://i.gkd.li/import/12908734', ], }, - { - key: 3, - quickFind: true, - matches: - '[id="com.dragon.read:id/layout_banner_ad_bg"] > [id="com.dragon.read:id/close_button"]', - snapshotUrls: 'https://i.gkd.li/import/13520314', - }, ], }, {