From 81ccdfb2f165be952d31152ff9df0197d13786e3 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Sun, 21 Apr 2024 21:14:53 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E6=89=BE=E9=9D=93=E6=9C=BA):=20=E5=B1=80?= =?UTF-8?q?=E9=83=A8=E5=B9=BF=E5=91=8A-=E5=8D=A1=E7=89=87=E5=B9=BF?= =?UTF-8?q?=E5=91=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huodao.hdphone.ts | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/apps/com.huodao.hdphone.ts b/src/apps/com.huodao.hdphone.ts index d3869e5d..b22a4cfe 100644 --- a/src/apps/com.huodao.hdphone.ts +++ b/src/apps/com.huodao.hdphone.ts @@ -17,5 +17,20 @@ export default defineGkdApp({ }, ], }, + { + key: 2, + name: '局部广告-卡片广告', + desc: '点击关闭', + rules: [ + { + quickFind: true, + activityIds: 'com.huodao.hdphone.mvp.view.main.NewMainActivity', + matches: '[vid="iv_recycle_close"]', + exampleUrls: + 'https://m.gkd.li/57941037/dc1534ca-9ab1-4d7b-8da4-6c7992882c94', + snapshotUrls: 'https://i.gkd.li/i/15052025', + }, + ], + }, ], });