From 9646780198b5e1f50d85fb46bb1df7af7866c18c Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Tue, 5 Dec 2023 20:42:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=AD=94=E9=9F=B3MORIN):=20=E5=BC=B9?= =?UTF-8?q?=E7=AA=97=E5=B9=BF=E5=91=8A=EF=BC=88=E8=A1=A5=E5=85=85=E8=A7=84?= =?UTF-8?q?=E5=88=99=20(#2835)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.feiyu.morin.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.feiyu.morin.ts b/src/apps/com.feiyu.morin.ts index bf355a2d..6e145c38 100644 --- a/src/apps/com.feiyu.morin.ts +++ b/src/apps/com.feiyu.morin.ts @@ -16,6 +16,16 @@ export default defineAppConfig({ 'ImageView - FrameLayout > FrameLayout[childCount=1] > ImageView[childCount=0]', snapshotUrls: 'https://i.gkd.li/import/13521556', }, + { + key: 1, + name: '快手广告', + activityIds: 'com.feiyu.morin.view.main.MainActivity', + matches: [ + 'ViewGroup[childCount=2] > ImageView + [text="广告"]', + '@ViewGroup > [text="跳过"]', + ], + snapshotUrls: 'https://i.gkd.li/import/13546184', + }, ], }, {