mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +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:
@@ -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'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user