From 73fbabbd5f55623cba0deabfc9c1d861f467934d Mon Sep 17 00:00:00 2001 From: anlyyao Date: Fri, 24 Feb 2023 21:12:47 +0800 Subject: [PATCH] fix: update sidebar of the site --- site/site.config.mjs | 8 ++++---- src/divider/_example/divider.wxml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) 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/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 分割线 用于分割、组织、细化有一定逻辑的组织元素内容和页面结构。