feat(爱吾游戏盒子): 开屏广告 (#1968)

* Create com.aiwu.market.ts

* feat(爱吾游戏宝盒): 开屏广告

---------

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

close #1942
This commit is contained in:
walklty
2023-11-10 00:32:44 +08:00
committed by GitHub
parent c924e5d8a3
commit 6148f4afe9

View File

@@ -0,0 +1,22 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.aiwu.market',
name: '爱吾游戏宝盒',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: [
{
matches: '[id="com.aiwu.market:id/tv_red_skip"]',
snapshotUrls: 'https://i.gkd.li/import/13295919',
},
],
},
],
});