From d1a8e24d29129c3e9bc9b2e7824228f2a977bd86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A4=A9=E6=96=B9=E5=A4=9C=E8=B0=AD?= <152615144+tianfangyetan1@users.noreply.github.com> Date: Thu, 30 Oct 2025 19:45:07 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=B8=8C=E6=9C=9B=E8=B0=B7-=E5=85=A8?= =?UTF-8?q?=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#1348)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/com.xwg.cc.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/com.xwg.cc.ts diff --git a/src/apps/com.xwg.cc.ts b/src/apps/com.xwg.cc.ts new file mode 100644 index 00000000..b565d810 --- /dev/null +++ b/src/apps/com.xwg.cc.ts @@ -0,0 +1,22 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.xwg.cc', + name: '希望谷', + groups: [ + { + key: 1, + name: '全屏广告', + rules: [ + { + fastQuery: true, + activityIds: '.ui.other.YLHAdvertActivity', + matches: + '@ImageView[childCount=0][text=null][visibleToUser=true] < FrameLayout[childCount=1] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] <2 FrameLayout[childCount=2] - FrameLayout > [text^="扭动或点击"]', + exampleUrls: 'https://e.gkd.li/ed6e343a-7a53-4d22-84b8-a2da1da5b241', + snapshotUrls: 'https://i.gkd.li/i/23228410', + }, + ], + }, + ], +});