diff --git a/docs/mobile/api/action-sheet.en-US.md b/docs/mobile/api/action-sheet.en-US.md index cd1414988c..3389f4ab15 100644 --- a/docs/mobile/api/action-sheet.en-US.md +++ b/docs/mobile/api/action-sheet.en-US.md @@ -1,7 +1,7 @@ --- title: ActionSheet description: A modal that pops up from the bottom, providing action buttons related to the current scenario, and also supports information input and description. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/action-sheet.md b/docs/mobile/api/action-sheet.md index a5ad381784..9df32a49f4 100644 --- a/docs/mobile/api/action-sheet.md +++ b/docs/mobile/api/action-sheet.md @@ -1,7 +1,7 @@ --- title: ActionSheet 动作面板 description: 从底部弹出的模态框,提供和当前场景相关的操作动作,也支持提供信息输入和描述。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/back-top.en-US.md b/docs/mobile/api/back-top.en-US.md index ebaaf38a71..f02d5a1ceb 100644 --- a/docs/mobile/api/back-top.en-US.md +++ b/docs/mobile/api/back-top.en-US.md @@ -1,7 +1,7 @@ --- title: BackTop description: Helps users quickly return to the top when scrolling down a lengthy page. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/back-top.md b/docs/mobile/api/back-top.md index 35105cbedd..4e8f8acc26 100644 --- a/docs/mobile/api/back-top.md +++ b/docs/mobile/api/back-top.md @@ -1,7 +1,7 @@ --- title: BackTop 返回顶部 description: 用于当页面过长往下滑动时,帮助用户快速回到页面顶部。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/badge.en-US.md b/docs/mobile/api/badge.en-US.md index 5a7e0667e2..9a3d71fe4f 100644 --- a/docs/mobile/api/badge.en-US.md +++ b/docs/mobile/api/badge.en-US.md @@ -1,7 +1,7 @@ --- title: Badge description: The Badge is used to notify the user of a state change in the area or the number of pending tasks. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/badge.md b/docs/mobile/api/badge.md index 933d46754f..20bb5427b8 100644 --- a/docs/mobile/api/badge.md +++ b/docs/mobile/api/badge.md @@ -1,7 +1,7 @@ --- title: Badge 徽标 description: 用于告知用户,该区域的状态变化或者待处理任务的数量。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/calendar.en-US.md b/docs/mobile/api/calendar.en-US.md index ba0a166ac3..47f814cc99 100644 --- a/docs/mobile/api/calendar.en-US.md +++ b/docs/mobile/api/calendar.en-US.md @@ -2,8 +2,7 @@ title: Calendar description: Container for displaying data or dates in a calendar format. isComponent: true -usage: { title: '', description: '' } -spline: data +spline: form --- ## Code Demos diff --git a/docs/mobile/api/calendar.md b/docs/mobile/api/calendar.md index b96e538e42..64e6354cc0 100644 --- a/docs/mobile/api/calendar.md +++ b/docs/mobile/api/calendar.md @@ -2,8 +2,7 @@ title: Calendar 日历 description: 按照日历形式展示数据或日期的容器。 isComponent: true -usage: { title: '', description: '' } -spline: data +spline: form --- ## 代码演示 diff --git a/docs/mobile/api/cascader.en-US.md b/docs/mobile/api/cascader.en-US.md index e27cc2d959..f630a10541 100644 --- a/docs/mobile/api/cascader.en-US.md +++ b/docs/mobile/api/cascader.en-US.md @@ -1,7 +1,7 @@ --- title: Cascader description: Used for level-by-level selection of multi-level data. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/cascader.md b/docs/mobile/api/cascader.md index a0faec3191..c189e8a0fd 100644 --- a/docs/mobile/api/cascader.md +++ b/docs/mobile/api/cascader.md @@ -1,7 +1,7 @@ --- title: Cascader 级联选择器 description: 用于多层级数据的逐级选择。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/cell.en-US.md b/docs/mobile/api/cell.en-US.md index 3bbfd2fd1b..b9de719255 100644 --- a/docs/mobile/api/cell.en-US.md +++ b/docs/mobile/api/cell.en-US.md @@ -1,7 +1,7 @@ --- title: Cell description: Information display for each category row. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/cell.md b/docs/mobile/api/cell.md index cf97998df6..5c22aa9778 100644 --- a/docs/mobile/api/cell.md +++ b/docs/mobile/api/cell.md @@ -1,7 +1,7 @@ --- title: Cell 单元格 description: 用于各个类别行的信息展示。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/checkbox.en-US.md b/docs/mobile/api/checkbox.en-US.md index 6b41c8c1c0..166d139768 100644 --- a/docs/mobile/api/checkbox.en-US.md +++ b/docs/mobile/api/checkbox.en-US.md @@ -1,7 +1,7 @@ --- title: Checkbox description: Performs multiple selections in a preset set of options and renders the selection results. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/checkbox.md b/docs/mobile/api/checkbox.md index c3d4b26d28..012b9e9d0e 100644 --- a/docs/mobile/api/checkbox.md +++ b/docs/mobile/api/checkbox.md @@ -1,7 +1,7 @@ --- title: Checkbox 多选框 description: 用于预设的一组选项中执行多项选择,并呈现选择结果。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/collapse.en-US.md b/docs/mobile/api/collapse.en-US.md index 2f3dd9bb46..d59fccf79f 100644 --- a/docs/mobile/api/collapse.en-US.md +++ b/docs/mobile/api/collapse.en-US.md @@ -1,7 +1,7 @@ --- title: Collapse description: A collapsible content area. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/collapse.md b/docs/mobile/api/collapse.md index 654ff73452..95dffdc315 100644 --- a/docs/mobile/api/collapse.md +++ b/docs/mobile/api/collapse.md @@ -1,7 +1,7 @@ --- title: Collapse 折叠面板 description: 可以折叠/展开的内容区域。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/color-picker.en-US.md b/docs/mobile/api/color-picker.en-US.md index fb8a307075..ecc2fefdf4 100644 --- a/docs/mobile/api/color-picker.en-US.md +++ b/docs/mobile/api/color-picker.en-US.md @@ -1,7 +1,7 @@ --- title: ColorPicker description: ColorPicker is used to color selection, supports multiple formats。 -spline: data +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/color-picker.md b/docs/mobile/api/color-picker.md index 5f4a318569..67ca111c49 100644 --- a/docs/mobile/api/color-picker.md +++ b/docs/mobile/api/color-picker.md @@ -1,7 +1,7 @@ --- title: ColorPicker 颜色选择器 description: 用于颜色选择,支持多种格式。 -spline: data +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/count-down.en-US.md b/docs/mobile/api/count-down.en-US.md index 4ebb6fb94c..884b25cd67 100644 --- a/docs/mobile/api/count-down.en-US.md +++ b/docs/mobile/api/count-down.en-US.md @@ -1,7 +1,7 @@ --- title: CountDown description: Used to display the countdown value in real time. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/count-down.md b/docs/mobile/api/count-down.md index eb4c58ae71..b069b27d84 100644 --- a/docs/mobile/api/count-down.md +++ b/docs/mobile/api/count-down.md @@ -1,7 +1,7 @@ --- title: CountDown 倒计时 description: 用于实时展示倒计时数值。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/date-time-picker.en-US.md b/docs/mobile/api/date-time-picker.en-US.md index 771151c283..03841540e3 100644 --- a/docs/mobile/api/date-time-picker.en-US.md +++ b/docs/mobile/api/date-time-picker.en-US.md @@ -1,7 +1,7 @@ --- title: DateTimePicker description: Indicates a time point or time range. -spline: data +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/date-time-picker.md b/docs/mobile/api/date-time-picker.md index dfce92e453..8600bf8a49 100644 --- a/docs/mobile/api/date-time-picker.md +++ b/docs/mobile/api/date-time-picker.md @@ -1,7 +1,7 @@ --- title: DateTimePicker 时间选择器 description: 用于选择一个时间点或者一个时间段。 -spline: data +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/dialog.en-US.md b/docs/mobile/api/dialog.en-US.md index 4e35eca025..90ab4ddeaa 100644 --- a/docs/mobile/api/dialog.en-US.md +++ b/docs/mobile/api/dialog.en-US.md @@ -1,7 +1,7 @@ --- title: Dialog description: Used to show important alerts or request critical actions from users, presented as a modal that interrupts the current workflow. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/dialog.md b/docs/mobile/api/dialog.md index 34280f146b..59bed53f5f 100644 --- a/docs/mobile/api/dialog.md +++ b/docs/mobile/api/dialog.md @@ -1,7 +1,7 @@ --- title: Dialog 对话框 description: 用于显示重要提示或请求用户进行重要操作,一种打断当前操作的模态视图。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/drawer.en-US.md b/docs/mobile/api/drawer.en-US.md index 2b16a6f863..35ee9c4eaa 100644 --- a/docs/mobile/api/drawer.en-US.md +++ b/docs/mobile/api/drawer.en-US.md @@ -1,7 +1,7 @@ --- title: Drawer description: Serves as a navigator for parallel pages/contents, capable of showing more options on screen than Tabs. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/drawer.md b/docs/mobile/api/drawer.md index 41bc20fddf..7a19fd5d30 100644 --- a/docs/mobile/api/drawer.md +++ b/docs/mobile/api/drawer.md @@ -1,7 +1,7 @@ --- title: Drawer 抽屉 description: 用作一组平行关系页面/内容的切换器,相较于 Tab,同屏可展示更多的选项数量。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/dropdown-menu.en-US.md b/docs/mobile/api/dropdown-menu.en-US.md index a67a2bb4a9..468be85ab8 100644 --- a/docs/mobile/api/dropdown-menu.en-US.md +++ b/docs/mobile/api/dropdown-menu.en-US.md @@ -1,7 +1,7 @@ --- title: DropdownMenu description: The menu displays several juxtaposed option categories that are used to filter the content of the entire page, consisting of a menu panel and menu options. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/dropdown-menu.md b/docs/mobile/api/dropdown-menu.md index 064a439e12..9344b8c83e 100644 --- a/docs/mobile/api/dropdown-menu.md +++ b/docs/mobile/api/dropdown-menu.md @@ -1,7 +1,7 @@ --- title: DropdownMenu 下拉菜单 description: 菜单呈现数个并列的选项类目,用于整个页面的内容筛选,由菜单面板和菜单选项组成。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/form.en-US.md b/docs/mobile/api/form.en-US.md index 5ee8162f9a..7b1923cd4c 100644 --- a/docs/mobile/api/form.en-US.md +++ b/docs/mobile/api/form.en-US.md @@ -1,7 +1,7 @@ --- title: Form description: Form consists of input, radio, select, checkbox and so on. With form, you can collect, verify and submit data. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/form.md b/docs/mobile/api/form.md index 595a09e530..d49d3c8e74 100644 --- a/docs/mobile/api/form.md +++ b/docs/mobile/api/form.md @@ -1,7 +1,7 @@ --- title: Form 表单 description: 用以收集、校验和提交数据,一般由输入框、单选框、复选框、选择器等控件组成。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/grid.en-US.md b/docs/mobile/api/grid.en-US.md index aa3df0b5e4..f3f8c84e04 100644 --- a/docs/mobile/api/grid.en-US.md +++ b/docs/mobile/api/grid.en-US.md @@ -1,7 +1,7 @@ --- title: Grid description: Used for functional entrance layout, cut pages or specific areas into large blocks such as several other blocks, forming several functional entrances. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/grid.md b/docs/mobile/api/grid.md index 53e7be2a03..d72fc28521 100644 --- a/docs/mobile/api/grid.md +++ b/docs/mobile/api/grid.md @@ -1,7 +1,7 @@ --- title: Grid 宫格 description: 用于功能入口布局,将页面或特定区域切分成若干等大的区块,形成若干功能入口。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/guide.en-US.md b/docs/mobile/api/guide.en-US.md index 4da9b0ee54..d30cdc4b63 100644 --- a/docs/mobile/api/guide.en-US.md +++ b/docs/mobile/api/guide.en-US.md @@ -1,7 +1,7 @@ --- title: Guide description: A component that provides step-by-step instructions or explanations, often used on pages that users are not familiar with or that need special emphasis. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/guide.md b/docs/mobile/api/guide.md index 081c753a8e..b949ae1660 100644 --- a/docs/mobile/api/guide.md +++ b/docs/mobile/api/guide.md @@ -1,7 +1,7 @@ --- title: Guide 引导 description: 逐步骤进行指引或解释说明的组件,常用于用户不熟悉的或需进行特别强调的页面。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/icon.en-US.md b/docs/mobile/api/icon.en-US.md index a5534fbc77..15dc7bbf76 100644 --- a/docs/mobile/api/icon.en-US.md +++ b/docs/mobile/api/icon.en-US.md @@ -2,6 +2,5 @@ title: Icon description: Icon, as an important element in the composition of UI, affects the overall style of UI interface to a certain extent. isComponent: true -usage: { title: '', description: '' } spline: base --- diff --git a/docs/mobile/api/icon.md b/docs/mobile/api/icon.md index 3aa8cdf264..44c2284161 100644 --- a/docs/mobile/api/icon.md +++ b/docs/mobile/api/icon.md @@ -2,6 +2,5 @@ title: Icon 图标 description: Icon 作为UI构成中重要的元素,一定程度上影响UI界面整体呈现出的风格。 isComponent: true -usage: { title: '', description: '' } spline: base --- diff --git a/docs/mobile/api/image-viewer.en-US.md b/docs/mobile/api/image-viewer.en-US.md index e2a4d3394b..4b94a24584 100644 --- a/docs/mobile/api/image-viewer.en-US.md +++ b/docs/mobile/api/image-viewer.en-US.md @@ -1,7 +1,7 @@ --- title: ImageViewer description: For thumbnail display and viewing of images. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/image-viewer.md b/docs/mobile/api/image-viewer.md index 1d7a271bf4..62b79f9b5b 100644 --- a/docs/mobile/api/image-viewer.md +++ b/docs/mobile/api/image-viewer.md @@ -1,7 +1,7 @@ --- title: ImageViewer 图片预览 description: 用于图片内容的缩略展示与查看。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/image.en-US.md b/docs/mobile/api/image.en-US.md index 2d8596d8ef..ab41f261bb 100644 --- a/docs/mobile/api/image.en-US.md +++ b/docs/mobile/api/image.en-US.md @@ -1,7 +1,7 @@ --- title: Image description: Used for display effects, primarily including center cropping, stretching, tiling, and other positioning methods. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/image.md b/docs/mobile/api/image.md index e0d57375b3..c5cbdd9c00 100644 --- a/docs/mobile/api/image.md +++ b/docs/mobile/api/image.md @@ -1,7 +1,7 @@ --- title: Image 图片 description: 用于展示效果,主要为上下左右居中裁切、拉伸、平铺等方式。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/indexes.en-US.md b/docs/mobile/api/indexes.en-US.md index 6f20511e9c..0ff81b899e 100644 --- a/docs/mobile/api/indexes.en-US.md +++ b/docs/mobile/api/indexes.en-US.md @@ -1,7 +1,7 @@ --- title: Indexes description: Used for quick search of information in the page. You can quickly find the required content based on the page number in the directory. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/indexes.md b/docs/mobile/api/indexes.md index 1fe778a980..85e42f1bb3 100644 --- a/docs/mobile/api/indexes.md +++ b/docs/mobile/api/indexes.md @@ -1,7 +1,7 @@ --- title: Indexes 索引 description: 用于页面中信息快速检索,可以根据目录中的页码快速找到所需的内容。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/input.en-US.md b/docs/mobile/api/input.en-US.md index 9f455c4243..100f35d73e 100644 --- a/docs/mobile/api/input.en-US.md +++ b/docs/mobile/api/input.en-US.md @@ -1,7 +1,7 @@ --- title: Input description: For single-line text input. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/input.md b/docs/mobile/api/input.md index a64bc966a9..19cab51085 100644 --- a/docs/mobile/api/input.md +++ b/docs/mobile/api/input.md @@ -1,7 +1,7 @@ --- title: Input 输入框 description: 用于单行文本信息输入。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/loading.en-US.md b/docs/mobile/api/loading.en-US.md index ab869c17b1..8de16c76d8 100644 --- a/docs/mobile/api/loading.en-US.md +++ b/docs/mobile/api/loading.en-US.md @@ -1,7 +1,7 @@ --- title: Loading description: Used to indicate the loading status of a page or operation, providing user feedback while reducing the anxiety of waiting, composed of one or a set of feedback animations. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/loading.md b/docs/mobile/api/loading.md index 4f37605ee9..ac45002085 100644 --- a/docs/mobile/api/loading.md +++ b/docs/mobile/api/loading.md @@ -1,7 +1,7 @@ --- title: Loading 加载 description: 用于表示页面或操作的加载状态,给予用户反馈的同时减缓等待的焦虑感,由一个或一组反馈动效组成。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/message.en-US.md b/docs/mobile/api/message.en-US.md index 916d1b04c8..f581d1954d 100644 --- a/docs/mobile/api/message.en-US.md +++ b/docs/mobile/api/message.en-US.md @@ -1,7 +1,7 @@ --- title: Message description: Used for lightweight feedback or prompts without interrupting user action. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/message.md b/docs/mobile/api/message.md index 4bbd106bd5..bf4b1cd750 100644 --- a/docs/mobile/api/message.md +++ b/docs/mobile/api/message.md @@ -1,7 +1,7 @@ --- title: Message 消息通知 description: 用于轻量级反馈或提示,不会打断用户操作。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/navbar.en-US.md b/docs/mobile/api/navbar.en-US.md index 77037935c6..c531737b9b 100644 --- a/docs/mobile/api/navbar.en-US.md +++ b/docs/mobile/api/navbar.en-US.md @@ -1,7 +1,7 @@ --- title: Navbar description: Used to switch between different pages or jump, located above the content area, below the system status bar. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/navbar.md b/docs/mobile/api/navbar.md index 529a5015ed..b092a661da 100644 --- a/docs/mobile/api/navbar.md +++ b/docs/mobile/api/navbar.md @@ -1,7 +1,7 @@ --- title: Navbar 导航栏 description: 用于不同页面之间切换或者跳转,位于内容区的上方,系统状态栏的下方。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/notice-bar.en-US.md b/docs/mobile/api/notice-bar.en-US.md index 7ddeae6dc6..252244c038 100644 --- a/docs/mobile/api/notice-bar.en-US.md +++ b/docs/mobile/api/notice-bar.en-US.md @@ -1,7 +1,7 @@ --- title: Noticebar description: Displays a prompt message to the user at the bottom of the navigation bar. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/notice-bar.md b/docs/mobile/api/notice-bar.md index 184a86ea58..e5a37cf4bb 100644 --- a/docs/mobile/api/notice-bar.md +++ b/docs/mobile/api/notice-bar.md @@ -1,7 +1,7 @@ --- title: Noticebar 公告栏 description: 在导航栏下方,用于给用户显示提示消息。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/overlay.en-US.md b/docs/mobile/api/overlay.en-US.md index 75e6ec9d53..55dd4900de 100644 --- a/docs/mobile/api/overlay.en-US.md +++ b/docs/mobile/api/overlay.en-US.md @@ -1,7 +1,7 @@ --- title: Overlay description: Use overlays to highlight specific content. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/overlay.md b/docs/mobile/api/overlay.md index 85edc08c86..208cfd105f 100644 --- a/docs/mobile/api/overlay.md +++ b/docs/mobile/api/overlay.md @@ -1,7 +1,7 @@ --- title: Overlay 遮罩层 description: 通过遮罩层,可以强调部分内容。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/picker.en-US.md b/docs/mobile/api/picker.en-US.md index 38e557b3eb..876f57adc3 100644 --- a/docs/mobile/api/picker.en-US.md +++ b/docs/mobile/api/picker.en-US.md @@ -1,7 +1,7 @@ --- title: Picker description: Used to select from a set of default data. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/picker.md b/docs/mobile/api/picker.md index 03b9a1c937..3a69b5bc7d 100644 --- a/docs/mobile/api/picker.md +++ b/docs/mobile/api/picker.md @@ -1,7 +1,7 @@ --- title: Picker 选择器 description: 用于一组预设数据中的选择。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/popover.en-US.md b/docs/mobile/api/popover.en-US.md index 99d42c9010..532e9fe18d 100644 --- a/docs/mobile/api/popover.en-US.md +++ b/docs/mobile/api/popover.en-US.md @@ -1,7 +1,7 @@ --- title: Popover description: Bubble box for text prompt. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/popover.md b/docs/mobile/api/popover.md index 41c5fc96cf..b5e1f18926 100644 --- a/docs/mobile/api/popover.md +++ b/docs/mobile/api/popover.md @@ -1,7 +1,7 @@ --- title: Popover 弹出气泡 description: 用于文字提示的气泡框。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/popup.en-US.md b/docs/mobile/api/popup.en-US.md index fe69b9f392..bdaa3b1e5d 100644 --- a/docs/mobile/api/popup.en-US.md +++ b/docs/mobile/api/popup.en-US.md @@ -1,7 +1,7 @@ --- title: Popup description: Triggered by other controls, the screen slides out or pops up a custom content area. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/popup.md b/docs/mobile/api/popup.md index 696f64bb47..9fbd1c546a 100644 --- a/docs/mobile/api/popup.md +++ b/docs/mobile/api/popup.md @@ -1,7 +1,7 @@ --- title: Popup 弹出层 description: 由其他控件触发,屏幕滑出或弹出一块自定义内容区域。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/progress.en-US.md b/docs/mobile/api/progress.en-US.md index 4953cf9716..d6e6c78a0b 100644 --- a/docs/mobile/api/progress.en-US.md +++ b/docs/mobile/api/progress.en-US.md @@ -1,7 +1,7 @@ --- title: Progress description: Displays the current progress of the task. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/progress.md b/docs/mobile/api/progress.md index f19beea3b7..10deab528c 100644 --- a/docs/mobile/api/progress.md +++ b/docs/mobile/api/progress.md @@ -1,7 +1,7 @@ --- title: Progress 进度条 description: 用于展示任务当前的进度。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/pull-down-refresh.en-US.md b/docs/mobile/api/pull-down-refresh.en-US.md index d105ba13e0..2a796f3cc2 100644 --- a/docs/mobile/api/pull-down-refresh.en-US.md +++ b/docs/mobile/api/pull-down-refresh.en-US.md @@ -1,7 +1,7 @@ --- title: PullDownRefresh description: Used to quickly refresh the page information. The refresh can be the whole page or part of the page. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/pull-down-refresh.md b/docs/mobile/api/pull-down-refresh.md index 589d60ab4b..4acda9e1f3 100644 --- a/docs/mobile/api/pull-down-refresh.md +++ b/docs/mobile/api/pull-down-refresh.md @@ -1,7 +1,7 @@ --- title: PullDownRefresh 下拉刷新 description: 用于快速刷新页面信息,刷新可以是整页刷新也可以是页面的局部刷新。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/qrcode.en-US.md b/docs/mobile/api/qrcode.en-US.md index 56a5ef20f4..206d68abaa 100644 --- a/docs/mobile/api/qrcode.en-US.md +++ b/docs/mobile/api/qrcode.en-US.md @@ -1,7 +1,7 @@ --- title: QRCode description: A component for generating QR codes from text with customizable colors and logo settings. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/qrcode.md b/docs/mobile/api/qrcode.md index d701dc349b..2fea6ae978 100644 --- a/docs/mobile/api/qrcode.md +++ b/docs/mobile/api/qrcode.md @@ -1,7 +1,7 @@ --- title: QRCode 二维码 description: 能够将文本转换生成二维码的组件,支持自定义配色和 Logo 配置。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/radio.en-US.md b/docs/mobile/api/radio.en-US.md index 49725ab660..4cece39a5a 100644 --- a/docs/mobile/api/radio.en-US.md +++ b/docs/mobile/api/radio.en-US.md @@ -1,7 +1,7 @@ --- title: Radio description: Used to perform a single selection in a preset set of options and render the result of the selection. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/radio.md b/docs/mobile/api/radio.md index dad2910dd3..9b487ea709 100644 --- a/docs/mobile/api/radio.md +++ b/docs/mobile/api/radio.md @@ -1,7 +1,7 @@ --- title: Radio 单选框 description: 用于在预设的一组选项中执行单项选择,并呈现选择结果。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/rate.en-US.md b/docs/mobile/api/rate.en-US.md index 1c2c31c0af..d3a9912ac9 100644 --- a/docs/mobile/api/rate.en-US.md +++ b/docs/mobile/api/rate.en-US.md @@ -1,7 +1,7 @@ --- title: Rate description: Used to rate an action/thing. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/rate.md b/docs/mobile/api/rate.md index 0712f8e252..5bbc3efe60 100644 --- a/docs/mobile/api/rate.md +++ b/docs/mobile/api/rate.md @@ -1,7 +1,7 @@ --- title: Rate 评分 description: 用于对某行为/事物进行打分。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/result.en-US.md b/docs/mobile/api/result.en-US.md index 54381cb664..608f1fde7b 100644 --- a/docs/mobile/api/result.en-US.md +++ b/docs/mobile/api/result.en-US.md @@ -1,7 +1,7 @@ --- title: Result description: For displaying various result feedbacks. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/result.md b/docs/mobile/api/result.md index af54f53f44..30aec923ec 100644 --- a/docs/mobile/api/result.md +++ b/docs/mobile/api/result.md @@ -1,7 +1,7 @@ --- title: Result 结果 description: 用于反馈不同结果的展示。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/search.en-US.md b/docs/mobile/api/search.en-US.md index d69d5ebc0d..2b9bbadd11 100644 --- a/docs/mobile/api/search.en-US.md +++ b/docs/mobile/api/search.en-US.md @@ -1,7 +1,7 @@ --- title: Search description: Search is used for users to input the search message and perform content search on the page. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/search.md b/docs/mobile/api/search.md index 91d63c49cc..31d1cede41 100644 --- a/docs/mobile/api/search.md +++ b/docs/mobile/api/search.md @@ -1,7 +1,7 @@ --- title: Search 搜索框 description: 用于用户输入搜索信息,并进行页面内容搜索。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/skeleton.en-US.md b/docs/mobile/api/skeleton.en-US.md index 945acb12ca..0fcd52fa38 100644 --- a/docs/mobile/api/skeleton.en-US.md +++ b/docs/mobile/api/skeleton.en-US.md @@ -1,7 +1,7 @@ --- title: Skeleton description: A placeholder graphic combination used to display content while waiting for loading. It has a dynamic loading effect and reduces user anxiety while waiting. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/skeleton.md b/docs/mobile/api/skeleton.md index eab0457d70..4d7b2d3091 100644 --- a/docs/mobile/api/skeleton.md +++ b/docs/mobile/api/skeleton.md @@ -1,7 +1,7 @@ --- title: Skeleton 骨架屏 description: 用于等待加载内容所展示的占位图形组合,有动态效果加载效果,减少用户等待焦虑。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/slider.en-US.md b/docs/mobile/api/slider.en-US.md index 72d0fbf395..269f8ef4b6 100644 --- a/docs/mobile/api/slider.en-US.md +++ b/docs/mobile/api/slider.en-US.md @@ -1,7 +1,7 @@ --- title: Slider description: Used to select the value, range, and gear on the horizontal axis. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/slider.md b/docs/mobile/api/slider.md index 45396103a8..4cc0c36787 100644 --- a/docs/mobile/api/slider.md +++ b/docs/mobile/api/slider.md @@ -1,7 +1,7 @@ --- title: Slider 滑动选择器 description: 用于选择横轴上的数值、区间、档位。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/stepper.en-US.md b/docs/mobile/api/stepper.en-US.md index a5b2a091d6..3070f2f5fd 100644 --- a/docs/mobile/api/stepper.en-US.md +++ b/docs/mobile/api/stepper.en-US.md @@ -1,7 +1,7 @@ --- title: Stepper description: Used for increasing or decreasing quantities. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/stepper.md b/docs/mobile/api/stepper.md index f31f1f0178..3f58b14cf5 100644 --- a/docs/mobile/api/stepper.md +++ b/docs/mobile/api/stepper.md @@ -1,7 +1,7 @@ --- title: Stepper 步进器 description: 用于数量的增减。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/steps.en-US.md b/docs/mobile/api/steps.en-US.md index 6161f1fa78..e702ee3d78 100644 --- a/docs/mobile/api/steps.en-US.md +++ b/docs/mobile/api/steps.en-US.md @@ -1,7 +1,7 @@ --- title: Steps description: Displays task steps or task progress. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/steps.md b/docs/mobile/api/steps.md index 35acc58841..6e15e48fd0 100644 --- a/docs/mobile/api/steps.md +++ b/docs/mobile/api/steps.md @@ -1,7 +1,7 @@ --- title: Steps 步骤条 description: 用于任务步骤展示或任务进度展示。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/sticky.en-US.md b/docs/mobile/api/sticky.en-US.md index 338fc78ea6..4aaf2e2403 100644 --- a/docs/mobile/api/sticky.en-US.md +++ b/docs/mobile/api/sticky.en-US.md @@ -1,7 +1,7 @@ --- title: Sticky description: Displays information and operations that reside at the top of the page. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/sticky.md b/docs/mobile/api/sticky.md index 261b366cbb..84b687d8b4 100644 --- a/docs/mobile/api/sticky.md +++ b/docs/mobile/api/sticky.md @@ -1,7 +1,7 @@ --- title: Sticky 吸顶容器 description: 用于常驻页面顶部的信息、操作展示。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/swipe-cell.en-US.md b/docs/mobile/api/swipe-cell.en-US.md index cfe633f4e2..f88cbcfc12 100644 --- a/docs/mobile/api/swipe-cell.en-US.md +++ b/docs/mobile/api/swipe-cell.en-US.md @@ -1,7 +1,7 @@ --- title: SwipeCell description: Used to carry more actions in the list, by sliding left and right to show, the width of the button fixed height varies according to the height of the list. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/swipe-cell.md b/docs/mobile/api/swipe-cell.md index 5d0f9163ec..20a8ed878c 100644 --- a/docs/mobile/api/swipe-cell.md +++ b/docs/mobile/api/swipe-cell.md @@ -1,7 +1,7 @@ --- title: SwipeCell 滑动操作 description: 用来承载列表中的更多操作,通过左右滑动来展示,按钮的宽度固定高度根据列表高度而变化。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/swiper.en-US.md b/docs/mobile/api/swiper.en-US.md index 9501fb0b44..63d169b2d7 100644 --- a/docs/mobile/api/swiper.en-US.md +++ b/docs/mobile/api/swiper.en-US.md @@ -1,7 +1,7 @@ --- title: Swiper description: Used to rotate a group of pictures or content, you can also slide to switch, the rotation effect time can be set. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/swiper.md b/docs/mobile/api/swiper.md index f811130381..2c9276f578 100644 --- a/docs/mobile/api/swiper.md +++ b/docs/mobile/api/swiper.md @@ -1,7 +1,7 @@ --- title: Swiper 轮播图 description: 用于循环轮播一组图片或内容,也可以滑动进行切换,轮播动效时间可以设置。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/switch.en-US.md b/docs/mobile/api/switch.en-US.md index a51e2b7073..02f8b1514f 100644 --- a/docs/mobile/api/switch.en-US.md +++ b/docs/mobile/api/switch.en-US.md @@ -1,7 +1,7 @@ --- title: Switch description: Switch is used to control the opening or closing of a function -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/switch.md b/docs/mobile/api/switch.md index b954aa3eea..30f7f03d90 100644 --- a/docs/mobile/api/switch.md +++ b/docs/mobile/api/switch.md @@ -1,7 +1,7 @@ --- title: Switch 开关 description: 用于控制某个功能的开启和关闭。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/tab-bar.en-US.md b/docs/mobile/api/tab-bar.en-US.md index 52c4da176b..c167de405b 100644 --- a/docs/mobile/api/tab-bar.en-US.md +++ b/docs/mobile/api/tab-bar.en-US.md @@ -1,7 +1,7 @@ --- title: TabBar description: Used to quickly switch between different functional modules, located at the bottom of the page. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/tab-bar.md b/docs/mobile/api/tab-bar.md index 5ca0518310..3e108129cc 100644 --- a/docs/mobile/api/tab-bar.md +++ b/docs/mobile/api/tab-bar.md @@ -1,7 +1,7 @@ --- title: TabBar 底部标签栏 description: 用于在不同功能模块之间进行快速切换,位于页面底部。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/tabs.en-US.md b/docs/mobile/api/tabs.en-US.md index 9a233e5a04..23333ebe63 100644 --- a/docs/mobile/api/tabs.en-US.md +++ b/docs/mobile/api/tabs.en-US.md @@ -1,7 +1,7 @@ --- title: Tabs description: Used to change the display after content classification. -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/tabs.md b/docs/mobile/api/tabs.md index 2132add138..6eb48a6221 100644 --- a/docs/mobile/api/tabs.md +++ b/docs/mobile/api/tabs.md @@ -1,7 +1,7 @@ --- title: Tabs 选项卡 description: 用于内容分类后的展示切换。 -spline: base +spline: navigation isComponent: true toc: false --- diff --git a/docs/mobile/api/tag.en-US.md b/docs/mobile/api/tag.en-US.md index 47a0c51a5a..8be27cc5da 100644 --- a/docs/mobile/api/tag.en-US.md +++ b/docs/mobile/api/tag.en-US.md @@ -1,7 +1,7 @@ --- title: Tag description: Used to indicate the category, attributes, or status of the subject. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/tag.md b/docs/mobile/api/tag.md index 052b571b1e..6e8c98e1dc 100644 --- a/docs/mobile/api/tag.md +++ b/docs/mobile/api/tag.md @@ -1,7 +1,7 @@ --- title: Tag 标签 description: 用于表明主体的类目,属性或状态。 -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/toast.en-US.md b/docs/mobile/api/toast.en-US.md index 09963397de..54a4e19cd9 100644 --- a/docs/mobile/api/toast.en-US.md +++ b/docs/mobile/api/toast.en-US.md @@ -1,7 +1,7 @@ --- title: Toast description: Used for lightweight feedback or prompts without interrupting user action. -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/toast.md b/docs/mobile/api/toast.md index d6c56a7022..676bb36bd6 100644 --- a/docs/mobile/api/toast.md +++ b/docs/mobile/api/toast.md @@ -1,7 +1,7 @@ --- title: Toast 轻提示 description: 用于轻量级反馈或提示,不会打断用户操作。 -spline: base +spline: message isComponent: true toc: false --- diff --git a/docs/mobile/api/upload.en-US.md b/docs/mobile/api/upload.en-US.md index 3da7f09f7a..6ccba160f0 100644 --- a/docs/mobile/api/upload.en-US.md +++ b/docs/mobile/api/upload.en-US.md @@ -1,7 +1,7 @@ --- title: Upload description: Image upload function for reading albums or pulling up to take pictures. -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/upload.md b/docs/mobile/api/upload.md index 87931f3729..ad9b5a9cb8 100644 --- a/docs/mobile/api/upload.md +++ b/docs/mobile/api/upload.md @@ -1,7 +1,7 @@ --- title: Upload 上传 description: 用于相册读取或拉起拍照的图片上传功能。 -spline: base +spline: form isComponent: true toc: false --- diff --git a/docs/mobile/api/watermark.en-US.md b/docs/mobile/api/watermark.en-US.md index 9557548942..874faaf4ed 100644 --- a/docs/mobile/api/watermark.en-US.md +++ b/docs/mobile/api/watermark.en-US.md @@ -1,7 +1,7 @@ --- title: Watermark description: Watermark is used to add watermark on a page. -spline: base +spline: data isComponent: true toc: false --- diff --git a/docs/mobile/api/watermark.md b/docs/mobile/api/watermark.md index 3203bf51fa..1d891fc822 100644 --- a/docs/mobile/api/watermark.md +++ b/docs/mobile/api/watermark.md @@ -1,7 +1,7 @@ --- title: Watermark 水印 description: 给页面的某个区域加上水印 -spline: base +spline: data isComponent: true toc: false ---