mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-20 16:54:43 +08:00
fix(奇妙应用): 局部广告-卡片广告 (误触)
This commit is contained in:
@@ -19,12 +19,15 @@ export default defineGkdApp({
|
|||||||
],
|
],
|
||||||
matches: [
|
matches: [
|
||||||
'[vid="itemUser"][visibleToUser=true]',
|
'[vid="itemUser"][visibleToUser=true]',
|
||||||
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > @ImageView <<n [vid="bannerLayout"]',
|
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > @ImageView[childCount=0][visibleToUser=true] <<n [vid="bannerLayout"]',
|
||||||
],
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/i/14771070',
|
'https://i.gkd.li/i/14771070',
|
||||||
'https://i.gkd.li/i/14771175',
|
'https://i.gkd.li/i/14771175',
|
||||||
|
],
|
||||||
|
excludeSnapshotUrls: [
|
||||||
'https://i.gkd.li/i/14771110', // 限定 visibleToUser, 防止误触
|
'https://i.gkd.li/i/14771110', // 限定 visibleToUser, 防止误触
|
||||||
|
'https://i.gkd.li/i/17879219', // 限定 visibleToUser, 防止误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user