From 73c51c01c1544831842a842a0a57f87aaa8703da Mon Sep 17 00:00:00 2001 From: mrlctate <1757089@qq.com> Date: Mon, 11 Nov 2024 14:05:17 +0800 Subject: [PATCH] =?UTF-8?q?feat(icash=20Pay):=20=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tw.com.icash.a.icashpay.ts | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 src/apps/tw.com.icash.a.icashpay.ts 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', + }, + ], + }, + ], +});