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