From 9f60894d2a89ad64beee58faac060bd7a688184f Mon Sep 17 00:00:00 2001 From: Kun Jinkao <45487685+Snoopy1866@users.noreply.github.com> Date: Wed, 14 Feb 2024 07:09:22 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=A0=86=E7=B3=96)=20=E9=80=9A=E7=9F=A5?= =?UTF-8?q?=E6=8F=90=E7=A4=BA-=E8=AF=B7=E6=B1=82=E5=BC=80=E5=90=AF?= =?UTF-8?q?=E9=80=9A=E7=9F=A5=E5=BC=B9=E7=AA=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/apps/com.duitang.main.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/apps/com.duitang.main.ts b/src/apps/com.duitang.main.ts index 3f9ce77e..fb87d640 100644 --- a/src/apps/com.duitang.main.ts +++ b/src/apps/com.duitang.main.ts @@ -77,5 +77,15 @@ export default defineAppConfig({ }, ], }, + { + key: 5, + name: '通知提示-请求开启通知弹窗', + desc: '点击[x]', + actionMaximum: 1, + resetMatch: 'app', + quickFind: true, + rules: '@[vid="dialogNegative"] +2 [text="打开通知"]', + snapshotUrls: 'https://i.gkd.li/import/14273121', + }, ], });