mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
feat(icash Pay): 全屏广告-弹窗广告 (#469)
This commit is contained in:
26
src/apps/tw.com.icash.a.icashpay.ts
Normal file
26
src/apps/tw.com.icash.a.icashpay.ts
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
import { defineGkdApp } from '@gkd-kit/define';
|
||||||
|
|
||||||
|
export default defineGkdApp({
|
||||||
|
id: 'tw.com.icash.a.icashpay',
|
||||||
|
name: 'icash Pay',
|
||||||
|
groups: [
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
name: '全屏广告-弹窗广告',
|
||||||
|
desc: '点击关闭',
|
||||||
|
matchTime: 10000,
|
||||||
|
actionMaximum: 1,
|
||||||
|
resetMatch: 'app',
|
||||||
|
rules: [
|
||||||
|
{
|
||||||
|
fastQuery: true,
|
||||||
|
activityIds:
|
||||||
|
'tw.com.icash.icashpay.framework.home.HomeNavigationActivity',
|
||||||
|
matches: '[vid="img_activity_ad_close"]',
|
||||||
|
exampleUrls: 'https://e.gkd.li/8fefb936-558b-44d2-a6e0-457f7e59772d',
|
||||||
|
snapshotUrls: 'https://i.gkd.li/i/17640327',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user