Files
AIsouler-GKD_subscription/src/apps/com.excean.gspace.ts
2023-11-18 23:15:27 +08:00

34 lines
827 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.excean.gspace',
name: 'OurPlay',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[text^="跳过"][text.length<10]',
snapshotUrls: [
'https://i.gkd.li/import/13296144',
'https://i.gkd.li/import/13385318', // 无id
],
},
{
key: 1,
name: '弹窗广告',
activityIds: 'com.excelliance.kxqp.splash.SplashActivity',
rules: [
{
matches:
'FrameLayout[childCount=2] > LinearLayout[childCount=2] + FrameLayout[childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/import/13302890',
},
],
},
],
});