mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
39 lines
963 B
TypeScript
39 lines
963 B
TypeScript
import { defineAppConfig } from '../types';
|
|
|
|
export default defineAppConfig({
|
|
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/import/13413556',
|
|
},
|
|
],
|
|
},
|
|
{
|
|
key: 2,
|
|
name: '全屏广告',
|
|
rules: [
|
|
{
|
|
key: 0,
|
|
name: '全屏广告-1',
|
|
activityIds: 'io.github.trojan_gfw.igniter.MainActivity',
|
|
matches: [
|
|
'[id="mys-wrapper"] + View >n Image',
|
|
'@View[clickable=true] > [text="关闭"]',
|
|
],
|
|
snapshotUrls: 'https://i.gkd.li/import/13426255',
|
|
},
|
|
],
|
|
},
|
|
],
|
|
});
|