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