feat(Edge):消息通知 (#3139)

close #3119
This commit is contained in:
jiuqianyuan
2023-12-15 19:32:02 +08:00
committed by GitHub
parent 946676b7da
commit c17c565dc1

View File

@@ -0,0 +1,19 @@
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,
activityIds: 'org.chromium.chrome.browser.ChromeTabbedActivity',
rules: '[text="允许通知"] + [text="不,谢谢"]',
snapshotUrls: 'https://i.gkd.li/import/13646187',
},
],
});