From f22dfb40af4309f3e85760b107c37114dec9f61b Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 18 Nov 2025 15:16:36 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20HypeRate-=E5=85=A8=E5=B1=8F=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20#1456?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/io.hyperate.hyperateandroid.ts | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 src/apps/io.hyperate.hyperateandroid.ts diff --git a/src/apps/io.hyperate.hyperateandroid.ts b/src/apps/io.hyperate.hyperateandroid.ts new file mode 100644 index 00000000..0ced3143 --- /dev/null +++ b/src/apps/io.hyperate.hyperateandroid.ts @@ -0,0 +1,21 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'io.hyperate.hyperateandroid', + name: 'HypeRate', + groups: [ + { + key: 1, + name: '全屏广告', + rules: [ + { + activityIds: '.MainActivity', + matches: + '@Image[childCount=0][text.length>0] < View[childCount=1] - View[childCount=1] > [text="Customize Now"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/a9ee995f-1a7e-4663-86aa-b56a71e2ed5a', + snapshotUrls: 'https://i.gkd.li/i/23598900', + }, + ], + }, + ], +});