diff --git a/src/apps/tw.com.icash.a.icashpay.ts b/src/apps/tw.com.icash.a.icashpay.ts new file mode 100644 index 00000000..c6f0fe0b --- /dev/null +++ b/src/apps/tw.com.icash.a.icashpay.ts @@ -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', + }, + ], + }, + ], +});