mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-23 10:15:31 +08:00
fix(京东): 局部广告-悬浮广告误触
This commit is contained in:
@@ -25,10 +25,11 @@ export default defineGkdApp({
|
|||||||
{
|
{
|
||||||
key: 0,
|
key: 0,
|
||||||
matches:
|
matches:
|
||||||
'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc!="返回"][visibleToUser=true]',
|
'FrameLayout + RelativeLayout > RelativeLayout > ImageView + ImageView[desc=null][visibleToUser=true]',
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/12642270',
|
'https://i.gkd.li/i/12642270',
|
||||||
'https://i.gkd.li/i/12774910', // 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮
|
'https://i.gkd.li/i/12774910', // 使用 [desc!="返回"] 进行限定,防止在进入商品详情页时点击返回按钮
|
||||||
|
'https://i.gkd.li/i/15110548', // 避免误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user