mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(海鸥加速器): 卡片式广告 (#2312)
This commit is contained in:
22
src/apps/tool.seagull.v.ts
Normal file
22
src/apps/tool.seagull.v.ts
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user