diff --git a/src/apps/com.tencent.androidqqmail.ts b/src/apps/com.tencent.androidqqmail.ts index f53a47d9..f882b5c4 100644 --- a/src/apps/com.tencent.androidqqmail.ts +++ b/src/apps/com.tencent.androidqqmail.ts @@ -14,6 +14,7 @@ export default defineAppConfig({ { key: 0, name: '广告邮件-列表卡片广告', + quickFind: true, activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity', rules: [ { @@ -42,5 +43,18 @@ export default defineAppConfig({ }, ], }, + { + key: 1, + name: '开启通知提醒', + enable: false, + quickFind: true, + activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity', + rules: [ + { + matches: '[text="立刻开启"] - [text="以后再说"]', + snapshotUrls: ['https://gkd-kit.songe.li/import/13043069'], + }, + ], + }, ], });