Files
AIsouler-GKD_subscription/src/apps/com.vphonegaga.titan.ts
Kun Jinkao f5d8f75bdb feat(光速虚拟机): 开屏广告 (#1949)
Co-authored-by: 二刺螈 <i@songe.li>
2023-11-10 00:01:25 +08:00

26 lines
646 B
TypeScript

import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.vphonegaga.titan',
name: '光速虚拟机',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13296354',
},
{
key: 1,
name: '广告弹窗',
quickFind: true,
activityIds: 'com.vphonegaga.titan.MyNativeActivity1',
rules: '@Image < View +2 [text="反馈"]',
snapshotUrls: 'https://i.gkd.li/import/13292911',
},
],
});