From c5ca90e5cedff34edc1d6f39e9cb5a1f57f89709 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Fri, 24 May 2024 19:02:54 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E9=98=BF=E9=87=8C=E4=BA=91=E7=9B=98):=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?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.alicloud.databox.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.alicloud.databox.ts b/src/apps/com.alicloud.databox.ts index d854daf9..672d9f4b 100644 --- a/src/apps/com.alicloud.databox.ts +++ b/src/apps/com.alicloud.databox.ts @@ -110,5 +110,20 @@ export default defineGkdApp({ }, ], }, + { + key: 7, + name: '局部广告-卡片广告', + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + quickFind: true, + activityIds: 'com.alicloud.databox.transferpage.TransferListActivity', + matches: '[vid="close"]', + snapshotUrls: 'https://i.gkd.li/i/15433289', + }, + ], + }, ], });