import { defineAppConfig } from '../types'; export default defineAppConfig({ id: 'com.microsoft.emmx', name: 'Edge', groups: [ { key: 3, name: '通知提示-请求消息通知弹窗', matchTime: 10000, actionMaximum: 1, resetMatch: 'app', quickFind: true, rules: '[text="允许通知"] + [text="不,谢谢"]', snapshotUrls: 'https://i.gkd.li/import/13646187', }, ], });