diff --git a/site/site.config.mjs b/site/site.config.mjs index e3546ce52..665340efe 100644 --- a/site/site.config.mjs +++ b/site/site.config.mjs @@ -129,7 +129,7 @@ export default { component: () => import('@/navbar/README.md'), }, { - title: 'SideBar 侧边导航', + title: 'SideBar 侧边栏', name: 'sidebar', meta: { docType: 'navigation' }, path: '/miniprogram/components/side-bar', @@ -177,7 +177,7 @@ export default { component: () => import('@/cascader/README.md'), }, { - title: 'CheckBox 复选框', + title: 'CheckBox 多选框', name: 'checkbox', meta: { docType: 'form' }, path: '/miniprogram/components/checkbox', @@ -365,7 +365,7 @@ export default { component: () => import('@/skeleton/README.md'), }, { - title: 'Sticky 吸顶容器', + title: 'Sticky 吸顶', name: 'sticky', meta: { docType: 'navigation' }, path: '/miniprogram/components/sticky', @@ -399,7 +399,7 @@ export default { component: () => import('@/action-sheet/README.md'), }, { - title: 'Dialog 弹出框', + title: 'Dialog 对话框', name: 'dialog', meta: { docType: 'message' }, path: '/miniprogram/components/dialog', diff --git a/src/checkbox/README.md b/src/checkbox/README.md index b56f536d5..b046eec70 100644 --- a/src/checkbox/README.md +++ b/src/checkbox/README.md @@ -1,5 +1,5 @@ --- -title: Checkbox 复选框 +title: Checkbox 多选框 description: 用于预设的一组选项中执行多项选择,并呈现选择结果。 spline: form isComponent: true diff --git a/src/divider/README.md b/src/divider/README.md index dc83a7a29..a67dece1b 100644 --- a/src/divider/README.md +++ b/src/divider/README.md @@ -1,5 +1,5 @@ --- -title: Divider 分割符 +title: Divider 分割线 description: 用于分割、组织、细化有一定逻辑的组织元素内容和页面结构。 spline: message isComponent: true diff --git a/src/divider/_example/divider.wxml b/src/divider/_example/divider.wxml index 52b968b31..948b9cb66 100644 --- a/src/divider/_example/divider.wxml +++ b/src/divider/_example/divider.wxml @@ -1,5 +1,5 @@ - Divider 分割符 + Divider 分割线 用于分割、组织、细化有一定逻辑的组织元素内容和页面结构。 diff --git a/src/side-bar/README.md b/src/side-bar/README.md index 45ceba3a9..ef1068121 100644 --- a/src/side-bar/README.md +++ b/src/side-bar/README.md @@ -1,5 +1,5 @@ --- -title: SideBar 侧边导航 +title: SideBar 侧边栏 description: 用于内容分类后的展示切换。 spline: navigation isComponent: true diff --git a/src/sticky/README.md b/src/sticky/README.md index e6f700991..aff669555 100644 --- a/src/sticky/README.md +++ b/src/sticky/README.md @@ -1,5 +1,5 @@ --- -title: Sticky 吸顶容器 +title: Sticky 吸顶 description: 用于常驻页面顶部的信息、操作展示。 spline: data isComponent: true