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

Commit

Permalink
feat(今日头条):底部热榜弹窗 (#3700)
Browse files Browse the repository at this point in the history
close #3668
  • Loading branch information
AIsouler authored Jan 14, 2024
1 parent cd2542c commit 88eb4d1
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/apps/com.ss.android.article.news.ts
Original file line number Diff line number Diff line change
Expand Up @@ -189,5 +189,19 @@ export default defineAppConfig({
},
],
},
{
key: 15,
quickFind: true,
name: '局部广告-底部热榜弹窗',
desc: '点击X',
rules: [
{
activityIds: 'com.ss.android.article.news.activity.MainActivity',
matches:
'@FlattenUIImage[clickable=true] <n FrameLayout <<2 FrameLayout - LinearLayout [text="首页"]',
snapshotUrls: 'https://i.gkd.li/import/13828331',
},
],
},
],
});

0 comments on commit 88eb4d1

Please sign in to comment.