mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(qq邮箱): 关闭开启通知提醒 (#1243)
This commit is contained in:
@@ -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'],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user