feat(百分网游戏盒子): 开屏广告 (#1970)

* Create com.byfen.market.ts

* feat(百分网游戏盒子): 开屏广告

---------

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

close #1959
This commit is contained in:
walklty
2023-11-10 00:40:10 +08:00
committed by GitHub
parent d91c4c3045
commit c8ca3758da

View File

@@ -0,0 +1,21 @@
import { defineAppConfig } from '../types';
export default defineAppConfig({
id: 'com.byfen.market',
name: '百分网游戏盒子',
groups: [
{
key: 0,
name: '开屏广告',
matchTime: 10000,
actionMaximum: 1,
resetMatch: 'app',
rules: [
{
matches: '[id="com.byted.pangle:id/tt_splash_skip_btn"]',
snapshotUrls: 'https://i.gkd.li/import/13298944',
},
],
},
],
});