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

Commit

Permalink
feat(csdn):文章底部广告 (#3756)
Browse files Browse the repository at this point in the history
close #3708
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent 89c8d82 commit 5325019
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/apps/net.csdn.csdnplus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,5 +104,27 @@ export default defineAppConfig({
snapshotUrls: ['https://i.gkd.li/import/12673638'],
},
},
{
key: 11,
quickFind: true,
name: '分段广告-底部广告',
desc: '点击X-点击不感兴趣',
rules: [
{
key: 0,
activityIds: 'net.csdn.csdnplus.mvvm.ui.activity.BlogDetailActivity',
matches:
'@ImageView[clickable=true] <<2 ViewGroup <<2 ViewGroup - FrameLayout <<6 FrameLayout[id="net.csdn.csdnplus:id/fl_template_container"][visibleToUser=true]',
snapshotUrls: 'https://i.gkd.li/import/13830821',
},
{
preKeys: 0,
key: 1,
activityIds: 'net.csdn.csdnplus.mvvm.ui.activity.BlogDetailActivity',
matches: 'FrameLayout[id="android:id/content"] [text="不感兴趣"]',
snapshotUrls: 'https://i.gkd.li/import/13830858',
},
],
},
],
});

0 comments on commit 5325019

Please sign in to comment.