From 84631bf4154aba6e00f79de0f9d14f0fbd4740ce Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sat, 17 May 2025 13:30:10 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A5=87=E5=A6=99=E5=BA=94=E7=94=A8-?= =?UTF-8?q?=E5=B1=80=E9=83=A8=E5=B9=BF=E5=91=8A-=E9=A6=96=E9=A1=B5?= =?UTF-8?q?=E6=A8=AA=E5=B9=85=E5=B9=BF=E5=91=8A=20#911?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.magicalstory.AppStore.ts | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/apps/com.magicalstory.AppStore.ts b/src/apps/com.magicalstory.AppStore.ts index 2f125c96..b04458cf 100644 --- a/src/apps/com.magicalstory.AppStore.ts +++ b/src/apps/com.magicalstory.AppStore.ts @@ -96,5 +96,23 @@ export default defineGkdApp({ }, ], }, + { + key: 4, + name: '局部广告-首页横幅广告', + desc: '点击关闭', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + fastQuery: true, + activityIds: '.main.MainActivity', + matches: + '[vid="item_broadcast"] >2 [vid="button_close"][visibleToUser=true]', + exampleUrls: 'https://e.gkd.li/c885f80c-9fd5-4fcc-9117-e8fed04ee300', + snapshotUrls: 'https://i.gkd.li/i/20259691', + }, + ], + }, ], });