mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 11:52:21 +08:00
feat(光速虚拟机): 开屏广告、广告弹窗 (#1928)
* feat(光速虚拟机): 开屏广告、广告弹窗 * feat(光速虚拟机): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1924
This commit is contained in:
parent
49603507cf
commit
d63d57e995
25
src/apps/com.vphonegaga.titan.ts
Normal file
25
src/apps/com.vphonegaga.titan.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
});
|
Loading…
Reference in New Issue
Block a user