From 057a6d656783f28e7bbb72de90303b509c1e7b68 Mon Sep 17 00:00:00 2001 From: CallMeBill Date: Thu, 28 Sep 2023 19:56:23 +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=E4=B8=8B=E6=8B=89=E5=B9=BF=E5=91=8A=20(?= =?UTF-8?q?#455)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.huawei.search.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/apps/com.huawei.search.ts b/src/apps/com.huawei.search.ts index f7016693..d1207580 100644 --- a/src/apps/com.huawei.search.ts +++ b/src/apps/com.huawei.search.ts @@ -11,7 +11,15 @@ export default defineAppConfig({ rules: [ { matches: '[id="com.huawei.search:id/iv_topic_close_in_image"]', - snapshotUrls: ['https://gkd-kit.gitee.io/import/12667938'], + snapshotUrls: [ + 'https://gkd-kit.gitee.io/import/12667938', + 'https://gkd-kit.gitee.io/import/12745008', + ], + }, + { + matches: + 'ViewGroup[id="com.huawei.search:id/unlike_flow_layout"] > TextView[text="直接关闭"]', + snapshotUrls: ['https://gkd-kit.gitee.io/import/12745001'], }, ], },