Files
AIsouler-GKD_subscription/src/apps/com.excean.gspace.ts
walklty c924e5d8a3 feat(ourplay): 开屏, 弹窗 (#1966)
Co-authored-by: 二刺螈 <i@songe.li>

close #1963
2023-11-10 00:32:21 +08:00

31 lines
758 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: '[id="com.excean.gspace:id/tv_jump"]',
snapshotUrls: 'https://i.gkd.li/import/13296144',
},
{
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',
},
],
},
],
});