mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(微博): 分段广告-信息流广告(误触)
This commit is contained in:
@@ -262,8 +262,11 @@ export default defineAppConfig({
|
|||||||
},
|
},
|
||||||
activityIds: 'com.sina.weibo.MainTabActivity',
|
activityIds: 'com.sina.weibo.MainTabActivity',
|
||||||
matches:
|
matches:
|
||||||
'LinearLayout[visibleToUser=true][childCount=6] > @ViewGroup > ViewGroup > FrameLayout > ImageView',
|
'LinearLayout + LinearLayout[visibleToUser=true][childCount=6] > @ViewGroup > ViewGroup > FrameLayout > ImageView',
|
||||||
snapshotUrls: 'https://i.gkd.li/i/14729705',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/i/14729705',
|
||||||
|
'https://i.gkd.li/i/14753916', // 避免在此页面误触
|
||||||
|
],
|
||||||
},
|
},
|
||||||
|
|
||||||
// 预留key
|
// 预留key
|
||||||
|
|||||||
Reference in New Issue
Block a user