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

feat(今日头条):底部话题推荐弹窗 #2227

Merged
merged 2 commits into from
Nov 18, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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'],
},
],
},
],
});