fix(奇妙应用): 卡片式广告(修复误触) (#3398)

This commit is contained in:
Kun Jinkao
2023-12-24 21:06:20 +08:00
committed by GitHub
parent 0a76ff9dd6
commit a068155f7e

View File

@@ -35,13 +35,14 @@ export default defineAppConfig({
],
matches: [
'[id^="com.magicalstory.AppStore:id/banner"]',
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView',
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView[visibleToUser=true]',
],
snapshotUrls: [
'https://i.gkd.li/import/13185746',
'https://i.gkd.li/import/13413482',
'https://i.gkd.li/import/13416979',
'https://i.gkd.li/import/13527698',
'https://i.gkd.li/import/13759492', // 限定 visibleToUser, 防止误触
],
},
{