From d5e136593e75fb3d99d24fd2e7106193839d56e1 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Tue, 12 Nov 2024 09:53:10 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E4=B8=8A=E6=B1=BD=E5=A4=A7=E4=BC=97):=20?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E5=B9=BF=E5=91=8A=20(#495)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.svw.sc.mos.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/com.svw.sc.mos.ts b/src/apps/com.svw.sc.mos.ts index 5a4612fb..6677e6cc 100644 --- a/src/apps/com.svw.sc.mos.ts +++ b/src/apps/com.svw.sc.mos.ts @@ -38,5 +38,19 @@ export default defineGkdApp({ }, ], }, + { + key: 3, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + fastQuery: true, + activityIds: '.main.ui.MainActivity', + matches: '[vid="close_contain"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/2d9042c4-0dac-47d5-9fc4-92a91da393b5', + snapshotUrls: 'https://i.gkd.li/i/17709772', + }, + ], + }, ], });