Files
AIsouler-GKD_subscription/src/apps/com.sjm.luobo.ts
2024-02-23 21:42:34 +08:00

24 lines
543 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.sjm.luobo',
name: '追剧达人',
groups: [
{
key: 6,
name: '全屏广告-广告弹窗',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
name: '字节广告SDK',
matches:
'FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView[width<90][height<90]',
snapshotUrls: 'https://i.gkd.li/i/13723963',
},
],
},
],
});