Skip to content

Commit fb97dba

Browse files
committed
perf: 适配fastQuery
1 parent 118f873 commit fb97dba

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/apps/com.hihonor.baidu.browser.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,9 @@ export default defineGkdApp({
1212
actionMaximum: 1,
1313
resetMatch: 'app',
1414
priorityTime: 10000,
15-
activityIds: ['com.baidu.searchbox.MainActivity'],
1615
rules: [
1716
{
18-
matches: 'TextView[text~=\'跳过 \\\\d\']',
17+
matches: 'TextView[text^="跳过"][text.length<10][visibleToUser=true]',
1918
snapshotUrls: 'https://i.gkd.li/i/18279202',
2019
},
2120
],

0 commit comments

Comments
 (0)