Squashed commit of the following:

commit 9fff9e4fc47104c1fb6c9c4c4ab2243e69643c3a
Author: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Date:   Sat Jan 20 05:57:23 2024 +0000

    chore(actions): check_format_lint

commit 836e94c96b3e70cf101fb28a28fd405e202f60f8
Author: aisouler <zy43220@gmail.com>
Date:   Sat Jan 20 13:56:47 2024 +0800

    feat(滴宠生活):左上角卡片弹窗
This commit is contained in:
aisouler
2024-02-01 18:37:18 +08:00
parent 7f94bee36e
commit 4e3f07eb54

View File

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