diff --git a/Selectors.md b/Selectors.md index 6df2e3e4..f4806a1f 100644 --- a/Selectors.md +++ b/Selectors.md @@ -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] ``` 示例: