Files
AIsouler-GKD_subscription/src/apps/com.gvsoft.gofun.ts
2023-12-15 20:27:59 +08:00

39 lines
950 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.gvsoft.gofun',
name: 'GoFun出行',
groups: [
{
key: 0,
name: '开屏广告',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '@LinearLayout > [text*="跳过"][text.length<=10]',
snapshotUrls: [
'https://i.gkd.li/import/13497753',
'https://i.gkd.li/import/13668997',
],
},
{
key: 5,
name: '广告弹窗',
quickFind: true,
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
activityIds: 'com.gvsoft.gofun.module.home.activity.HomeActivity',
rules: [
{
action: 'clickCenter',
matches:
'[id="com.gvsoft.gofun:id/cardView"] + [id="com.gvsoft.gofun:id/iv_close"]',
},
],
snapshotUrls: 'https://i.gkd.li/import/13497777',
},
],
});