From 54d0776b97c546e5497cb933b37b9eac99df16a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BD=95=E9=B9=8F?= Date: Mon, 21 Aug 2023 18:20:13 +0800 Subject: [PATCH] feat: The archor component customizes the highlighted anchor point (#1561) --- docs/web/api/anchor.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/web/api/anchor.md b/docs/web/api/anchor.md index 3c93fc6067..b416b9e59b 100644 --- a/docs/web/api/anchor.md +++ b/docs/web/api/anchor.md @@ -5,18 +5,20 @@ isComponent: true usage: { title: '', description: '' } spline: navigation --- - ### 基础锚点 + 锚点间不存在层级关系。适用于锚点间为同级关系时,属于页面结构简单的场景。 {{ base }} ### 多级锚点 + 锚点内含有层级关系。适用锚点内含有父子级关系时,属于页面结构复杂的场景。 {{ multiple }} ### 自定义游标锚点 + 支持根据自己的需求,设置游标的样式 {{ cursor }} @@ -39,3 +41,7 @@ spline: navigation {{ small }} {{ large }} + +### 自定义锚点高亮 + +{{ customize-highlight }}