Skip to content

Commit

Permalink
fix: update sidebar of the site
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao committed Feb 24, 2023
1 parent 7b911df commit 73fbabb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions site/site.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down Expand Up @@ -177,7 +177,7 @@ export default {
component: () => import('@/cascader/README.md'),
},
{
title: 'CheckBox 复选框',
title: 'CheckBox 多选框',
name: 'checkbox',
meta: { docType: 'form' },
path: '/miniprogram/components/checkbox',
Expand Down Expand Up @@ -365,7 +365,7 @@ export default {
component: () => import('@/skeleton/README.md'),
},
{
title: 'Sticky 吸顶容器',
title: 'Sticky 吸顶',
name: 'sticky',
meta: { docType: 'navigation' },
path: '/miniprogram/components/sticky',
Expand Down Expand Up @@ -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',
Expand Down
2 changes: 1 addition & 1 deletion src/divider/_example/divider.wxml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<view class="demo">
<view class="demo-title">Divider 分割符</view>
<view class="demo-title">Divider 分割线</view>
<view class="demo-desc">用于分割、组织、细化有一定逻辑的组织元素内容和页面结构。</view>
<t-demo title="01 组件类型" desc="水平分割线">
<base />
Expand Down

0 comments on commit 73fbabb

Please sign in to comment.