From 4e3f07eb54453f7efd29328a51fa73169639519e Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:37:18 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 9fff9e4fc47104c1fb6c9c4c4ab2243e69643c3a Author: github-actions[bot] Date: Sat Jan 20 05:57:23 2024 +0000 chore(actions): check_format_lint commit 836e94c96b3e70cf101fb28a28fd405e202f60f8 Author: aisouler Date: Sat Jan 20 13:56:47 2024 +0800 feat(滴宠生活):左上角卡片弹窗 --- src/apps/com.mxchip.petmarvel.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/com.mxchip.petmarvel.ts diff --git a/src/apps/com.mxchip.petmarvel.ts b/src/apps/com.mxchip.petmarvel.ts new file mode 100644 index 00000000..1a5305f4 --- /dev/null +++ b/src/apps/com.mxchip.petmarvel.ts @@ -0,0 +1,21 @@ +import { defineAppConfig } from '../types'; + +export default defineAppConfig({ + id: 'com.mxchip.petmarvel', + name: '滴宠生活', + groups: [ + { + key: 1, + name: '局部广告-左上角卡片弹窗', + desc: '点击X', + rules: [ + { + activityIds: 'com.mxchip.petmarvel.device.panel.DevicePanelActivity', + matches: + 'View[childCount=19] > View[index=1] > Image[clickable=true]', + snapshotUrls: 'https://i.gkd.li/import/13989316', + }, + ], + }, + ], +});