feat(金山文档) 通知提示-请求开启推送通知弹窗

This commit is contained in:
Kun Jinkao
2024-02-19 23:20:54 +08:00
parent 4266cdd5ac
commit d1757e60e5

View File

@@ -29,5 +29,14 @@ export default defineAppConfig({
rules: '[text="发现新版本"] +3 [text="取消"]', rules: '[text="发现新版本"] +3 [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/14333103', snapshotUrls: 'https://i.gkd.li/import/14333103',
}, },
{
key: 3,
name: '通知提示-请求开启推送通知弹窗',
actionMaximum: 1,
resetMatch: 'app',
quickFind: true,
rules: '[text="开启推送通知"] +2 * > [text="取消"]',
snapshotUrls: 'https://i.gkd.li/import/14333362',
},
], ],
}); });