From 35074eaea1df1e7493e5d82340e33f8ba3b629e6 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Sun, 8 Oct 2023 23:51:04 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=8D=8E=E4=B8=BA=E6=99=BA=E6=85=A7?= =?UTF-8?q?=E6=90=9C=E7=B4=A2):=20=E5=A2=9E=E5=8A=A0=E4=B8=80=E7=A7=8D?= =?UTF-8?q?=E6=A8=AA=E5=B9=85=E5=B9=BF=E5=91=8A=20(#774)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.search.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/apps/com.huawei.search.ts b/src/apps/com.huawei.search.ts index d1207580..2c0b9be1 100644 --- a/src/apps/com.huawei.search.ts +++ b/src/apps/com.huawei.search.ts @@ -7,13 +7,18 @@ export default defineAppConfig({ { key: 0, name: '下拉搜索横幅广告', - activityIds: ['com.huawei.search.HomeActivity'], + activityIds: [ + 'com.huawei.search.HomeActivity', + 'com.huawei.search.MainActivity', + ], rules: [ { - matches: '[id="com.huawei.search:id/iv_topic_close_in_image"]', + matches: + '[id="com.huawei.search:id/iv_topic_close_in_image"||id="com.huawei.search:id/iv_topic_left_close"]', snapshotUrls: [ 'https://gkd-kit.gitee.io/import/12667938', 'https://gkd-kit.gitee.io/import/12745008', + 'https://gkd-kit.gitee.io/import/12841076', ], }, {