mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 14:22:20 +08:00
feat(qq邮箱): 开启通知提醒
This commit is contained in:
parent
285c9146c1
commit
0cd22f0dee
|
@ -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'],
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue
Block a user