gkd有时执行点击操作,有时不点击是什么情况,不知道是我写的规则出了问题,还是软件出了问题 #1033
Answered
by
1414230610
1414230610
asked this question in
Q&A
-
现在我有两个不同写法的同样规则,有时点击,有时不点击,大佬能帮忙看一下嘛,是软件问题,还是规则问题 {
key: 0,
name: 'OK✅🚫',
rules: [
{
action: 'click',
matches: [
'[text="小窗打开"]'
],
activityIds: [
'com.android.launcher3.uioverrides.QuickstepLauncher'
]
}
]
} 第二个 {
key: 2,
name: '功能类',
rules: [
{
matches: [
'@[visibleToUser=true][text="小窗打开"] <<n [vid="expanded"]'
],
fastQuery: true,
snapshotUrls: [
'https://i.gkd.li/i/20638271'
],
exampleUrls: [
'https://e.gkd.li/516fae2b-3e06-4fed-b229-9e9ba438852c'
],
activityIds: [
'com.android.launcher3.uioverrides.QuickstepLauncher'
]
}
]
} |
Beta Was this translation helpful? Give feedback.
Answered by
1414230610
Jun 9, 2025
Replies: 1 comment 8 replies
-
可以试试这两个属性 |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
S50609-12261758.mp4
这是我录的一个屏,你可以看看