From 522e23a6fd40f4d7ad844b6f9aadcce6bf0d2cca Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 10 Dec 2024 13:26:21 +0800 Subject: [PATCH] =?UTF-8?q?feat(Eyeplus):=20=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A-=E5=BC=B9=E7=AA=97=E5=B9=BF=E5=91=8A=E3=80=81?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#578)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.closeli.ipc.ts | 40 +++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/apps/com.closeli.ipc.ts diff --git a/src/apps/com.closeli.ipc.ts b/src/apps/com.closeli.ipc.ts new file mode 100644 index 00000000..6c3f8163 --- /dev/null +++ b/src/apps/com.closeli.ipc.ts @@ -0,0 +1,40 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.closeli.ipc', + name: 'Eyeplus', + groups: [ + { + key: 1, + name: '全屏广告-弹窗广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: 'com.arcsoft.closeli.dhmain2.main.NewMainActivity', + matches: '@[vid="iv_close"] - [vid="iv_ads"]', + exampleUrls: 'https://e.gkd.li/2f4b9b69-06bb-4d7e-9607-4e1ebb57322b', + snapshotUrls: 'https://i.gkd.li/i/18070447', + }, + ], + }, + { + key: 2, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'com.arcsoft.closeli.dhmain2.main.NewMainActivity', + matches: + 'FrameLayout[childCount=2] > FrameLayout[childCount=3] > FrameLayout[index=2][childCount=1] > @ImageView[childCount=0][visibleToUser=true] <