mirror of
https://github.com/AIsouler/GKD_subscription.git
synced 2025-12-21 01:04:53 +08:00
fix(奇妙应用): 卡片式广告(修复误触) (#3398)
This commit is contained in:
@@ -35,13 +35,14 @@ export default defineAppConfig({
|
|||||||
],
|
],
|
||||||
matches: [
|
matches: [
|
||||||
'[id^="com.magicalstory.AppStore:id/banner"]',
|
'[id^="com.magicalstory.AppStore:id/banner"]',
|
||||||
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView',
|
'FrameLayout[childCount=5] > FrameLayout[childCount=1] > ImageView[visibleToUser=true]',
|
||||||
],
|
],
|
||||||
snapshotUrls: [
|
snapshotUrls: [
|
||||||
'https://i.gkd.li/import/13185746',
|
'https://i.gkd.li/import/13185746',
|
||||||
'https://i.gkd.li/import/13413482',
|
'https://i.gkd.li/import/13413482',
|
||||||
'https://i.gkd.li/import/13416979',
|
'https://i.gkd.li/import/13416979',
|
||||||
'https://i.gkd.li/import/13527698',
|
'https://i.gkd.li/import/13527698',
|
||||||
|
'https://i.gkd.li/import/13759492', // 限定 visibleToUser, 防止误触
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user