From ea8c38b45412f23e6ad4744c08fe2e0feb2cd686 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 22 Nov 2023 21:56:03 +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=85=A8=E5=B1=8F=E5=B9=BF=E5=91=8A=20(#2359)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/tool.seagull.v.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/tool.seagull.v.ts b/src/apps/tool.seagull.v.ts index 6de5ff86..c82a4bc2 100644 --- a/src/apps/tool.seagull.v.ts +++ b/src/apps/tool.seagull.v.ts @@ -18,5 +18,21 @@ export default defineAppConfig({ }, ], }, + { + 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', + }, + ], + }, ], });