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', + }, + ], + }, ], });