feat(qq邮箱): 关闭开启通知提醒 (#1243)

This commit is contained in:
aoguai
2023-10-20 00:40:03 +08:00
committed by GitHub
parent a89ff773be
commit ee0a2ebc93

View File

@@ -14,6 +14,7 @@ export default defineAppConfig({
{ {
key: 0, key: 0,
name: '广告邮件-列表卡片广告', name: '广告邮件-列表卡片广告',
quickFind: true,
activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity', activityIds: 'com.tencent.qqmail.fragment.base.MailFragmentActivity',
rules: [ 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'],
},
],
},
], ],
}); });