Files
AIsouler-GKD_subscription/src/apps/com.svm.hbyy.ts
2023-11-10 10:16:32 +08:00

37 lines
853 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.svm.hbyy',
name: '比翼多开',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13185376',
},
],
},
{
key: 1,
name: '弹窗广告',
activityIds: 'com.svm.core.pro.view.activity.MainActivityEx',
rules: [
{
matches: [
'[text="打开或下载第三方应用"]',
'FrameLayout[childCount=3] + FrameLayout > ImageView',
],
snapshotUrls: 'https://i.gkd.li/import/13185377',
},
],
},
],
});