From 42a610a57d84f28a0743387e2e4bfcb62b1715e6 Mon Sep 17 00:00:00 2001 From: aisouler Date: Thu, 1 Feb 2024 18:35:34 +0800 Subject: [PATCH] Squashed commit of the following: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit commit 5e9840b4eb7d2307790d542ca8a46e7dce388e90 Merge: df70ca14 f83405e7 Author: aisouler Date: Wed Jan 17 13:47:21 2024 +0800 Merge branch 'com.hihonor.vmall' of https://github.com/AIsouler/subscription into com.hihonor.vmall commit df70ca1473b5cdf0af7753c4b1a2ba81bfca16d1 Author: aisouler Date: Wed Jan 17 13:46:58 2024 +0800 fix:增加唤醒字段 commit f83405e7e4a879f1580e7f0047cabe0e2c122163 Author: github-actions[bot] Date: Wed Jan 17 05:44:42 2024 +0000 chore(actions): check_format_lint commit 8ddbc894b5e20888de0fe760a8f7e628d4698121 Author: aisouler Date: Wed Jan 17 13:44:04 2024 +0800 feat(荣耀商城):关闭开启消息通知弹窗 --- src/apps/com.hihonor.vmall.ts | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/apps/com.hihonor.vmall.ts b/src/apps/com.hihonor.vmall.ts index eb8a8088..82fe0bf5 100644 --- a/src/apps/com.hihonor.vmall.ts +++ b/src/apps/com.hihonor.vmall.ts @@ -14,5 +14,21 @@ export default defineAppConfig({ rules: '[id="com.hihonor.vmall:id/gift_close_iv"]', snapshotUrls: 'https://i.gkd.li/import/13060881', }, + { + key: 2, + quickFind: true, + name: '通知提示-关闭开启消息通知弹窗', + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + activityIds: + 'com.vmall.client.messageCenter.fragment.MessageCenterActivity', + matches: + '[text="开启消息通知"] - [id="com.hihonor.vmall:id/iv_close"]', + snapshotUrls: 'https://i.gkd.li/import/13959029', + }, + ], + }, ], });