mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(爱吾游戏盒子): 开屏广告 (#1968)
* Create com.aiwu.market.ts * feat(爱吾游戏宝盒): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1942
This commit is contained in:
22
src/apps/com.aiwu.market.ts
Normal file
22
src/apps/com.aiwu.market.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user