mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 17:25:11 +08:00
feat: Sankaku Black-全屏广告 #1477
This commit is contained in:
23
src/apps/com.sankakucomplex.channel.black.ts
Normal file
23
src/apps/com.sankakucomplex.channel.black.ts
Normal file
@@ -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',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
Reference in New Issue
Block a user