From 0f8c10f4a3f881edf2094d7cf5f49f62ed5b95aa Mon Sep 17 00:00:00 2001 From: AIsouler Date: Wed, 28 Aug 2024 12:47:02 +0800 Subject: [PATCH] =?UTF-8?q?perf(=E8=8D=A3=E8=80=80=E5=95=86=E5=9F=8E):=20?= =?UTF-8?q?=E6=9D=83=E9=99=90=E6=8F=90=E7=A4=BA-=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.hihonor.vmall.ts | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/src/apps/com.hihonor.vmall.ts b/src/apps/com.hihonor.vmall.ts index c43bc2a1..0f4bbd5b 100644 --- a/src/apps/com.hihonor.vmall.ts +++ b/src/apps/com.hihonor.vmall.ts @@ -16,16 +16,21 @@ export default defineGkdApp({ }, { key: 2, - fastQuery: true, name: '权限提示-通知权限', + fastQuery: true, matchTime: 10000, actionMaximum: 1, resetMatch: 'app', rules: [ { - matches: - '[text="开启消息通知"] - [id="com.hihonor.vmall:id/iv_close"]', - snapshotUrls: 'https://i.gkd.li/i/13959029', + matches: [ + '[text="开启消息通知"]', + '[vid="notification_close" || vid="iv_close"]', + ], + snapshotUrls: [ + 'https://i.gkd.li/i/13959029', + 'https://i.gkd.li/i/16776398', + ], }, ], },