We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a63cbe7 commit 4c81bcaCopy full SHA for 4c81bca
src/apps/com.skyworthdigital.picamera.ts
@@ -16,7 +16,7 @@ export default defineGkdApp({
16
{
17
key: 0,
18
fastQuery: true,
19
- matches: '[text*="跳过"][text.length<=10]',
+ matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
20
exampleUrls:
21
'https://m.gkd.li/57941037/07c9f980-aa0f-4044-a58d-299a2a358857',
22
snapshotUrls: 'https://i.gkd.li/i/13497656',
@@ -31,6 +31,13 @@ export default defineGkdApp({
31
'https://m.gkd.li/57941037/3b5cba55-7024-4d3e-a21c-7b1d540515bc',
32
snapshotUrls: 'https://i.gkd.li/i/14511463',
33
},
34
+ {
35
+ key: 2,
36
+ fastQuery: true,
37
+ matches: '[vid="ms_skipView"][visibleToUser=true]',
38
+ exampleUrls: 'https://e.gkd.li/376e2139-881a-497b-a2af-625802c7c049',
39
+ snapshotUrls: 'https://i.gkd.li/i/19442209',
40
+ },
41
],
42
43
0 commit comments