mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(网易邮箱大师): 开屏广告-规则优化 (#1018)
* feat(网易邮箱大师) * feat 【开屏广告】 * feat 开屏广告(完善规则)
This commit is contained in:
@@ -7,9 +7,22 @@ export default defineAppConfig({
|
||||
{
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
activityIds: 'com.netease.mail.biz.main.MainITabActivity',
|
||||
rules: '[id="com.netease.mail:id/ad_skip"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12818335',
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
matches: '[id="com.netease.mail:id/ad_skip"]',
|
||||
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,
|
||||
|
||||
Reference in New Issue
Block a user