feat(qq邮箱): 开启通知提醒

This commit is contained in:
aoguai 2023-10-19 21:26:21 +08:00
parent 285c9146c1
commit 0cd22f0dee

View File

@ -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'],
},
],
},
],
});