feat(全民泡泡超人): 开屏广告 (#1922)

* Create com.tencent.tmgp.kgame.ppcr.ts

* Update com.tencent.tmgp.kgame.ppcr.ts

close #1920
This commit is contained in:
walklty
2023-11-09 18:15:37 +08:00
committed by GitHub
parent 0c679420ee
commit ecf036e21c

View 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'],
},
],
},
],
});