We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c6fea commit 63ad8dbCopy full SHA for 63ad8db
src/apps/com.xunmeng.pinduoduo.ts
@@ -104,6 +104,17 @@ export default defineGkdApp({
104
exampleUrls: 'https://e.gkd.li/e5428072-9ee3-47e9-87ad-d8b47e24f173',
105
snapshotUrls: 'https://i.gkd.li/i/17773799',
106
},
107
+ {
108
+ key: 9,
109
+ matchTime: 10000,
110
+ actionMaximum: 1,
111
+ resetMatch: 'app',
112
+ activityIds: '.ui.activity.HomeActivity',
113
+ matches:
114
+ 'FrameLayout[desc="拍照搜索"] > FrameLayout > FrameLayout > RelativeLayout[childCount=2] > @ImageView[clickable=true][visibleToUser=true] + ImageView',
115
+ exampleUrls: 'https://e.gkd.li/64f35ab7-37e1-4060-aa91-468116a42cae',
116
+ snapshotUrls: 'https://i.gkd.li/i/18375615',
117
+ },
118
],
119
120
{
0 commit comments