Skip to content

Commit 4570271

Browse files
committed
perf: 优化
1 parent 6a4c13a commit 4570271

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/apps/com.ss.android.ugc.aweme.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -423,8 +423,9 @@ export default defineGkdApp({
423423
rules: [
424424
{
425425
key: 0,
426+
fastQuery: true,
426427
matches:
427-
'@ImageView[width<100][height<100][visibleToUser=true] + ScrollView',
428+
'ScrollView - @ImageView[index=1][childCount=0][visibleToUser=true][width<100][height<100] <2 View < View < ViewGroup < ViewGroup < [id="android:id/content"]',
428429
exampleUrls: 'https://e.gkd.li/4c57ee77-2189-4b3b-be0b-430fac8853c2',
429430
snapshotUrls: [
430431
'https://i.gkd.li/i/18100285',

0 commit comments

Comments
 (0)