Files
AIsouler-GKD_subscription/src/apps/com.svm.hbyy.ts
2024-01-03 01:06:35 +08:00

23 lines
529 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.svm.hbyy',
name: '比翼多开',
groups: [
{
key: 1,
name: '弹窗广告',
activityIds: 'com.svm.core.pro.view.activity.MainActivityEx',
rules: [
{
matches: [
'[text="打开或下载第三方应用"]',
'FrameLayout[childCount=3] + FrameLayout > ImageView',
],
snapshotUrls: 'https://i.gkd.li/import/13185377',
},
],
},
],
});