From 44089ad1d82a16e7591576e70a6b3e15c3d4b515 Mon Sep 17 00:00:00 2001 From: jiuqianyuan <39406781+jiuqianyuan@users.noreply.github.com> Date: Sat, 18 Nov 2023 14:44:35 +0800 Subject: [PATCH 1/2] =?UTF-8?q?feat(=E4=BB=8A=E6=97=A5=E5=A4=B4=E6=9D=A1):?= =?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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.article.news.ts | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index cb5f86f5e..56547f937 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -167,5 +167,18 @@ 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'], + }, + ], + }, ], }); From cce2cb6f2d2e2d4ef1d284cf06d9026f1c882f07 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 18 Nov 2023 06:45:10 +0000 Subject: [PATCH 2/2] chore(actions): check_format_lint --- src/apps/com.ss.android.article.news.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/apps/com.ss.android.article.news.ts b/src/apps/com.ss.android.article.news.ts index 56547f937..34ed39b78 100644 --- a/src/apps/com.ss.android.article.news.ts +++ b/src/apps/com.ss.android.article.news.ts @@ -175,7 +175,8 @@ export default defineAppConfig({ rules: [ { name: '话题谈论', - matches: 'FlattenUIText[text="参与讨论"] + FlattenUIImage[clickable=true]', + matches: + 'FlattenUIText[text="参与讨论"] + FlattenUIImage[clickable=true]', snapshotUrls: ['https://i.gkd.li/import/12706699'], }, ],