From 9cae16d37041f89866e4baa6945a906fc1782fa6 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Mon, 20 Nov 2023 21:35:09 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=B5=B7=E9=B8=A5=E5=8A=A0=E9=80=9F?= =?UTF-8?q?=E5=99=A8):=20=E5=8D=A1=E7=89=87=E5=BC=8F=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#2312)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tool.seagull.v.ts | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 src/apps/tool.seagull.v.ts diff --git a/src/apps/tool.seagull.v.ts b/src/apps/tool.seagull.v.ts new file mode 100644 index 00000000..6de5ff86 --- /dev/null +++ b/src/apps/tool.seagull.v.ts @@ -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', + }, + ], + }, + ], +});