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