mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 09:15:11 +08:00
19
src/apps/com.microsoft.emmx.ts
Normal file
19
src/apps/com.microsoft.emmx.ts
Normal 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',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
});
|
||||||
Reference in New Issue
Block a user