mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 01:35:32 +08:00
feat(百分网游戏盒子): 开屏广告 (#1970)
* Create com.byfen.market.ts * feat(百分网游戏盒子): 开屏广告 --------- Co-authored-by: lisonge <i@songe.li> close #1959
This commit is contained in:
21
src/apps/com.byfen.market.ts
Normal file
21
src/apps/com.byfen.market.ts
Normal 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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user