From 434bb57ce1ec32c88ec8dd5aed8a85969e83bf92 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:53:38 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E5=A4=B4=E6=9D=A1):=20?= =?UTF-8?q?=E5=BA=95=E9=83=A8=E8=AF=9D=E9=A2=98=E6=8E=A8=E8=8D=90=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=20(#2227)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * feat(今日头条):底部话题推荐弹窗 * chore(actions): check_format_lint --------- Co-authored-by: github-actions[bot] close #2214 --- src/apps/com.ss.android.article.news.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) 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'], + }, + ], + }, ], });