Skip to content

Commit

Permalink
feat(icash Pay): 全屏广告-弹窗广告
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlctate committed Nov 11, 2024
1 parent 2205c37 commit 73c51c0
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions src/apps/tw.com.icash.a.icashpay.ts
Original file line number Diff line number Diff line change
@@ -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',
},
],
},
],
});

0 comments on commit 73c51c0

Please sign in to comment.