mirror of
https://gitea.redwind.top/Austin/subscription
synced 2024-11-16 16:42:20 +08:00
chore: 增加 quickFind 说明
This commit is contained in:
parent
a0bcb3d33c
commit
f644141fdf
|
@ -67,7 +67,7 @@ type CommonProps = {
|
|||
*
|
||||
* 它的底层原理是 跳过手动遍历所有节点 直接调用 [findAccessibilityNodeInfosByViewId](https://developer.android.google.cn/reference/android/view/accessibility/AccessibilityNodeInfo#findAccessibilityNodeInfosByViewId(java.lang.String)) / [findAccessibilityNodeInfosByText](https://developer.android.google.cn/reference/android/view/accessibility/AccessibilityNodeInfo#findAccessibilityNodeInfosByText(java.lang.String)) 得到可匹配节点
|
||||
*
|
||||
* 但是请注意在某些复杂结构下, 即使目标节点存在, 快速查询也无法查询到, 因此请实机测试后再使用
|
||||
* 大多数情况下都能查询到, 在少数某些复杂结构下, 即使目标节点存在, 快速查询也不一定查询到
|
||||
*
|
||||
* 比如 [Image < @View + View >2 [text*='广告']](https://github.com/gkd-kit/subscription/blob/1ae87452d287b558f58f9c4e4448a3190e212ca1/src/apps/com.zidongdianji.ts#L26) 虽然符合快速查询的条件但是使用 `findAccessibilityNodeInfosByText("广告")` 并不能查询到节点
|
||||
*
|
||||
|
|
Loading…
Reference in New Issue
Block a user