From 89b726b1073eb37c9ab5296d0b548efc69d6091d Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Sat, 18 Nov 2023 23:10:56 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=8A=96=E9=9F=B3):=20=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E4=B8=AD=E9=80=94=E6=8F=92=E5=85=A5=E7=9A=84?= =?UTF-8?q?=E6=89=93=E6=8B=9B=E5=91=BC=E7=95=8C=E9=9D=A2=20(#2175)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ss.android.ugc.aweme.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.ss.android.ugc.aweme.ts b/src/apps/com.ss.android.ugc.aweme.ts index 82b71c41..ac442952 100644 --- a/src/apps/com.ss.android.ugc.aweme.ts +++ b/src/apps/com.ss.android.ugc.aweme.ts @@ -185,5 +185,12 @@ export default defineAppConfig({ }, ], }, + { + key: 14, + name: '视频播放中途插入的打招呼界面', + activityIds: 'com.ss.android.ugc.aweme.main.MainActivity', + rules: 'FrameLayout > @[desc="关闭"] + ViewGroup > [text$="打个招呼"]', + snapshotUrls: 'https://i.gkd.li/import/13379307', + }, ], });