Skip to content

Commit 4c81bca

Browse files
committed
feat: 创维智慧云-开屏广告
1 parent a63cbe7 commit 4c81bca

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/apps/com.skyworthdigital.picamera.ts

+8-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default defineGkdApp({
1616
{
1717
key: 0,
1818
fastQuery: true,
19-
matches: '[text*="跳过"][text.length<=10]',
19+
matches: '[text*="跳过"][text.length<10][visibleToUser=true]',
2020
exampleUrls:
2121
'https://m.gkd.li/57941037/07c9f980-aa0f-4044-a58d-299a2a358857',
2222
snapshotUrls: 'https://i.gkd.li/i/13497656',
@@ -31,6 +31,13 @@ export default defineGkdApp({
3131
'https://m.gkd.li/57941037/3b5cba55-7024-4d3e-a21c-7b1d540515bc',
3232
snapshotUrls: 'https://i.gkd.li/i/14511463',
3333
},
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+
},
3441
],
3542
},
3643
],

0 commit comments

Comments
 (0)