docs: up selectors

This commit is contained in:
AIsouler
2025-01-13 19:06:47 +08:00
parent e2493f391b
commit 7a9ab2f992

View File

@@ -245,7 +245,7 @@ matches: [
- 选择器-1 **(可快速查询!)**
```txt
@ImageView[childCount=0][visibleToUser=true] < FrameLayout[childCount=1] - LinearLayout[childCount=2] > [text="下载应用" || text="立即下载" || text="查看详情" || text="领取优惠" || text="进入小程序"]
@ImageView[childCount=0][visibleToUser=true] < FrameLayout[childCount=1] - LinearLayout[childCount=2] > [text="下载应用" || text="立即下载" || text="查看详情" || text="领取优惠" || text="进入小程序" || text="了解更多"][visibleToUser=true]
```
示例: