feat(海鸥加速器): 卡片式广告 (#2312)

This commit is contained in:
Kun Jinkao
2023-11-20 21:35:09 +08:00
committed by GitHub
parent 49fac4fe46
commit 9cae16d370

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