Skip to content

Commit

Permalink
docs: optimize component category (#1626)
Browse files Browse the repository at this point in the history
  • Loading branch information
kagol committed May 14, 2024
1 parent 340a4ad commit 3f8001a
Show file tree
Hide file tree
Showing 37 changed files with 168 additions and 175 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ActionMenu 菜单按钮
title: ActionMenu 动作菜单
---

# ActionMenu 菜单按钮
# ActionMenu 动作菜单

提供一组操作按钮的组件,当按钮数量太多,自动将超出部分的按钮放置在一个下拉弹框中。
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Autocomplete 自动完成
title: AutoComplete 自动完成
---

# Autocomplete 自动完成
# AutoComplete 自动完成

<div>根据输入内容提供对应的输入建议。</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Autocomplete
title: AutoComplete
---

# Autocomplete
# AutoComplete

<div>Provide input suggestions based on the input content.</div>
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
</template>

<script setup lang="jsx">
import { chartBoxplot as TinyChartBoxplot } from '@opentiny/vue'
import { ChartBoxplot as TinyChartBoxplot } from '@opentiny/vue'
import { ref } from 'vue'
function makeData() {
Expand Down
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/checkbox/webdoc/checkbox.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Checkbox 复选框
title: Checkbox 多选框
---

# Checkbox 复选框
# Checkbox 多选框

<div>用于配置不同场景的选项,提供用户可在一组选项中进行多选。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/checkbox/webdoc/checkbox.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Checkbox check box
title: Checkbox
---

# Checkbox check box
# Checkbox

<div>Used to configure options for different scenarios. Users can select multiple options from a group of options.</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ColorPicker 色彩选择器
title: ColorPicker 颜色选择器
---

# ColorPicker 色彩选择器
# ColorPicker 颜色选择器

<div>ColorPicker 色彩选择器</div>
<div>ColorPicker 颜色选择器</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ColorSelectPanel 色彩选择面板
title: ColorSelectPanel 颜色选择面板
---

# ColorSelectPanel 色彩选择面板
# ColorSelectPanel 颜色选择面板

<div>ColorSelectPanel 色彩选择面板</div>
<div>ColorSelectPanel 颜色选择面板</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ConfigProvider 组件
title: ConfigProvider 全局配置
---

# ConfigProvider 组件
# ConfigProvider 全局配置

<div></div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: ConfigProvide Assembly
title: ConfigProvider
---

# ConfigProvide Assembly
# ConfigProvider

<div></div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/container/webdoc/container.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Container 版型
title: Container 容器布局
---

# Container 版型
# Container 容器布局

<div> 内置5种常见布局版型,方便快速搭建页面。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/container/webdoc/container.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Container dimension
title: Container
---

# Container dimension
# Container

<div>Container component for layout, which facilitates page layout creation.</div>
6 changes: 3 additions & 3 deletions examples/sites/demos/pc/app/divider/webdoc/divider.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Divider 分隔线
title: Divider 分割线
---

# Divider 分隔线
# Divider 分割线

<div>Divider 分隔线组件,用于对不同内容的分隔。</div>
<div>Divider 分割线组件,用于对不同内容的分隔。</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: dropTimes 下拉时间
title: DropTimes 下拉时间
---

# dropTimes 下拉时间
# DropTimes 下拉时间

<div>时间选值框是下拉框的特例,按时分格式(不支持自定义格式)展示下拉列表以供用户选择,并能扩展下拉框部分参数。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/floatbar/webdoc/floatbar.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Floatbar 浮动块
title: FloatBar 浮动块
---

# Floatbar 浮动块
# FloatBar 浮动块

<div>始终浮动在屏幕某一位置,不会因网页滚动使此模块离开屏幕。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/floatbar/webdoc/floatbar.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Floatbar floating block
title: FloatBar
---

# Floatbar floating block
# FloatBar

<div>The module always floats at a certain position on the screen and does not leave the screen due to web page scrolling.</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/flowchart/webdoc/flowchart.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flowchart 流程图
title: FlowChart 流程图
---

# Flowchart 流程图
# FlowChart 流程图

<div>该组件可以用来定制流程图,不依赖其它库或组件。默认的实现支持有状态的节点和连线,支持节点和连线以及空白区域的点击事件。也支持通过插槽个性化定制节点,支持通过配置项控制连线的样式等。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/flowchart/webdoc/flowchart.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Flowchart flow chart
title: FlowChart
---

# Flowchart flow chart
# FlowChart

<div>The module always floats at a certain position on the screen and does not leave the screen due to web page scrolling.</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Fullscreen 全屏显示
title: Fullscreen 全屏
---

# Fullscreen 全屏显示
# Fullscreen 全屏

<div>Fullscreen 全屏显示</div>
<div>Fullscreen 全屏</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/image/webdoc/image.cn.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Image 图片预览
title: Image 图片
---

# Image 图片预览
# Image 图片

<div>
图片组件,支持懒加载以及自适应容器大小等,同时还支持点击全屏浏览图册的功能。
Expand Down
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/image/webdoc/image.en.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: Image preview
title: Image
---

# Image preview
# Image

<div>
Image components, support lazy loading and adaptive container size, etc., but also support the function of clicking full-screen browse album.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Infinite Scroll 无限滚动
title: InfiniteScroll 无限滚动
---

# Infinite Scroll 无限滚动
# InfiniteScroll 无限滚动

<div>滚动至容器底部时,加载更多数据。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/layout/webdoc/layout.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Layout 布局
title: Layout 栅格布局
---

# Layout 布局
# Layout 栅格布局

<div>支持 12/24 栅格布局,可使页面布局变得非常简单与清晰。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/link/webdoc/link.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Link 文字链接
title: Link 链接
---

# Link 文字链接
# Link 链接

<div>文字超链接。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/link/webdoc/link.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Link Text Link
title: Link
---

# Link Text Link
# Link

<div>Text hyperlink.</div>
6 changes: 3 additions & 3 deletions examples/sites/demos/pc/app/numeric/webdoc/numeric.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Numeric 计数器
title: Numeric 数字输入框
---

# Numeric 计数器
# Numeric 数字输入框

<div>Numeric 计数器可用于输入数字,可自定义数值范围与步进大小,并支持鼠标键盘增减。</div>
<div>Numeric 数字输入框可用于输入数字,可自定义数值范围与步进大小,并支持鼠标键盘增减。</div>
6 changes: 3 additions & 3 deletions examples/sites/demos/pc/app/numeric/webdoc/numeric.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Numeric counter
title: Numeric
---

# Numeric counter
# Numeric

<div>The Numeric counter can be used to enter numbers. The value range and step size can be customized. The mouse and keyboard can be added or deleted.</div>
<div>The Numeric can be used to enter numbers. The value range and step size can be customized. The mouse and keyboard can be added or deleted.</div>
2 changes: 1 addition & 1 deletion examples/sites/demos/pc/app/pager/webdoc/pager.cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ title: Pager 分页

# Pager 分页

<div>当数据量过多时,使用分页分解数据,常用于 Grid 和 Repeater 组件。</div>
<div>当数据量过多时,使用分页分解数据,常用于 Grid 表格组件。</div>
6 changes: 3 additions & 3 deletions examples/sites/demos/pc/app/pager/webdoc/pager.en.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Pager Pagination
title: Pagination
---

# Pager Pagination
# Pagination

<div>When there is a large amount of data, data is split by page. This function is usually used in Grid and Repeater components.</div>
<div>When there is a large amount of data, data is split by page. This function is usually used in Grid components.</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: PopUpload 弹出框上传
title: PopUpload 弹出上传
---

# PopUpload 弹出框上传
# PopUpload 弹出上传

<div>在弹出的对话框里,实现上传操作和展示。</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Popconfirm 气泡确认框组件
title: PopConfirm 气泡确认框
---

# Popconfirm 气泡确认框组件
# PopConfirm 气泡确认框

<div>使用说明文字及操作按钮对较简单的操作进行二次确认。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/popover/webdoc/popover.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Popover 弹出框
title: Popover 气泡卡片
---

# Popover 弹出框
# Popover 气泡卡片

<div>Popover可通过对一个触发源操作触发弹出框,多用于信息提示和说明。</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Rich Text Editor 富文本编辑器
title: RichTextEditor 富文本编辑器
---

# Rich Text Editor 富文本编辑器
# RichTextEditor 富文本编辑器

<div>富文本编辑器可以让用户在编辑器中不仅可以编辑常规文本,同时还可以添加图像、视频、链接、表格、列表等元素,并对文本进行格式化,如加粗、斜体、下划线、字体、颜色等。</div>
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/statistic/webdoc/statistic.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Statistic 统计组件
title: Statistic 统计数值
---

# Statistic 统计组件
# Statistic 统计数值

显示统计数据。
4 changes: 2 additions & 2 deletions examples/sites/demos/pc/app/time-line/webdoc/time-line.cn.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TimeLine 时间线
title: Timeline 时间线
---

# TimeLine 时间线
# Timeline 时间线

<div>可视化时间流信息</div>
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: TimeSelect 时间选择器
title: TimeSelect 时间选择
---

# TimeSelect 时间选择器
# TimeSelect 时间选择

<div>时间选值框是下拉框的特例,按时分格式(不支持自定义格式)展示下拉列表以供用户选择,并能扩展下拉框部分参数。</div>
<div>时间选择框是下拉框的特例,按时分格式(不支持自定义格式)展示下拉列表以供用户选择,并能扩展下拉框部分参数。</div>
Loading

0 comments on commit 3f8001a

Please sign in to comment.