diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index cb5f86f5..34ed39b7 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -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'], + }, + ], + }, ], });