feat(堆糖) 通知提示-请求开启通知弹窗

This commit is contained in:
Kun Jinkao
2024-02-14 07:09:22 +08:00
parent be36f58dfb
commit 9f60894d2a

View File

@@ -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',
},
], ],
}); });