Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update sidebar of the site #1659

Merged
merged 1 commit into from
Feb 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/checkbox/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Checkbox 复选框
title: Checkbox 多选框
description: 用于预设的一组选项中执行多项选择,并呈现选择结果。
spline: form
isComponent: true
Expand Down
2 changes: 1 addition & 1 deletion src/divider/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Divider 分割符
title: Divider 分割线
description: 用于分割、组织、细化有一定逻辑的组织元素内容和页面结构。
spline: message
isComponent: true
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
2 changes: 1 addition & 1 deletion src/side-bar/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: SideBar 侧边导航
title: SideBar 侧边栏
description: 用于内容分类后的展示切换。
spline: navigation
isComponent: true
Expand Down
2 changes: 1 addition & 1 deletion src/sticky/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Sticky 吸顶容器
title: Sticky 吸顶
description: 用于常驻页面顶部的信息、操作展示。
spline: data
isComponent: true
Expand Down