feat(光速虚拟机): 开屏广告、广告弹窗 (#1928)

* feat(光速虚拟机): 开屏广告、广告弹窗

* feat(光速虚拟机): 开屏广告

---------

Co-authored-by: lisonge <i@songe.li>

close #1924
This commit is contained in:
jiuqianyuan 2023-11-09 18:29:10 +08:00 committed by GitHub
parent 49603507cf
commit d63d57e995
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,25 @@
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/13292910',
},
{
key: 1,
name: '广告弹窗',
quickFind: true,
activityIds: 'com.vphonegaga.titan.MyNativeActivity1',
rules: '@Image < View +2 [text="反馈"]',
snapshotUrls: 'https://i.gkd.li/import/13292911',
},
],
});