mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(网易邮箱大师) 开屏广告-规则优化 (#1159)
* feat(网易邮箱大师) * feat 【开屏广告】 * feat 开屏广告(完善规则) * feat 开屏广告(补充 activityId)
This commit is contained in:
@@ -9,7 +9,10 @@ export default defineAppConfig({
|
||||
name: '开屏广告',
|
||||
matchLauncher: true,
|
||||
quickFind: true,
|
||||
activityIds: 'com.netease.mail.biz.main.MainITabActivity',
|
||||
activityIds: [
|
||||
'com.netease.mail.biz.main.MainITabActivity',
|
||||
'com.netease.mail.biz.main.SplashActivity',
|
||||
],
|
||||
rules: [
|
||||
{
|
||||
key: 0,
|
||||
@@ -20,7 +23,10 @@ export default defineAppConfig({
|
||||
key: 1,
|
||||
matches:
|
||||
'[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