mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
feat(PU口袋校园): 开屏广告规则优化,首页-浮窗广告 (#815)
* feat(PU口袋校园): 开屏广告规则优化、首页-浮窗广告(gkd-kit#814) * feat(PU口袋校园): 首页-浮窗广告-规则优化 --------- Co-authored-by: 二刺螈 <i@songe.li>
This commit is contained in:
@@ -8,8 +8,11 @@ export default defineAppConfig({
|
||||
key: 0,
|
||||
name: '开屏广告',
|
||||
activityIds: 'com.xyhui.start.LoadingActivity',
|
||||
rules: 'ImageView -(4) LinearLayout > [text^="跳过"]',
|
||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12642486',
|
||||
rules: 'LinearLayout > [text^="跳过"]',
|
||||
snapshotUrls: [
|
||||
'https://gkd-kit.gitee.io/import/12642486',
|
||||
'https://gkd-kit.songe.li/import/12846496',
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 1,
|
||||
@@ -45,5 +48,12 @@ export default defineAppConfig({
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
key: 2,
|
||||
name: '首页-浮窗广告',
|
||||
activityIds: 'com.xyhui.start.PUMainActivity',
|
||||
rules: 'ImageView[id="com.xyhui:id/deleteIv"]',
|
||||
snapshotUrls: 'https://gkd-kit.songe.li/import/12846543',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user