From ca94a33ad19b53c2ffe84a9135ed4368f5eeb7f2 Mon Sep 17 00:00:00 2001 From: AIsouler Date: Thu, 11 Apr 2024 20:51:43 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E8=8D=A3=E8=80=80=E4=BA=B2=E9=80=89):=20?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/cn.honor.qinxuan.ts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/apps/cn.honor.qinxuan.ts b/src/apps/cn.honor.qinxuan.ts index 42ec4e70..28e31591 100644 --- a/src/apps/cn.honor.qinxuan.ts +++ b/src/apps/cn.honor.qinxuan.ts @@ -17,5 +17,19 @@ export default defineAppConfig({ }, ], }, + { + key: 2, + name: '通知提示', + quickFind: true, + matchTime: 10000, + actionMaximum: 1, + resetMatch: 'app', + rules: [ + { + matches: '@[vid="iv_close"] < * > [text="开启消息通知"]', + snapshotUrls: 'https://i.gkd.li/i/14946137', + }, + ], + }, ], });