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', + }, + ], + }, + ], +});