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