Files
AIsouler-GKD_subscription/src/apps/com.sjmly.sjmtask.xsh.ts
2023-12-24 21:11:41 +08:00

23 lines
543 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sjmly.sjmtask.xsh',
name: '小柿子',
groups: [
{
key: 1,
name: '弹窗广告',
rules: [
{
key: 0,
name: '腾讯广告',
activityIds: 'com.sjmly.sjmtask.xsh.MainActivity',
matches:
'ImageView - FrameLayout > FrameLayout[childCount=1][index=2] > ImageView[childCount=0]',
snapshotUrls: 'https://i.gkd.li/import/13761173',
},
],
},
],
});