From 2641fb07f8af75a8bddf8a31c844974ee085b20a Mon Sep 17 00:00:00 2001 From: ezn24 Date: Sun, 26 Apr 2026 01:05:41 +1000 Subject: [PATCH] =?UTF-8?q?feat:=20EASI-=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20=E9=A6=96=E9=A1=B5=E5=92=8C=E7=BB=93=E7=AE=97?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=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/com.easi.customer.ts | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 src/apps/com.easi.customer.ts diff --git a/src/apps/com.easi.customer.ts b/src/apps/com.easi.customer.ts new file mode 100644 index 00000000..8e242f11 --- /dev/null +++ b/src/apps/com.easi.customer.ts @@ -0,0 +1,30 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.easi.customer', + name: 'EASI', + groups: [ + { + key: 1, + name: '全屏广告', + rules: [ + { + key: 0, + fastQuery: true, + activityIds: [ + 'com.haya.app.pandah4a.ui.sale.home.container.HomeContainerActivity', + 'com.haya.app.pandah4a.ui.pay.success.order.PaySuccessActivity', + ], + matches: [ + 'ViewGroup[childCount=2 || childCount=3] > [vid="iv_home_ad_close" || vid="iv_close"][clickable=true][visibleToUser=true]', + ], + snapshotUrls: [ + 'https://i.gkd.li/i/27085660', // iv_home_ad_close_首页 + 'https://i.gkd.li/i/27085659', // iv_close + 'https://i.gkd.li/i/27085658', // iv_home_ad_close_结算页 + ], + }, + ], + }, + ], +});