mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 08:44:55 +08:00
feat(网易邮箱大师): 开屏广告-规则优化 (#1018)
* feat(网易邮箱大师) * feat 【开屏广告】 * feat 开屏广告(完善规则)
This commit is contained in:
@@ -7,10 +7,23 @@ export default defineAppConfig({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
name: '开屏广告',
|
name: '开屏广告',
|
||||||
|
matchLauncher: true,
|
||||||
|
quickFind: true,
|
||||||
activityIds: 'com.netease.mail.biz.main.MainITabActivity',
|
activityIds: 'com.netease.mail.biz.main.MainITabActivity',
|
||||||
rules: '[id="com.netease.mail:id/ad_skip"]',
|
rules: [
|
||||||
|
{
|
||||||
|
key: 0,
|
||||||
|
matches: '[id="com.netease.mail:id/ad_skip"]',
|
||||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12818335',
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12818335',
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 1,
|
||||||
|
matches:
|
||||||
|
'[id="com.netease.mail:id/ad_placeholder"] >n [text^="跳过"]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.songe.li/import/12893573',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
{
|
{
|
||||||
key: 1,
|
key: 1,
|
||||||
name: '更新弹窗',
|
name: '更新弹窗',
|
||||||
|
|||||||
Reference in New Issue
Block a user