mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 23:43:41 +08:00
feat(今日头条): 底部话题推荐弹窗 (#2227)
* feat(今日头条):底部话题推荐弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> close #2214
This commit is contained in:
parent
99f4597fbf
commit
434bb57ce1
|
@ -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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user