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

24 lines
592 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.craftvpn.craft',
name: '小牛加速器',
groups: [
{
key: 1,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches:
'@View < View[childCount=2] < View[childCount=1] < View[childCount=1] < FrameLayout[childCount=1] < FrameLayout[childCount=1] < [id="android:id/content"]',
snapshotUrls: 'https://i.gkd.li/i/13914788',
},
],
},
],
});