mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-19 08:15:11 +08:00
feat(全民泡泡超人): 开屏广告 (#1922)
* Create com.tencent.tmgp.kgame.ppcr.ts * Update com.tencent.tmgp.kgame.ppcr.ts close #1920
This commit is contained in:
22
src/apps/com.tencent.tmgp.kgame.ppcr.ts
Normal file
22
src/apps/com.tencent.tmgp.kgame.ppcr.ts
Normal file
@@ -0,0 +1,22 @@
|
||||
import { defineAppConfig } from '../types';
|
||||
|
||||
export default defineAppConfig({
|
||||
id: 'com.tencent.tmgp.kgame.ppcr',
|
||||
name: '全民泡泡超人',
|
||||
groups: [
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
quickFind: true,
|
||||
matchTime: 15000,
|
||||
actionMaximum: 1,
|
||||
resetMatch: 'app',
|
||||
rules: [
|
||||
{
|
||||
matches: '[id="com.tencent.ysdkcore:id/com_tencent_ysdk_icon_h5_xx"]',
|
||||
snapshotUrls: ['https://gkd-kit.gitee.io/import/13276317'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user