From 063d80a3d5631682da684c7acf098ca55d1fd877 Mon Sep 17 00:00:00 2001 From: zhendery Date: Sat, 30 Nov 2024 13:18:25 +0800 Subject: [PATCH] =?UTF-8?q?feat(Jump):=20=E5=8D=A1=E7=89=87=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#548)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: AIsouler --- src/apps/com.vgjump.jump.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/apps/com.vgjump.jump.ts b/src/apps/com.vgjump.jump.ts index 8048772f..5179b372 100644 --- a/src/apps/com.vgjump.jump.ts +++ b/src/apps/com.vgjump.jump.ts @@ -56,5 +56,25 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: [ + '.ui.game.detail.GameDetailActivity', + '.ui.content.detail.ContentDetailActivity', + ], + matches: '[vid="ivSDKClose"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/d68c487b-ce63-4d9f-afc3-cc94b3490a33', + snapshotUrls: [ + 'https://i.gkd.li/i/17949888', + 'https://i.gkd.li/i/17949885', + ], + }, + ], + }, ], });