From 38a5dd7307954d6a98e616db0ab1124fe8a871f2 Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Thu, 26 Oct 2023 23:04:14 +0800 Subject: [PATCH] =?UTF-8?q?feat(IT=E4=B9=8B=E5=AE=B6):=20=E8=B5=84?= =?UTF-8?q?=E8=AE=AF=E9=A1=B5-=E4=BF=A1=E6=81=AF=E6=B5=81=E5=B9=BF?= =?UTF-8?q?=E5=91=8A=20(#1420)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.ruanmei.ithome.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/apps/com.ruanmei.ithome.ts b/src/apps/com.ruanmei.ithome.ts index 3bb20f37..352a1659 100644 --- a/src/apps/com.ruanmei.ithome.ts +++ b/src/apps/com.ruanmei.ithome.ts @@ -11,5 +11,12 @@ export default defineAppConfig({ rules: '[id="com.ruanmei.ithome:id/fl_skip"]', snapshotUrls: 'https://gkd-kit.gitee.io/import/12720744', }, + { + key: 1, + name: '资讯页-信息流广告', + activityIds: 'com.ruanmei.ithome.ui.MainActivity', + rules: '[id="hongbaotips"] +n @View > [text="关闭"]', + snapshotUrls: 'https://gkd-kit.gitee.io/import/13167193', + }, ], });