From fd3b49174855fa38e55572dd8540dd244cad9b1a Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 22 Nov 2025 14:20:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20Sankaku=20Black-=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20#1477?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.sankakucomplex.channel.black.ts | 23 ++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 src/apps/com.sankakucomplex.channel.black.ts diff --git a/src/apps/com.sankakucomplex.channel.black.ts b/src/apps/com.sankakucomplex.channel.black.ts new file mode 100644 index 00000000..2ae7bbf6 --- /dev/null +++ b/src/apps/com.sankakucomplex.channel.black.ts @@ -0,0 +1,23 @@ +import { defineGkdApp } from '@gkd-kit/define'; + +export default defineGkdApp({ + id: 'com.sankakucomplex.channel.black', + name: 'Sankaku Black', + groups: [ + { + key: 1, + name: '全屏广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: 'com.sc.channel.MainActivity', + matches: + 'ImageView[childCount=0] < ViewGroup[childCount=1] < @ViewGroup[clickable=true] +4 ViewGroup > [text*="UPGRADE NOW"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/5ff482ad-639e-42a0-86db-19df81689e2e', + snapshotUrls: 'https://i.gkd.li/i/23687159', + }, + ], + }, + ], +});