Files
AIsouler-GKD_subscription/src/apps/com.motoband.ts
2024-03-11 15:13:27 +08:00

20 lines
473 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.motoband',
name: '摩托邦',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules:
'FrameLayout > FrameLayout[childCount>2] > @View[clickable=true] + TextView <<n [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/13849831',
},
],
});