fix(万能小组件 Top Widgets): 全屏广告误触

This commit is contained in:
AIsouler
2024-04-14 16:05:13 +08:00
parent 157ac1c94c
commit 3f836d438a

View File

@@ -38,8 +38,11 @@ export default defineAppConfig({
{ {
key: 1, key: 1,
matches: matches:
'[id="android:id/content"] >(3,4) FrameLayout[childCount>1] > FrameLayout[childCount=1] > ImageView', '[id="android:id/content"] >3 FrameLayout[childCount=2] > FrameLayout[childCount=1] > ImageView',
snapshotUrls: 'https://i.gkd.li/i/14964868', snapshotUrls: [
'https://i.gkd.li/i/14964868',
'https://i.gkd.li/i/14969910', // 避免误触
],
}, },
], ],
}, },