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

Commit

Permalink
feat(今日头条): 底部话题推荐弹窗 (#2227)
Browse files Browse the repository at this point in the history
* feat(今日头条):底部话题推荐弹窗

* chore(actions): check_format_lint

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

close #2214
  • Loading branch information
jiuqianyuan authored Nov 18, 2023
1 parent 99f4597 commit 434bb57
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 @@ -167,5 +167,19 @@ export default defineAppConfig({
},
],
},
{
enable: false,
key: 13,
name: '底部话题推荐弹窗',
activityIds: ['com.ss.android.article.news.activity.MainActivity'],
rules: [
{
name: '话题谈论',
matches:
'FlattenUIText[text="参与讨论"] + FlattenUIImage[clickable=true]',
snapshotUrls: ['https://i.gkd.li/import/12706699'],
},
],
},
],
});

0 comments on commit 434bb57

Please sign in to comment.