mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
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:
21
src/apps/com.mxchip.petmarvel.ts
Normal file
21
src/apps/com.mxchip.petmarvel.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user