mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 00:35:17 +08:00
feat(懂车帝): 首页推荐卡片广告 (#140)
This commit is contained in:
@@ -15,10 +15,21 @@ export default defineAppConfig({
|
|||||||
key: 1,
|
key: 1,
|
||||||
name: '首页推荐卡片广告',
|
name: '首页推荐卡片广告',
|
||||||
activityIds: 'com.ss.android.auto.activity.SplashActivity',
|
activityIds: 'com.ss.android.auto.activity.SplashActivity',
|
||||||
rules:
|
rules: [
|
||||||
'[text="广告"] < LinearLayout + @FrameLayout[clickable=true][id!=null] > TextView[text.length=1][id=null][clickable=false]',
|
{
|
||||||
// 貌似快照存在延迟导致屏幕与节点不对应
|
key: 0,
|
||||||
snapshotUrls: 'https://gkd-kit.gitee.io/import/12660816',
|
matches:
|
||||||
|
'[text="广告"] < LinearLayout + @FrameLayout[clickable=true][id!=null] > TextView[text.length=1][id=null][clickable=false]',
|
||||||
|
// 貌似快照存在延迟导致屏幕与节点不对应
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12660816',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
preKeys: 1,
|
||||||
|
matches:
|
||||||
|
'[text$="精准屏蔽"] + [text="不感兴趣"][id!=null][clickable=true]',
|
||||||
|
snapshotUrls: 'https://gkd-kit.gitee.io/import/12711589',
|
||||||
|
},
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user