mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-22 09:45:11 +08:00
fix(大众点评) 分段广告-推荐页卡片式广告(修复误触)
This commit is contained in:
@@ -55,8 +55,11 @@ export default defineAppConfig({
|
|||||||
key: 0,
|
key: 0,
|
||||||
activityIds: 'com.dianping.v1.NovaMainActivity',
|
activityIds: 'com.dianping.v1.NovaMainActivity',
|
||||||
matches:
|
matches:
|
||||||
'[desc="reculike_delete"][clickable=true][visibleToUser=true]',
|
'@[desc="reculike_delete"][clickable=true][visibleToUser=true] +3 [childCount=2]',
|
||||||
snapshotUrls: 'https://i.gkd.li/import/13759369',
|
snapshotUrls: [
|
||||||
|
'https://i.gkd.li/import/13759369',
|
||||||
|
'https://i.gkd.li/import/14332054', // 限定 +3 [childCount=2] 防止误触
|
||||||
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
preKeys: 0,
|
preKeys: 0,
|
||||||
|
|||||||
Reference in New Issue
Block a user