From 093043ae3db88fce8d4fe585d0fa483adbda62c5 Mon Sep 17 00:00:00 2001 From: AIsouler <57941037+AIsouler@users.noreply.github.com> Date: Sun, 14 Jan 2024 22:47:29 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B1=BD=E8=BD=A6=E4=B9=8B=E5=AE=B6):?= =?UTF-8?q?=E5=8F=B3=E4=B8=8B=E8=A7=92=E9=A2=86=E7=A6=8F=E5=88=A9=E6=82=AC?= =?UTF-8?q?=E6=B5=AE=E7=AA=97=20(#3817)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close #3816 --- src/apps/com.cubic.autohome.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.cubic.autohome.ts b/src/apps/com.cubic.autohome.ts index 43f848a6..01f93795 100644 --- a/src/apps/com.cubic.autohome.ts +++ b/src/apps/com.cubic.autohome.ts @@ -12,5 +12,19 @@ export default defineAppConfig({ rules: '[id="com.cubic.autohome:id/operate_show_exit_layout"]', snapshotUrls: 'https://i.gkd.li/import/12836324', }, + { + key: 2, + quickFind: true, + name: '局部广告-右下角领福利悬浮窗', + desc: '点击X', + rules: [ + { + activityIds: 'com.cubic.autohome.MainActivity', + matches: + '@ImageView[visibleToUser=true] < * <2 * - [id="android:id/tabhost"]', + snapshotUrls: 'https://i.gkd.li/import/13885414', + }, + ], + }, ], });