mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 02:05:06 +08:00
58 lines
1.7 KiB
TypeScript
58 lines
1.7 KiB
TypeScript
import { defineGkdApp } from '@gkd-kit/define';
|
|
|
|
export default defineGkdApp({
|
|
id: 'tool.seagull.v',
|
|
name: '海鸥加速器',
|
|
groups: [
|
|
{
|
|
key: 1,
|
|
name: '局部广告-卡片广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '卡片广告-1',
|
|
activityIds: 'io.github.trojan_gfw.igniter.MainActivity',
|
|
matches:
|
|
'View[childCount=2] > @Button[clickable=true] - View > View > View > Image',
|
|
snapshotUrls: 'https://i.gkd.li/i/13413556',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告-谷歌广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '谷歌广告-1',
|
|
activityIds: [
|
|
'io.github.trojan_gfw.igniter.MainActivity',
|
|
'com.google.android.gms.ads.AdActivity',
|
|
],
|
|
matches:
|
|
'[desc="OPEN" || desc="開啟"] - @View[clickable=true][visibleToUser=true] > [text="关闭"]',
|
|
snapshotUrls: [
|
|
'https://i.gkd.li/i/13426255',
|
|
'https://i.gkd.li/i/13459399',
|
|
],
|
|
},
|
|
{
|
|
key: 1,
|
|
name: '谷歌广告-2',
|
|
activityIds: 'com.google.android.gms.ads.AdActivity',
|
|
matches:
|
|
'@Button[clickable=true][childCount=0] < View[childCount=1] <2 View[childCount=2] - View >3 [desc="開啟"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13476799',
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '谷歌广告-3',
|
|
activityIds: 'com.google.android.gms.ads.AdActivity',
|
|
matches: '[desc="Interstitial close button"]',
|
|
snapshotUrls: 'https://i.gkd.li/i/13476579',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|