{
  "$schema": "http://json.schemastore.org/web-types",
  "framework": "vue",
  "name": "nutui-uniapp",
  "version": "1.11.2",
  "js-types-syntax": "typescript",
  "description-markup": "markdown",
  "contributions": {
    "html": {
      "vue-components": [
        {
          "name": "nut-button",
          "source": {
            "symbol": "NutButton"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#button-按钮",
          "props": [
            {
              "name": "type",
              "description": "类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ],
              "default": "default",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "default"
                },
                {
                  "name": "primary"
                },
                {
                  "name": "info"
                },
                {
                  "name": "success"
                },
                {
                  "name": "warning"
                },
                {
                  "name": "danger"
                }
              ]
            },
            {
              "name": "form-type",
              "description": "表单类型，用于 uni 的 `<form>` 组件，点击分别会触发 `<form>` 组件的 submit / reset 事件",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ],
              "default": "button",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "button"
                },
                {
                  "name": "submit"
                },
                {
                  "name": "reset"
                }
              ]
            },
            {
              "name": "size",
              "description": "尺寸",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "large"
                },
                {
                  "name": "normal"
                },
                {
                  "name": "small"
                },
                {
                  "name": "mini"
                }
              ]
            },
            {
              "name": "shape",
              "description": "形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "square"
                },
                {
                  "name": "round"
                }
              ]
            },
            {
              "name": "custom-color",
              "description": "按钮颜色，支持传入 `linear-gradient` 渐变色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "plain",
              "description": "是否为朴素按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "disabled",
              "description": "按钮是否为禁用状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "block",
              "description": "是否为块级元素",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "loading",
              "description": "是否为加载中状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "open-type",
              "description": "开放能力",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "lang",
              "description": "指定返回用户信息的语言，zh_CN 简体中文 / zh_TW 繁体中文 / en 英文",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ],
              "default": "en"
            },
            {
              "name": "session-from",
              "description": "会话来源，open-type=\"contact\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "send-message-title",
              "description": "会话内消息卡片标题，open-type=\"contact\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "send-message-path",
              "description": "会话内消息卡片点击跳转小程序路径，open-type=\"contact\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "send-message-img",
              "description": "会话内消息卡片图片，open-type=\"contact\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "show-message-card",
              "description": "是否显示会话内消息卡片，设置此参数为true，用户进入客服会话会在右下角显示\"可能要发送的小程序\"提示，用户点击后可以快速发送小程序消息，open-type=\"contact\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "hover-class",
              "description": "指定按钮按下去的样式类，当hover-class=\"none\" 时，没有点击态效果",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ],
              "default": "button-hover"
            },
            {
              "name": "hover-start-time",
              "description": "按住后多久出现点击态，单位毫秒",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "number"
              ],
              "default": "20"
            },
            {
              "name": "hover-stay-time",
              "description": "手指松开后点击态保留时间，单位毫秒",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "number"
              ],
              "default": "70"
            },
            {
              "name": "group-id",
              "description": "打开群资料卡时，传递的群号，open-type=\"openGroupProfile\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "guild-id",
              "description": "打开频道页面时，传递的频道号，open-type=\"openGuildProfile\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "public-id",
              "description": "打开公众号资料卡时，传递的号码，open-type=\"openPublicProfile\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "data-im-id",
              "description": "客服的抖音号，open-type=\"im\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "data-im-type",
              "description": "IM卡片类型，open-type=\"im\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "data-goods-id",
              "description": "商品的id，仅支持泛知识课程库和生活服务商品库中的商品，open-type=\"im\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "data-order-id",
              "description": "订单的id，仅支持交易2.0订单，open-type=\"im\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "data-biz-line",
              "description": "商品类型，“1”代表生活服务，“2”代表泛知识，open-type=\"im\" 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "按钮内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#slots"
            },
            {
              "name": "icon",
              "description": "按钮图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "getphonenumber",
                "description": "获取用户手机号回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "getuserinfo",
                "description": "用户点击该按钮时，会返回获取到的用户信息，从返回参数的 detail 中获取到的值同 uni.getUserInfo",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "error",
                "description": "当使用开放能力时，发生错误的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "opensetting",
                "description": "在打开授权设置页并关闭后回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "launchapp",
                "description": "从小程序打开 App 成功的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "contact",
                "description": "客服消息回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "chooseavatar",
                "description": "获取用户头像回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "agreeprivacyauthorization",
                "description": "用户同意隐私协议事件回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "addgroupapp",
                "description": "添加群应用的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "chooseaddress",
                "description": "调起用户编辑并选择收货地址的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "chooseinvoicetitle",
                "description": "用户选择发票抬头的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "subscribe",
                "description": "订阅消息授权回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "login",
                "description": "登录回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              },
              {
                "name": "im",
                "description": "监听跳转IM的成功回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/button.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-cell-group",
          "source": {
            "symbol": "NutCellGroup"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup",
          "props": [
            {
              "name": "title",
              "description": "分组标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "desc",
              "description": "分组描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-slots"
            },
            {
              "name": "title",
              "description": "自定义 `title` 标题区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-slots"
            },
            {
              "name": "desc",
              "description": "自定义 `desc` 描述区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cellgroup-slots"
            }
          ]
        },
        {
          "name": "nut-cell",
          "source": {
            "symbol": "NutCell"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell",
          "props": [
            {
              "name": "title",
              "description": "标题名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "sub-title",
              "description": "左侧副标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "desc",
              "description": "右侧描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "desc-text-align",
              "description": "右侧描述文本对齐方式（同 CSS 的 `text-align`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ],
              "default": "right"
            },
            {
              "name": "is-link",
              "description": "是否展示右侧箭头并开启点击反馈",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "to",
              "description": "跳转地址（`uni.navigateTo` 的 `url` 参数）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "round-radius",
              "description": "圆角半径",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "number",
                "string"
              ],
              "default": "6px"
            },
            {
              "name": "center",
              "description": "是否使内容垂直居中",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "size",
              "description": "单元格大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "large"
                }
              ]
            },
            {
              "name": "clickable",
              "description": "是否启用点击效果（存在 `is-link` 或者 `to` 属性时会自动启用，也可以手动启用）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "icon",
              "description": "左侧图标（对应 `nut-icon` 的 `name` 属性）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "title-width",
              "description": "标题宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-props",
              "type": [
                "number",
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-slots"
            },
            {
              "name": "title",
              "description": "自定义 `title` 标题区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-slots"
            },
            {
              "name": "icon",
              "description": "自定义左侧 `icon` 区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-slots"
            },
            {
              "name": "link",
              "description": "自定义右侧 `link` 区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-slots"
            },
            {
              "name": "desc",
              "description": "自定义 `desc` 描述区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/cell.html#cell-events"
              }
            ]
          }
        },
        {
          "name": "nut-config-provider",
          "source": {
            "symbol": "NutConfigProvider"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/configprovider.html#configprovider-全局配置",
          "props": [
            {
              "name": "theme",
              "description": "主题风格",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/configprovider.html#props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "dark"
                }
              ]
            },
            {
              "name": "theme-vars",
              "description": "自定义主题变量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/configprovider.html#props",
              "type": [
                "object"
              ]
            },
            {
              "name": "z-index",
              "description": "设置所有弹窗类组件的 z-index，该属性对全局生效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/configprovider.html#props",
              "type": [
                "number"
              ],
              "default": "2000"
            }
          ]
        },
        {
          "name": "nut-icon",
          "source": {
            "symbol": "NutIcon"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#icon-图标",
          "props": [
            {
              "name": "name",
              "description": "图标名称或图片链接",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "custom-color",
              "description": "图标颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "size",
              "description": "图标大小，如 `20px` `2em` `2rem`",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "font-class-name",
              "description": "自定义 icon 字体基础类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#props",
              "type": [
                "string"
              ],
              "default": "nutui-iconfont"
            },
            {
              "name": "class-prefix",
              "description": "自定义 icon 类名前缀，用于使用自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#props",
              "type": [
                "string"
              ],
              "default": "nut-icon"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击图标时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/icon.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-overlay",
          "source": {
            "symbol": "NutOverlay"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#overlay-遮罩层",
          "props": [
            {
              "name": "visible",
              "description": "控制遮罩的显示 / 隐藏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "z-index",
              "description": "自定义遮罩层级",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "number"
              ]
            },
            {
              "name": "duration",
              "description": "显示 / 隐藏的动画时长（单位：`ms`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "300"
            },
            {
              "name": "overlay-class",
              "description": "自定义遮罩类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "overlay-style",
              "description": "自定义遮罩样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "lock-scroll",
              "description": "遮罩显示时的背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "close-on-click-overlay",
              "description": "点击遮罩时是否关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "destroy-on-close",
              "description": "遮罩关闭后 `slot` 内容是否销毁",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "内嵌遮罩内容自定义",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/overlay.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-popup",
          "source": {
            "symbol": "NutPopup"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#popup-弹出层",
          "props": [
            {
              "name": "visible",
              "description": "控制当前组件显示 / 隐藏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "position",
              "description": "弹出位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string"
              ],
              "default": "center",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "center"
                },
                {
                  "name": "top"
                },
                {
                  "name": "right"
                },
                {
                  "name": "bottom"
                },
                {
                  "name": "left"
                }
              ]
            },
            {
              "name": "transition",
              "description": "动画名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "pop-class",
              "description": "自定义弹框类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "round",
              "description": "是否显示圆角",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "closeable",
              "description": "是否显示关闭按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "close-icon",
              "description": "[图标名称](/components/basic/icon) 或图片链接",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string"
              ],
              "default": "close"
            },
            {
              "name": "close-icon-position",
              "description": "关闭按钮位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string"
              ],
              "default": "top-right",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "top-left"
                },
                {
                  "name": "top-right"
                },
                {
                  "name": "bottom-left"
                },
                {
                  "name": "bottom-right"
                }
              ]
            },
            {
              "name": "destroy-on-close",
              "description": "弹层关闭后 `slot` 内容是否销毁",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "overlay",
              "description": "是否显示遮罩",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "safe-area-inset-bottom",
              "description": "是否开启 iphone 系列全面屏底部安全区适配（仅 `position` 为 `bottom` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "safe-area-inset-top",
              "description": "是否开启 iPhone 顶部安全区适配（仅 `position` 为 `top` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "z-index",
              "description": "遮罩层级",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "number"
              ],
              "default": "2000+"
            },
            {
              "name": "duration",
              "description": "组件显示 / 隐藏的动画时长（单位：`ms`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "300"
            },
            {
              "name": "overlay-class",
              "description": "自定义遮罩层类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "overlay-style",
              "description": "自定义遮罩层样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "lock-scroll",
              "description": "背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "close-on-click-overlay",
              "description": "是否点击遮罩关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内嵌内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#slots"
            },
            {
              "name": "close-icon",
              "description": "关闭按钮的自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click-pop",
                "description": "点击弹出层时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              },
              {
                "name": "click-close-icon",
                "description": "点击关闭图标时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              },
              {
                "name": "click-overlay",
                "description": "点击遮罩触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              },
              {
                "name": "open",
                "description": "打开弹框时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              },
              {
                "name": "opened",
                "description": "遮罩打开动画结束时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              },
              {
                "name": "close",
                "description": "关闭弹框时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              },
              {
                "name": "closed",
                "description": "遮罩关闭动画结束时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/popup.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-transition",
          "source": {
            "symbol": "NutTransition"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#transition-过渡动画",
          "props": [
            {
              "name": "show",
              "description": "是否展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "name",
              "description": "内置动画名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ],
              "default": "fade",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "fade"
                },
                {
                  "name": "fade-up"
                },
                {
                  "name": "fade-down"
                },
                {
                  "name": "fade-left"
                },
                {
                  "name": "fade-right"
                },
                {
                  "name": "slide-up"
                },
                {
                  "name": "slide-down"
                },
                {
                  "name": "slide-left"
                },
                {
                  "name": "slide-right"
                },
                {
                  "name": "zoom"
                },
                {
                  "name": "none"
                }
              ]
            },
            {
              "name": "duration",
              "description": "动画时长（单位：`ms`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "300"
            },
            {
              "name": "timing-function",
              "description": "动画函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ],
              "default": "ease",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "linear"
                },
                {
                  "name": "ease"
                },
                {
                  "name": "ease-in"
                },
                {
                  "name": "ease-in-out"
                },
                {
                  "name": "ease-out"
                },
                {
                  "name": "step-start"
                },
                {
                  "name": "step-end"
                }
              ]
            },
            {
              "name": "destroy-on-close",
              "description": "关闭后 `slot` 内容是否销毁",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "enter-from-class",
              "description": "进入动画前的类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "enter-active-class",
              "description": "进入动画时的类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "enter-to-class",
              "description": "进入动画后的类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "leave-from-class",
              "description": "离开动画前的类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "leave-active-class",
              "description": "离开动画时的类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "leave-to-class",
              "description": "离开动画后的类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内嵌内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "before-enter",
                "description": "进入过渡动画前触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#events"
              },
              {
                "name": "enter",
                "description": "进入过渡动画时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#events"
              },
              {
                "name": "after-enter",
                "description": "进入过渡动画后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#events"
              },
              {
                "name": "before-leave",
                "description": "离开过渡动画前触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#events"
              },
              {
                "name": "leave",
                "description": "离开过渡动画时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#events"
              },
              {
                "name": "after-leave",
                "description": "离开过渡动画后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/basic/transition.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-doll-machine",
          "source": {
            "symbol": "NutDollMachine"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#dollmachine-抓娃娃",
          "props": [
            {
              "name": "prize-list",
              "description": "奖品列表（目前需要至少 4 个奖品）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "default-claw",
              "description": "初始化爪子的图片链接",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "active-claw",
              "description": "爪子抓到奖品的图片链接",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "prize-index",
              "description": "中奖奖品在列表的索引位置（`-1` 未中奖）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "speed",
              "description": "速度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#props",
              "type": [
                "number"
              ],
              "default": "20"
            }
          ],
          "js": {
            "events": [
              {
                "name": "start-turns",
                "description": "爪子开始下伸",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#events"
              },
              {
                "name": "end-turns",
                "description": "爪子已经抓到或者未抓到奖品触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/dollmachine.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-gift-box",
          "source": {
            "symbol": "NutGiftBox"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/giftbox.html#giftbox-神秘大礼盒",
          "js": {
            "events": [
              {
                "name": "start-turns",
                "description": "开始打开礼盒",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/giftbox.html#events"
              },
              {
                "name": "end-turns",
                "description": "礼盒打开后",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/giftbox.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-hiteggs",
          "source": {
            "symbol": "NutHiteggs"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#hiteggs-组件",
          "props": [
            {
              "name": "num",
              "description": "金蛋个数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props",
              "type": [
                "number"
              ],
              "default": "9"
            },
            {
              "name": "intact-img",
              "description": "完整金蛋图片地址",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "hammer",
              "description": "锤子图片",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "width",
              "description": "金蛋图片宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props",
              "type": [
                "string"
              ],
              "default": "80px"
            },
            {
              "name": "height",
              "description": "金蛋图片高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#props",
              "type": [
                "string"
              ],
              "default": "80px"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "砸击金蛋后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/hiteggs.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-marquee",
          "source": {
            "symbol": "NutMarquee"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#marquee-跑马灯",
          "props": [
            {
              "name": "prize-list",
              "description": "奖品列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "prize-index",
              "description": "中奖奖品在列表的索引位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "speed",
              "description": "转动速度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props",
              "type": [
                "number"
              ],
              "default": "150"
            },
            {
              "name": "circle",
              "description": "转动圈数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props",
              "type": [
                "number"
              ],
              "default": "30"
            },
            {
              "name": "disabled",
              "description": "是否禁用开始抽奖点击数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "style-opt",
              "description": "跑马灯中的样式（`bgStyle`：整个容器样式，`itemStyle`：每个奖品样式，`startStyle`：中间按钮样式）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#props",
              "type": [
                "Record<string, CSSProperties>"
              ],
              "default": "{bgStyle: {},itemStyle: {}, startStyle:{}}"
            }
          ],
          "js": {
            "events": [
              {
                "name": "start-turns",
                "description": "开始跑动",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#events"
              },
              {
                "name": "end-turns",
                "description": "停止跑动",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#events"
              },
              {
                "name": "click",
                "description": "点击开始时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/marquee.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-shake-dice",
          "source": {
            "symbol": "NutShakeDice"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#shakedice-组件",
          "props": [
            {
              "name": "time",
              "description": "旋转时间（单位：s）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "speed",
              "description": "旋转速度（单位：ms）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#props",
              "type": [
                "number"
              ],
              "default": "3000"
            },
            {
              "name": "id",
              "description": "中奖的 id（`1` 为 1 点，依此类推）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#props",
              "type": [
                "number"
              ],
              "default": "4"
            }
          ],
          "js": {
            "events": [
              {
                "name": "end",
                "description": "骰子摇动结束",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/shakedice.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-turntable",
          "source": {
            "symbol": "NutTurntable"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#turntable-转盘抽奖-<badge-type=\"warning\">h5</badge>",
          "props": [
            {
              "name": "width",
              "description": "转盘的宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "string"
              ],
              "default": "300px"
            },
            {
              "name": "height",
              "description": "转盘的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "string"
              ],
              "default": "300px"
            },
            {
              "name": "prize-list",
              "description": "奖品列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "prize-index",
              "description": "中奖奖品在列表的索引位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "turns-number",
              "description": "转动的圈数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "number"
              ],
              "default": "5"
            },
            {
              "name": "turns-time",
              "description": "从开始转动到结束所用时间（单位：s）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "number"
              ],
              "default": "5"
            },
            {
              "name": "lock-time",
              "description": "下次抽奖的间隔时间（单位：s）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "style-opt",
              "description": "转盘中的样式，包括每个扇区的背景颜色（在每条数据中页可单独设置 `prizeColor`），扇区的边框颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "object"
              ],
              "default": "{prizeBgColors: [], borderColor: }"
            },
            {
              "name": "pointer-style",
              "description": "转盘中指针的样式，包括背景图片、大小等",
              "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#props",
              "type": [
                "object"
              ],
              "default": "{width: 80px, height: 80px}"
            }
          ],
          "js": {
            "events": [
              {
                "name": "start-turns",
                "description": "转盘开始转动",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#events"
              },
              {
                "name": "end-turns",
                "description": "转盘中停止转动后",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#events"
              },
              {
                "name": "lock-turns",
                "description": "禁止抽奖时",
                "doc-url": "https://nutui-uniapp.pages.dev/components/bingo/turntable.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-address",
          "source": {
            "symbol": "NutAddress"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#address-地址",
          "props": [
            {
              "name": "model-value",
              "description": "设置默认选中值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "visible",
              "description": "是否打开地址选择",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "type",
              "description": "地址选择类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "string"
              ],
              "default": "custom",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "exist"
                },
                {
                  "name": "custom"
                },
                {
                  "name": "custom2"
                }
              ]
            },
            {
              "name": "province",
              "description": "省，每个省的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "city",
              "description": "市，每个市的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "country",
              "description": "县，每个县的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "town",
              "description": "乡 / 镇，每个乡 / 镇的对象中，必须有 `name` 字段，如果类型选择 `custom2`，必须指定 `title` 字段为首字母",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "height",
              "description": "弹层中内容容器的高度（`type` 为 `custom2` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "200px"
            },
            {
              "name": "exist-address",
              "description": "已存在地址列表，每个地址对象中，必传值 `provinceName`、`cityName`、`countyName`、`townName`、`addressDetail`、`selectedAddress`（字段解释见下表）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "is-show-custom-address",
              "description": "是否可以切换自定义地址选择（`type` 为 `exist` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "custom-address-title",
              "description": "自定义地址选择文案（`type` 为 `custom` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "string"
              ],
              "default": "请选择所在地区"
            },
            {
              "name": "exist-address-title",
              "description": "已有地址文案（`type` 为 `exist` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "string"
              ],
              "default": "配送至"
            },
            {
              "name": "custom-and-exist-title",
              "description": "自定义地址与已有地址切换按钮文案（`type` 为 `exist` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "string"
              ],
              "default": "选择其他地址"
            },
            {
              "name": "columns-placeholder",
              "description": "列提示文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#props",
              "type": [
                "string",
                "Array"
              ],
              "default": "请选择"
            }
          ],
          "slots": [
            {
              "name": "bottom",
              "description": "可自定义底部",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#slots"
            },
            {
              "name": "icon",
              "description": "自定义选中项的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#slots"
            },
            {
              "name": "unselectedIcon",
              "description": "未选中地址时的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#slots"
            },
            {
              "name": "closeIcon",
              "description": "关闭弹层的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#slots"
            },
            {
              "name": "backIcon",
              "description": "自定义地址与已有地址切换时返回的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "自定义选择地址时，选择地区时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#events"
              },
              {
                "name": "selected",
                "description": "选择已有地址列表时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#events"
              },
              {
                "name": "close",
                "description": "地址选择弹框关闭时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#events"
              },
              {
                "name": "close-mask",
                "description": "点击遮罩层或点击右上角叉号关闭时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#events"
              },
              {
                "name": "switch-module",
                "description": "点击“选择其他地址”或自定义地址选择左上角返回按钮触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/address.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-address-list",
          "source": {
            "symbol": "NutAddressList"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#addresslist-地址列表",
          "props": [
            {
              "name": "data",
              "description": "地址数组",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "long-press",
              "description": "长按功能",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "swipe-edition",
              "description": "右滑功能",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "show-bottom-button",
              "description": "是否展示底部按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "options",
              "description": "自定义 `key` 值时，设置映射关系",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            }
          ],
          "js": {
            "events": [
              {
                "name": "del-icon",
                "description": "点击删除图标",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "edit-icon",
                "description": "点击编辑图标",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "click-item",
                "description": "点击地址列表每一项",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "add",
                "description": "点击底部添加地址按钮",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "long-copy",
                "description": "点击复制地址按钮",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "long-set",
                "description": "点击设置默认按钮",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "long-del",
                "description": "点击删除地址按钮",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              },
              {
                "name": "swipe-del",
                "description": "默认右滑删除按钮",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/addresslist.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-barrage",
          "source": {
            "symbol": "NutBarrage"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#barrage-弹幕",
          "props": [
            {
              "name": "danmu",
              "description": "弹幕列表数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "frequency",
              "description": "可视区域内每个弹幕出现的时间间隔",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#props",
              "type": [
                "number"
              ],
              "default": "500"
            },
            {
              "name": "speeds",
              "description": "每个弹幕的滚动时间",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#props",
              "type": [
                "number"
              ],
              "default": "5000"
            },
            {
              "name": "rows",
              "description": "弹幕行数，分几行展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#props",
              "type": [
                "number"
              ],
              "default": "3"
            },
            {
              "name": "top",
              "description": "弹幕垂直距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#props",
              "type": [
                "number"
              ],
              "default": "10"
            },
            {
              "name": "loop",
              "description": "是否循环播放",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/barrage.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ]
        },
        {
          "name": "nut-card",
          "source": {
            "symbol": "NutCard"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#card-商品卡片",
          "props": [
            {
              "name": "img-url",
              "description": "左侧图片",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "title",
              "description": "标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "price",
              "description": "商品价格",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "vip-price",
              "description": "会员价格",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "shop-desc",
              "description": "店铺介绍",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "delivery",
              "description": "配送方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "shop-name",
              "description": "店铺名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "is-need-price",
              "description": "是否需要价格展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "prolist",
              "description": "自定义商品介绍",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#slots"
            },
            {
              "name": "price",
              "description": "价格自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#slots"
            },
            {
              "name": "origin",
              "description": "价格后方自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#slots"
            },
            {
              "name": "shopTag",
              "description": "店铺介绍自定义",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#slots"
            },
            {
              "name": "shopName",
              "description": "店铺名称自定义",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#slots"
            },
            {
              "name": "footer",
              "description": "右下角内容自定义",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/card.html#slots"
            }
          ]
        },
        {
          "name": "nut-category-pane",
          "source": {
            "symbol": "NutCategoryPane"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#categorypane",
          "props": [
            {
              "name": "type",
              "description": "分类模式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-props",
              "type": [
                "string"
              ],
              "default": "classify",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "classify"
                },
                {
                  "name": "text"
                },
                {
                  "name": "custom"
                }
              ]
            },
            {
              "name": "category-child",
              "description": "右侧展示当前分类数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "custom-category",
              "description": "自定义分类数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-props",
              "type": [
                "Array"
              ],
              "default": "[]"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "on-change",
                "description": "点击右侧分类数据触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#categorypane-events"
              }
            ]
          }
        },
        {
          "name": "nut-category",
          "source": {
            "symbol": "NutCategory"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#category-商品分类",
          "props": [
            {
              "name": "type",
              "description": "分类模式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#props",
              "type": [
                "string"
              ],
              "default": "classify",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "classify"
                },
                {
                  "name": "text"
                },
                {
                  "name": "custom"
                }
              ]
            },
            {
              "name": "category",
              "description": "左侧导航栏数据列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "点击左侧导航栏时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/category.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-comment",
          "source": {
            "symbol": "NutComment"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#comment-商品评论",
          "props": [
            {
              "name": "header-type",
              "description": "头部样式展示类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "string"
              ],
              "default": "default",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "default"
                },
                {
                  "name": "complex"
                }
              ]
            },
            {
              "name": "images-rows",
              "description": "评论图片展示行数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "string"
              ],
              "default": "one",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "one"
                },
                {
                  "name": "multi"
                }
              ]
            },
            {
              "name": "ellipsis",
              "description": "设置评论内容省略行数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "boolean",
                "string",
                "number"
              ],
              "default": "false"
            },
            {
              "name": "videos",
              "description": "视频信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "images",
              "description": "图片信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "info",
              "description": "评论详情",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "follow",
              "description": "追评内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "operation",
              "description": "配置底部按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#props",
              "type": [
                "Array"
              ],
              "default": "[replay, like, more]"
            }
          ],
          "slots": [
            {
              "name": "commentLabels",
              "description": "评论用户的标签",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#slots"
            },
            {
              "name": "commentShopReply",
              "description": "评论最底部，用于展示商家回复",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击评论内容回调函数",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#events"
              },
              {
                "name": "click-operate",
                "description": "点击底部操作按钮回调函数",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#events"
              },
              {
                "name": "click-images",
                "description": "点击图片或视频触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/comment.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-ecard",
          "source": {
            "symbol": "NutEcard"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#ecard-电子卡",
          "props": [
            {
              "name": "model-value",
              "description": "购买电子卡所需价钱",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "list",
              "description": "电子卡面值预设列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                {
                  "name": "EcardDataItem[]",
                  "source": {
                    "symbol": "EcardDataItem"
                  }
                }
              ],
              "default": "[]"
            },
            {
              "name": "choose-text",
              "description": "选择面值文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "string"
              ],
              "default": "请选择电子卡面值"
            },
            {
              "name": "show-other",
              "description": "是否显示其他面值控制",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "other-value-text",
              "description": "其他面值文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "string"
              ],
              "default": "其他面值"
            },
            {
              "name": "placeholder",
              "description": "其他面值默认提示语",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "string"
              ],
              "default": "请输入1-5000整数"
            },
            {
              "name": "suffix",
              "description": "符号标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "string"
              ],
              "default": "¥"
            },
            {
              "name": "card-amount-min",
              "description": "其它面值最小值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "1"
            },
            {
              "name": "card-amount-max",
              "description": "其他面值最大值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "9999"
            },
            {
              "name": "show-step",
              "description": "是否显示是否显示数量步进",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "card-buy-min",
              "description": "购买数量最小值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "card-buy-max",
              "description": "购买数量最大值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#props",
              "type": [
                "number"
              ],
              "default": "9999"
            }
          ],
          "js": {
            "events": [
              {
                "name": "update",
                "description": "合计金额变化",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#events"
              },
              {
                "name": "change",
                "description": "切换预设面值",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#events"
              },
              {
                "name": "input-change",
                "description": "输入其他面值",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#events"
              },
              {
                "name": "change-step",
                "description": "数量变化",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#events"
              },
              {
                "name": "input-click",
                "description": "点击输入框",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/ecard.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-invoice",
          "source": {
            "symbol": "NutInvoice"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/invoice.html#invoice-发票",
          "props": [
            {
              "name": "data",
              "description": "发票数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/invoice.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "form-value",
              "description": "表单数据对象",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/invoice.html#props",
              "type": [
                "object"
              ]
            },
            {
              "name": "submit",
              "description": "是否显示提交按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/invoice.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "js": {
            "events": [
              {
                "name": "on-submit",
                "description": "提交表单的方法",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/invoice.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-signature",
          "source": {
            "symbol": "NutSignature"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#signature-签名",
          "props": [
            {
              "name": "line-width",
              "description": "线条的宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#props",
              "type": [
                "number"
              ],
              "default": "2"
            },
            {
              "name": "stroke-style",
              "description": "绘图笔触颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#props",
              "type": [
                "string"
              ],
              "default": "#000"
            },
            {
              "name": "type",
              "description": "图片格式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#props",
              "type": [
                "string"
              ],
              "default": "png"
            },
            {
              "name": "un-support-tpl",
              "description": "不支持 canvas 情况下的展示文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#props",
              "type": [
                "string"
              ],
              "default": "对不起，当前浏览器不支持Canvas，无法使用本控件！"
            }
          ],
          "js": {
            "events": [
              {
                "name": "start",
                "description": "签名开始回调函数（指某次笔画的开始）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#events"
              },
              {
                "name": "end",
                "description": "签名结束回调函数（指某次笔画的结束）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#events"
              },
              {
                "name": "signing",
                "description": "正在签名的回调函数（指某次笔画进行中）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#events"
              },
              {
                "name": "confirm",
                "description": "点击确认按钮触发事件回调函数",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#events"
              },
              {
                "name": "clear",
                "description": "点击重签按钮触发事件回调函数",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/signature.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-sku",
          "source": {
            "symbol": "NutSku"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#sku-商品规格选择",
          "props": [
            {
              "name": "visible",
              "description": "是否显示商品规格弹框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "sku",
              "description": "商品 sku 数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "goods",
              "description": "商品信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "object"
              ]
            },
            {
              "name": "stepper-max",
              "description": "设置 inputNumber 最大值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "99999"
            },
            {
              "name": "stepper-min",
              "description": "设置 inputNumber 最小值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "1"
            },
            {
              "name": "btn-options",
              "description": "底部按钮设置（`confirm`：确定、`buy`：立即购买、`cart`：加入购物车）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "Array"
              ],
              "default": "[confirm]"
            },
            {
              "name": "btn-extra-text",
              "description": "按钮上部添加文案，默认为空，有值时显示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "stepper-title",
              "description": "数量选择组件左侧文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string"
              ],
              "default": "购买数量"
            },
            {
              "name": "stepper-extra-text",
              "description": "InputNumber 与标题之间的文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "Function",
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "buy-text",
              "description": "立即购买按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string"
              ],
              "default": "立即购买"
            },
            {
              "name": "add-cart-text",
              "description": "加入购物车按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string"
              ],
              "default": "加入购物车"
            },
            {
              "name": "confirm-text",
              "description": "确定按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#props",
              "type": [
                "string"
              ],
              "default": "确定"
            }
          ],
          "js": {
            "events": [
              {
                "name": "select-sku",
                "description": "切换规格类目时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "add",
                "description": "InputNumber 点击增加按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "reduce",
                "description": "InputNumber 点击减少按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "over-limit",
                "description": "InputNumber 点击不可用的按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "change-stepper",
                "description": "购买变化时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "click-btn-operate",
                "description": "点击底部按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "click-close-icon",
                "description": "点击左上角关闭 icon 时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "click-overlay",
                "description": "点击遮罩时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              },
              {
                "name": "close",
                "description": "关闭弹层时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/sku.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-time-pannel",
          "source": {
            "symbol": "NutTimePannel"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel",
          "props": [
            {
              "name": "name",
              "description": "显示的名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "pannel-key",
              "description": "唯一标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel-props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "点击内容的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timepannel-events"
              }
            ]
          }
        },
        {
          "name": "nut-time-detail",
          "source": {
            "symbol": "NutTimeDetail"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timedetail",
          "props": [
            {
              "name": "times",
              "description": "可选择的时间",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timedetail-props",
              "type": [
                "Array"
              ],
              "default": "[]"
            }
          ],
          "js": {
            "events": [
              {
                "name": "select",
                "description": "点击时间的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timedetail-events"
              }
            ]
          }
        },
        {
          "name": "nut-time-select",
          "source": {
            "symbol": "NutTimeSelect"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#timeselect-配送时间",
          "props": [
            {
              "name": "visible",
              "description": "是否显示弹层",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "height",
              "description": "弹层的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#props",
              "type": [
                "string"
              ],
              "default": "20%"
            },
            {
              "name": "title",
              "description": "弹层标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#props",
              "type": [
                "string"
              ],
              "default": "取件时间"
            },
            {
              "name": "current-key",
              "description": "唯一标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            },
            {
              "name": "current-time",
              "description": "当前选择的时间 `{key: string; list: string[]}[]`",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "lock-scroll",
              "description": "背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "title",
              "description": "更改标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#slots"
            },
            {
              "name": "pannel",
              "description": "左侧列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#slots"
            },
            {
              "name": "detail",
              "description": "右侧内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "select",
                "description": "关闭遮罩之后的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/business/timeselect.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-calendar",
          "source": {
            "symbol": "NutCalendar"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#calendar-日历",
          "props": [
            {
              "name": "visible",
              "description": "是否可见",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "type",
              "description": "类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "one",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "one"
                },
                {
                  "name": "range"
                },
                {
                  "name": "multiple"
                },
                {
                  "name": "week"
                }
              ]
            },
            {
              "name": "poppable",
              "description": "是否弹窗状态展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "is-auto-back-fill",
              "description": "自动回填",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "title",
              "description": "显示标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "日期选择"
            },
            {
              "name": "default-value",
              "description": "默认值（单个日期选择 `string`，其他为 `string[]`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string",
                "Array"
              ]
            },
            {
              "name": "start-date",
              "description": "开始日期",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "今天"
            },
            {
              "name": "end-date",
              "description": "结束日期",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "距离今天 365 天"
            },
            {
              "name": "start-text",
              "description": "范围选择，开始信息文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "开始"
            },
            {
              "name": "end-text",
              "description": "范围选择，结束信息文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "结束"
            },
            {
              "name": "confirm-text",
              "description": "底部确认按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "string"
              ],
              "default": "确认"
            },
            {
              "name": "show-today",
              "description": "是否展示今天标记",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "show-title",
              "description": "是否在展示日历标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "show-sub-title",
              "description": "是否展示日期标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "to-date-animation",
              "description": "是否启动滚动动画",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "first-day-of-week",
              "description": "设置周起始日",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "number"
              ],
              "default": "0",
              "attribute-value": {
                "type": "of-match"
              },
              "values": [
                {
                  "name": "0"
                },
                {
                  "name": "1"
                },
                {
                  "name": "2"
                },
                {
                  "name": "3"
                },
                {
                  "name": "4"
                },
                {
                  "name": "5"
                },
                {
                  "name": "6"
                }
              ]
            },
            {
              "name": "disabled-date",
              "description": "一个用来判断该日期是否被禁用的函数，应该返回 `boolean` 表示是否禁用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "footer-slot",
              "description": "是否使用 `footer` 插槽",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "btn-slot",
              "description": "是否使用 `btn` 插槽",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "pop-style",
              "description": "自定义弹窗样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "lock-scroll",
              "description": "背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "btn",
              "description": "自定义日历标题下部，可用以添加自定义操作",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#slots"
            },
            {
              "name": "day",
              "description": "日期信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#slots"
            },
            {
              "name": "topInfo",
              "description": "日期顶部信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#slots"
            },
            {
              "name": "bottomInfo",
              "description": "日期底部信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#slots"
            },
            {
              "name": "footer",
              "description": "日历自定义底部，替代 confirm 按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "choose",
                "description": "选择之后或是点击确认按钮触发,日期数组（包含年月日和星期）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "select",
                "description": "点击/选择后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "click-close-icon",
                "description": "点击关闭图标后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "click-overlay",
                "description": "点击遮罩关闭后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "open",
                "description": "打开弹窗时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "opened",
                "description": "打开弹窗动画结束时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "close",
                "description": "关闭弹窗时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              },
              {
                "name": "closed",
                "description": "关闭弹窗动画结束时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/calendar.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-cascader",
          "source": {
            "symbol": "NutCascader"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#cascader-级联选择",
          "props": [
            {
              "name": "model-value",
              "description": "选中值，双向绑定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "Array"
              ]
            },
            {
              "name": "visible",
              "description": "显示选择层",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "options",
              "description": "级联数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "lazy",
              "description": "是否开启动态加载",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "lazy-load",
              "description": "动态加载回调，开启动态加载时生效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "value-key",
              "description": "自定义 `options` 结构中 `value` 的字段",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "string"
              ],
              "default": "value"
            },
            {
              "name": "text-key",
              "description": "自定义 `options` 结构中 `text` 的字段",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "string"
              ],
              "default": "text"
            },
            {
              "name": "children-key",
              "description": "自定义 `options` 结构中 `children` 的字段",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "string"
              ],
              "default": "children"
            },
            {
              "name": "convert-config",
              "description": "当 `options` 为可转换为树形结构的扁平结构时，配置转换规则",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "object"
              ]
            },
            {
              "name": "poppable",
              "description": "是否需要弹层展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "title",
              "description": "标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "title-type",
              "description": "选中底部展示样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "string"
              ],
              "default": "line",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "line"
                },
                {
                  "name": "card"
                },
                {
                  "name": "smile"
                }
              ]
            },
            {
              "name": "title-size",
              "description": "标签栏字体尺寸大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "string"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "large"
                },
                {
                  "name": "normal"
                },
                {
                  "name": "small"
                }
              ]
            },
            {
              "name": "title-gutter",
              "description": "标签间隙",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "title-ellipsis",
              "description": "是否省略过长的标题文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "pop-style",
              "description": "自定义弹窗样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "lock-scroll",
              "description": "背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "title",
              "description": "自定义顶部标题部分",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "选中值改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events"
              },
              {
                "name": "path-change",
                "description": "选中项改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events"
              },
              {
                "name": "open",
                "description": "打开弹窗时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events"
              },
              {
                "name": "opened",
                "description": "打开弹窗动画结束时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events"
              },
              {
                "name": "close",
                "description": "关闭弹窗时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events"
              },
              {
                "name": "closed",
                "description": "关闭弹窗动画结束时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/cascader.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-checkbox",
          "source": {
            "symbol": "NutCheckbox"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox",
          "props": [
            {
              "name": "model-value",
              "description": "是否处于选中状态（`1.7.14` 开始支持 `number`、`string` 类型）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "boolean",
                "number",
                "string"
              ],
              "default": "false"
            },
            {
              "name": "disabled",
              "description": "是否禁用选择",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "text-position",
              "description": "文本所在的位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "string"
              ],
              "default": "right",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "icon-size",
              "description": "[图标尺寸](/components/basic/icon)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "string",
                "number"
              ],
              "default": "18"
            },
            {
              "name": "label",
              "description": "复选框标识（与 `nut-checkbox-group` 配合使用）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "boolean",
                "number",
                "string"
              ]
            },
            {
              "name": "indeterminate",
              "description": "当前是否支持半选状态，一般用在全选操作中",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "shape",
              "description": "形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "button"
                },
                {
                  "name": "round"
                }
              ]
            },
            {
              "name": "checked-value",
              "description": "选中状态的值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "boolean",
                "number",
                "string"
              ],
              "default": "true"
            },
            {
              "name": "unchecked-value",
              "description": "未选中状态的值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-props",
              "type": [
                "boolean",
                "number",
                "string"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "文本内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-slots"
            },
            {
              "name": "icon",
              "description": "未选中时的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-slots"
            },
            {
              "name": "checkedIcon",
              "description": "选中时的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-slots"
            },
            {
              "name": "indeterminate",
              "description": "半选时的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "值变化时触发（`checked` 代表当前是否选中，`value` 表示当前选中的值）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkbox-events"
              }
            ]
          }
        },
        {
          "name": "nut-checkbox-group",
          "source": {
            "symbol": "NutCheckboxGroup"
          },
          "description": "```html",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup",
          "props": [
            {
              "name": "model-value",
              "description": "当前选中项的标识符，和 `label` 相对应",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "disabled",
              "description": "是否禁用选择，将作用于其下的全部复选框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "max",
              "description": "限制选择的数量（不能和 `全选 / 取消 / 反选` 一起使用, `0` 表示无限制）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-props",
              "type": [
                "number"
              ],
              "default": "0"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "值变化时触发（`value` 返回一个数组，表示当前选中项的集合）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/checkbox.html#checkboxgroup-events"
              }
            ]
          }
        },
        {
          "name": "nut-code-input",
          "source": {
            "symbol": "NutCodeInput"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#codeinput-验证码输入框",
          "props": [
            {
              "name": "model-value",
              "description": "输入值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "adjust-position",
              "description": "键盘弹起时，是否自动上推页面",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "maxlength",
              "description": "最大输入长度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "4"
            },
            {
              "name": "dot",
              "description": "是否用圆点填充",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "mode",
              "description": "选择样式为边框或者横线",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "string"
              ],
              "default": "box",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "box"
                },
                {
                  "name": "line"
                }
              ]
            },
            {
              "name": "hairline",
              "description": "是否细边框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "space",
              "description": "字符间的距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "10"
            },
            {
              "name": "focus",
              "description": "是否自动获取焦点",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "bold",
              "description": "字体是否加粗",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "custom-color",
              "description": "字体颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "string"
              ],
              "default": "#606266"
            },
            {
              "name": "font-size",
              "description": "字体大小（单位：px）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "18"
            },
            {
              "name": "size",
              "description": "输入框的大小（单位：px）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "35"
            },
            {
              "name": "disabled-keyboard",
              "description": "禁止点击输入框唤起系统键盘",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "border-color",
              "description": "边框和线条颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "string"
              ],
              "default": "#c9cacc"
            },
            {
              "name": "disabled-dot",
              "description": "是否禁止输入 `.` 符号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "输入内容发生改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#events"
              },
              {
                "name": "finish",
                "description": "输入字符个数达到 `maxlength` 时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/codeinput.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-date-picker",
          "source": {
            "symbol": "NutDatePicker"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#datepicker-日期选择器",
          "props": [
            {
              "name": "model-value",
              "description": "选中值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number",
                "string",
                "Date"
              ]
            },
            {
              "name": "type",
              "description": "时间类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "string"
              ],
              "default": "date",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "date"
                },
                {
                  "name": "time"
                },
                {
                  "name": "year-month"
                },
                {
                  "name": "month-day"
                },
                {
                  "name": "datehour"
                },
                {
                  "name": "hour-minute"
                },
                {
                  "name": "datetime"
                }
              ]
            },
            {
              "name": "show-toolbar",
              "description": "是否显示顶部导航",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "title",
              "description": "设置标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "ok-text",
              "description": "确定按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "string"
              ],
              "default": "确定"
            },
            {
              "name": "cancel-text",
              "description": "取消按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "string"
              ],
              "default": "取消"
            },
            {
              "name": "is-show-chinese",
              "description": "每列是否展示中文",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "minute-step",
              "description": "分钟步进值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "min-date",
              "description": "开始日期",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number",
                "string",
                "Date"
              ],
              "default": "十年前"
            },
            {
              "name": "max-date",
              "description": "结束日期",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number",
                "string",
                "Date"
              ],
              "default": "十年后"
            },
            {
              "name": "formatter",
              "description": "选项格式化函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "(type: DatePickerColumnType, option: PickerOption) => PickerOption"
              ]
            },
            {
              "name": "filter",
              "description": "选项过滤函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "(type: DatePickerColumnType, options: PickerOption[]) => PickerOption[]"
              ]
            },
            {
              "name": "three-dimensional",
              "description": "是否开启 3D 效果",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "swipe-duration",
              "description": "惯性滚动时长",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "1000"
            },
            {
              "name": "visible-option-num",
              "description": "可见的选项个数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "7"
            },
            {
              "name": "option-height",
              "description": "选项高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "36"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义滑动数据底部区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#slots"
            },
            {
              "name": "top",
              "description": "自定义滑动数据顶部区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "选项改变时触发（`1.7.7` 新增 `date` 参数）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#events"
              },
              {
                "name": "confirm",
                "description": "点击确定按钮时触发（`1.7.7` 新增 `date` 参数）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#events"
              },
              {
                "name": "cancel",
                "description": "点击取消按钮时触发（`1.7.7` 新增 `date` 参数）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/datepicker.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-form",
          "source": {
            "symbol": "NutForm"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form",
          "props": [
            {
              "name": "model-value",
              "description": "表单数据对象",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "rules",
              "description": "统一配置每个 `form-item` 的 `rules`",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "disabled",
              "description": "禁用表单下的所有数据录入组件",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "label-position",
              "description": "表单项 label 的位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props",
              "type": [
                {
                  "name": "top",
                  "source": {
                    "symbol": "top"
                  }
                },
                {
                  "name": "left",
                  "source": {
                    "symbol": "left"
                  }
                },
                {
                  "name": "right",
                  "source": {
                    "symbol": "right"
                  }
                }
              ],
              "default": "left"
            },
            {
              "name": "star-position",
              "description": "必填表单项 label 的红色星标位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form-props",
              "type": [
                {
                  "name": "left",
                  "source": {
                    "symbol": "left"
                  }
                },
                {
                  "name": "right",
                  "source": {
                    "symbol": "right"
                  }
                }
              ],
              "default": "left"
            }
          ],
          "js": {
            "events": [
              {
                "name": "validate",
                "description": "任一表单项被校验失败后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#form-events"
              }
            ]
          }
        },
        {
          "name": "nut-form-item",
          "source": {
            "symbol": "NutFormItem"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem",
          "props": [
            {
              "name": "required",
              "description": "是否显示必填字段的标签旁边的红色星号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "prop",
              "description": "model-value",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "rules",
              "description": "定义校验规则",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                {
                  "name": "FormItemRule[]",
                  "source": {
                    "symbol": "FormItemRule"
                  }
                }
              ],
              "default": "[]"
            },
            {
              "name": "label-width",
              "description": "表单项 label 宽度（单位：px）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "number",
                "string"
              ],
              "default": "90"
            },
            {
              "name": "label-align",
              "description": "表单项 label 对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "body-align",
              "description": "右侧插槽对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "error-message-align",
              "description": "错误提示文案对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "show-error-line",
              "description": "是否在校验不通过时标红输入框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "show-error-message",
              "description": "是否在校验不通过时在输入框下方展示错误提示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "label-position",
              "description": "表单项 label 的位置，优先级高于 `form` 中的 `label-position`",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "top"
                },
                {
                  "name": "left"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "star-position",
              "description": "必填表单项 label 的红色星标位置，优先级高于 `form` 中的 `star-position`",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "is-link",
              "description": "是否展示右侧箭头",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-slots"
            },
            {
              "name": "label",
              "description": "自定义 label 区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/form.html#formitem-slots"
            }
          ]
        },
        {
          "name": "nut-input",
          "source": {
            "symbol": "NutInput"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#input-输入框",
          "props": [
            {
              "name": "model-value",
              "description": "输入值，双向绑定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "type",
              "description": "输入框类型 [有效值](https://uniapp.dcloud.net.cn/component/input.html#type)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ],
              "default": "text"
            },
            {
              "name": "password",
              "description": "是否是密码类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "input-mode",
              "description": "输入框模式 [有效值](https://uniapp.dcloud.net.cn/component/input.html#inputmode)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ],
              "default": "text"
            },
            {
              "name": "input-style",
              "description": "输入框自定义样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                {
                  "name": "StyleValue",
                  "source": {
                    "symbol": "StyleValue",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "input-class",
              "description": "输入框自定义类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                {
                  "name": "ClassType",
                  "source": {
                    "symbol": "ClassType"
                  }
                }
              ]
            },
            {
              "name": "placeholder",
              "description": "输入框为空时占位符",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "placeholder-style",
              "description": "指定 placeholder 的样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "placeholder-class",
              "description": "指定 placeholder 的样式类",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ],
              "default": "input-placeholder"
            },
            {
              "name": "input-align",
              "description": "输入框内容对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "required",
              "description": "是否显示必填字段的标签旁边的红色星号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "border",
              "description": "是否显示下边框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "disabled",
              "description": "是否禁用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "readonly",
              "description": "是否只读",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "autofocus",
              "description": "是否自动获得焦点，iOS 系统不支持该属性",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "max-length",
              "description": "限制最长输入字符",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "140"
            },
            {
              "name": "clearable",
              "description": "展示清除图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "show-clear-icon",
              "description": "是否在失去焦点后，继续展示清除按钮（仅 `clearable` 为 `true` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "clear-size",
              "description": "清除图标的大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "14"
            },
            {
              "name": "show-word-limit",
              "description": "是否显示限制最长输入字符，需要设置 `max-length` 属性",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "error",
              "description": "是否标红",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "formatter",
              "description": "输入内容格式化函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "(value: string) => string"
              ]
            },
            {
              "name": "format-trigger",
              "description": "格式化函数触发的时机",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ],
              "default": "onChange",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "onChange"
                },
                {
                  "name": "onBlur"
                }
              ]
            },
            {
              "name": "confirm-type",
              "description": "键盘右下角按钮的文字（仅 `type` 为 `text` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "string"
              ],
              "default": "done",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "send"
                },
                {
                  "name": "search"
                },
                {
                  "name": "next"
                },
                {
                  "name": "go"
                },
                {
                  "name": "done"
                }
              ]
            },
            {
              "name": "adjust-position",
              "description": "键盘弹起时，是否自动上推页面",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "always-system",
              "description": "是否强制使用系统键盘和 webview 创建的 input 元素（为 `true` 时，`confirm-type`、`confirm-hold` 可能失效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "cursor-spacing",
              "description": "指定光标与键盘的距离，取 input 距离底部的距离和 `cursor-spacing` 指定的距离的最小值作为光标与键盘的距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "always-embed",
              "description": "强制 input 处于同层状态，默认 focus 时 input 会切到非同层状态 (仅在 iOS 下生效)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "confirm-hold",
              "description": "点击键盘右下角按钮时是否保持键盘不收起",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "cursor",
              "description": "指定 focus 时的光标位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "selection-start",
              "description": "光标起始位置，自动聚集时有效，需与 `selection-end` 搭配使用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "selection-end",
              "description": "光标结束位置，自动聚集时有效，需与 `selection-start` 搭配使用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "hold-keyboard",
              "description": "focus 时，点击页面的时候不收起键盘",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "clear",
              "description": "自定义输入框尾部清除按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#slots"
            },
            {
              "name": "left",
              "description": "自定义输入框左侧插槽内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#slots"
            },
            {
              "name": "right",
              "description": "自定义输入框右侧插槽内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "update:model-value",
                "description": "输入框内容变化时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "focus",
                "description": "输入框聚焦时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "blur",
                "description": "输入框失焦时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "clear",
                "description": "点击清除按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "click",
                "description": "点击组件时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "click-input",
                "description": "点击输入区域时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "confirm",
                "description": "点击完成按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              },
              {
                "name": "input",
                "description": "键盘输入时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/input.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-input-number",
          "source": {
            "symbol": "NutInputNumber"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#inputnumber-数字输入框",
          "props": [
            {
              "name": "model-value",
              "description": "初始值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            },
            {
              "name": "min",
              "description": "最小值限制",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "1"
            },
            {
              "name": "max",
              "description": "最大值限制",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "9999"
            },
            {
              "name": "step",
              "description": "步长",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "1"
            },
            {
              "name": "step-strictly",
              "description": "是否只能输入 step 的倍数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "decimal-places",
              "description": "设置保留的小数位",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            },
            {
              "name": "disabled",
              "description": "禁用所有功能",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "readonly",
              "description": "只读状态禁用输入框操作行为",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "input-width",
              "description": "输入框宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "button-size",
              "description": "操作符 +、- 尺寸",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "type",
              "description": "输入框类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#props",
              "type": [
                "string"
              ],
              "default": "number",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "number"
                },
                {
                  "name": "digit"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "leftIcon",
              "description": "自定义减少按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#slots"
            },
            {
              "name": "rightIcon",
              "description": "自定义增加按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "值改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events"
              },
              {
                "name": "focus",
                "description": "输入框获得焦点时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events"
              },
              {
                "name": "blur",
                "description": "输入框失去焦点时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events"
              },
              {
                "name": "reduce",
                "description": "点击减少按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events"
              },
              {
                "name": "add",
                "description": "点击增加按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events"
              },
              {
                "name": "overlimit",
                "description": "点击不可用的按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/inputnumber.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-number-keyboard",
          "source": {
            "symbol": "NutNumberKeyboard"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#numberkeyboard-数字键盘",
          "props": [
            {
              "name": "model-value",
              "description": "当前输入值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "visible",
              "description": "是否显示键盘",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "title",
              "description": "键盘标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "type",
              "description": "键盘模式（`default`：默认样式，`rightColumn`：带右侧栏）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "string"
              ],
              "default": "default",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "default"
                },
                {
                  "name": "rightColumn"
                }
              ]
            },
            {
              "name": "random-keys",
              "description": "随机键位",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "custom-key",
              "description": "自定义键盘额外的键（数组形式，最多支持添加 2 个）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "overlay",
              "description": "是否显示遮罩",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "maxlength",
              "description": "输入值最大长度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "6"
            },
            {
              "name": "confirm-text",
              "description": "自定义完成按钮文字（如\"支付\"、\"下一步\"、\"提交\"等）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "pop-class",
              "description": "自定义弹框类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#props",
              "type": [
                "string"
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "input",
                "description": "点击按键时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events"
              },
              {
                "name": "delete",
                "description": "点击删除键时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events"
              },
              {
                "name": "close",
                "description": "点击关闭按钮或非键盘区域时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events"
              },
              {
                "name": "confirm",
                "description": "点击确认按钮",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/numberkeyboard.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-picker",
          "source": {
            "symbol": "NutPicker"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#picker-选择器",
          "props": [
            {
              "name": "model-value",
              "description": "选中项",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "columns",
              "description": "对象数组，配置每一列显示的数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "show-toolbar",
              "description": "是否显示顶部导航",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "title",
              "description": "设置标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "ok-text",
              "description": "确定按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "string"
              ],
              "default": "确定"
            },
            {
              "name": "cancel-text",
              "description": "取消按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "string"
              ],
              "default": "取消"
            },
            {
              "name": "three-dimensional",
              "description": "是否开启3D效果",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "swipe-duration",
              "description": "惯性滚动时长",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "1000"
            },
            {
              "name": "visible-option-num",
              "description": "可见的选项个数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "7"
            },
            {
              "name": "option-height",
              "description": "选项高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "36"
            },
            {
              "name": "field-names",
              "description": "自定义 `columns` 中的字段",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#props",
              "type": [
                "object"
              ],
              "default": "{ text: text, value: value, children: children, className:  }"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义滑动数据底部区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#slots"
            },
            {
              "name": "top",
              "description": "自定义滑动数据顶部区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "选项发生改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#events"
              },
              {
                "name": "confirm",
                "description": "点击确定按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#events"
              },
              {
                "name": "cancel",
                "description": "点击取消按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/picker.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-radio",
          "source": {
            "symbol": "NutRadio"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio",
          "props": [
            {
              "name": "disabled",
              "description": "是否禁用选择",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "icon-size",
              "description": "[图标尺寸](/components/basic/icon)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props",
              "type": [
                "string",
                "number"
              ],
              "default": "18"
            },
            {
              "name": "label",
              "description": "单选框标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props",
              "type": [
                "string",
                "number",
                "boolean"
              ]
            },
            {
              "name": "shape",
              "description": "形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "button"
                },
                {
                  "name": "round"
                }
              ]
            },
            {
              "name": "size",
              "description": "尺寸（仅 `shape` 为 `button` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-props",
              "type": [
                "string"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "large"
                },
                {
                  "name": "small"
                },
                {
                  "name": "mini"
                },
                {
                  "name": "normal"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "icon",
              "description": "未选中时的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-slots"
            },
            {
              "name": "checkedIcon",
              "description": "选中时的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radio-slots"
            }
          ]
        },
        {
          "name": "nut-radio-group",
          "source": {
            "symbol": "NutRadioGroup"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup",
          "props": [
            {
              "name": "model-value",
              "description": "当前选中项的标识符，与 `label` 值一致时呈选中状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-props",
              "type": [
                "string",
                "number",
                "boolean"
              ]
            },
            {
              "name": "text-position",
              "description": "文本所在的位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-props",
              "type": [
                "string"
              ],
              "default": "right",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "direction",
              "description": "使用横纵方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-props",
              "type": [
                "string"
              ],
              "default": "vertical",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "值变化时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/radio.html#radiogroup-events"
              }
            ]
          }
        },
        {
          "name": "nut-range",
          "source": {
            "symbol": "NutRange"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#range-区间选择器",
          "props": [
            {
              "name": "model-value",
              "description": "当前进度百分比",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "number",
                "Array"
              ],
              "default": "0"
            },
            {
              "name": "range",
              "description": "是否开启双滑块模式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "max",
              "description": "最大值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "100"
            },
            {
              "name": "min",
              "description": "最小值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "step",
              "description": "步长",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "1"
            },
            {
              "name": "disabled",
              "description": "是否禁用滑块",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "vertical",
              "description": "是否竖向展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "hidden-range",
              "description": "是否隐藏范围值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "hidden-tag",
              "description": "是否隐藏标签",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "active-color",
              "description": "进度条激活态颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "string"
              ],
              "default": "rgba(250, 44, 25, 1)"
            },
            {
              "name": "inactive-color",
              "description": "进度条非激活态颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "string"
              ],
              "default": "rgba(255, 163, 154, 1)"
            },
            {
              "name": "button-color",
              "description": "按钮颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "string"
              ],
              "default": "rgba(250, 44, 25, 1)"
            },
            {
              "name": "marks",
              "description": "刻度标示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            }
          ],
          "slots": [
            {
              "name": "button",
              "description": "自定义滑动按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "进度变化且结束拖动后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#events"
              },
              {
                "name": "drag-start",
                "description": "开始拖动时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#events"
              },
              {
                "name": "drag-end",
                "description": "结束拖动时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/range.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-rate",
          "source": {
            "symbol": "NutRate"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#rate-评分",
          "props": [
            {
              "name": "model-value",
              "description": "当前 `star` 数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "count",
              "description": "`star` 总数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "5"
            },
            {
              "name": "active-color",
              "description": "图标选中颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "string"
              ],
              "default": "#fa200c"
            },
            {
              "name": "void-color",
              "description": "图标未选中颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "string"
              ],
              "default": "#cccccc"
            },
            {
              "name": "allow-half",
              "description": "是否半星",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "readonly",
              "description": "是否只读",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "disabled",
              "description": "是否禁用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "spacing",
              "description": "间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "14"
            },
            {
              "name": "size",
              "description": "尺寸大小（如 `20px` `2em` `2rem`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "custom-icon",
              "description": "自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#props",
              "type": [
                "string"
              ],
              "default": "star-fill-n"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "当前分值修改时时触发的事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/rate.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-searchbar",
          "source": {
            "symbol": "NutSearchbar"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#searchbar-搜索栏",
          "props": [
            {
              "name": "model-value",
              "description": "当前输入的值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "shape",
              "description": "搜索框形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "square"
                },
                {
                  "name": "round"
                }
              ]
            },
            {
              "name": "max-length",
              "description": "最大输入长度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "input-type",
              "description": "输入框类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "text"
            },
            {
              "name": "placeholder",
              "description": "输入框占位提示文本",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "请输入"
            },
            {
              "name": "clearable",
              "description": "是否展示清除按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "clear-icon",
              "description": "自定义清除按钮图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "circle-close"
            },
            {
              "name": "background",
              "description": "输入框外部背景",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "#ffffff"
            },
            {
              "name": "input-background",
              "description": "输入框内部背景",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "#f7f7f7"
            },
            {
              "name": "confirm-type",
              "description": "键盘右下角按钮的文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "done"
            },
            {
              "name": "autofocus",
              "description": "是否自动聚焦",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "focus-style",
              "description": "聚焦时搜索框样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "object"
              ]
            },
            {
              "name": "disabled",
              "description": "是否禁用输入框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "readonly",
              "description": "输入框只读",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "input-align",
              "description": "对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "safe-area-inset-bottom",
              "description": "是否开启 iphone 系列全面屏底部安全区适配",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "cursor-spacing",
              "description": "指定光标与键盘的距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            }
          ],
          "slots": [
            {
              "name": "leftin",
              "description": "输入框内左图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#slots"
            },
            {
              "name": "leftout",
              "description": "输入框外左图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#slots"
            },
            {
              "name": "rightin",
              "description": "输入框内右图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#slots"
            },
            {
              "name": "rightout",
              "description": "输入框外右图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "输入内容时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "focus",
                "description": "聚焦时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "blur",
                "description": "失焦时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "clear",
                "description": "点击清空时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "search",
                "description": "按下 ENTER 键时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "click-input",
                "description": "点击输入区域时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "click-left-icon",
                "description": "点击左侧图标时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              },
              {
                "name": "click-right-icon",
                "description": "点击右侧图标时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/searchbar.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-short-password",
          "source": {
            "symbol": "NutShortPassword"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#shortpassword-短密码",
          "props": [
            {
              "name": "model-value",
              "description": "密码初始值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "visible",
              "description": "是否展示短密码框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "title",
              "description": "标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "string"
              ],
              "default": "请输入密码"
            },
            {
              "name": "desc",
              "description": "密码框描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "string"
              ],
              "default": "您使用了虚拟资产，请进行验证"
            },
            {
              "name": "tips",
              "description": "提示语",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "string"
              ],
              "default": "忘记密码"
            },
            {
              "name": "close-on-click-overlay",
              "description": "是否点击遮罩关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "length",
              "description": "密码长度（取值范围：4 ~ 6）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "6"
            },
            {
              "name": "error-msg",
              "description": "错误信息提示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#props",
              "type": [
                "string"
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "complete",
                "description": "输入完成的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events"
              },
              {
                "name": "close",
                "description": "点击关闭图标或者遮罩时触发事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events"
              },
              {
                "name": "focus",
                "description": "输入框聚焦",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events"
              },
              {
                "name": "tips",
                "description": "点击提示文字",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/shortpassword.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-textarea",
          "source": {
            "symbol": "NutTextarea"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#textarea-文本域",
          "props": [
            {
              "name": "model-value",
              "description": "输入值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "textarea-style",
              "description": "文本域自定义样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                {
                  "name": "StyleValue",
                  "source": {
                    "symbol": "StyleValue",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "textarea-class",
              "description": "文本域自定义类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                {
                  "name": "ClassType",
                  "source": {
                    "symbol": "ClassType"
                  }
                }
              ]
            },
            {
              "name": "placeholder",
              "description": "设置占位提示文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ],
              "default": "请输入内容"
            },
            {
              "name": "placeholder-style",
              "description": "指定 placeholder 的样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "placeholder-class",
              "description": "指定 placeholder 的样式类",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ],
              "default": "textarea-placeholder"
            },
            {
              "name": "max-length",
              "description": "限制最长输入字符",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "rows",
              "description": "行数，优先级高于 `autosize` 属性",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "limit-show",
              "description": "是否展示输入字符，配合 `max-length` 使用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "autosize",
              "description": "是否自适应内容高度，也可传入对象，如 `{ minHeight: 100, maxHeight: 200 }`（单位：px）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean",
                "object"
              ],
              "default": "false"
            },
            {
              "name": "text-align",
              "description": "文本位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "readonly",
              "description": "只读属性",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "disabled",
              "description": "禁用属性",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "autofocus",
              "description": "自动获取焦点",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "cursor-spacing",
              "description": "指定光标与键盘的距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "cursor",
              "description": "指定focus时的光标位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "show-confirm-bar",
              "description": "是否显示键盘上方带有“完成”按钮那一栏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "selection-start",
              "description": "光标起始位置，自动聚集时有效，需与 `selection-end` 搭配使用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "selection-end",
              "description": "光标结束位置，自动聚集时有效，需与 `selection-start` 搭配使用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "adjust-position",
              "description": "键盘弹起时，是否自动上推页面",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "hold-keyboard",
              "description": "focus 时，点击页面的时候不收起键盘",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "disable-default-padding",
              "description": "是否去掉 iOS 下的默认内边距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "confirm-type",
              "description": "设置键盘右下角按钮的文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ],
              "default": "return",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "send"
                },
                {
                  "name": "search"
                },
                {
                  "name": "next"
                },
                {
                  "name": "go"
                },
                {
                  "name": "done"
                },
                {
                  "name": "return"
                }
              ]
            },
            {
              "name": "confirm-hold",
              "description": "点击键盘右下角按钮时是否保持键盘不收起",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "adjust-keyboard-to",
              "description": "键盘对齐位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#props",
              "type": [
                "string"
              ],
              "default": "cursor",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "cursor"
                },
                {
                  "name": "bottom"
                }
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "输入框值改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events"
              },
              {
                "name": "focus",
                "description": "聚焦时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events"
              },
              {
                "name": "blur",
                "description": "失焦时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events"
              },
              {
                "name": "confirm",
                "description": "点击完成按钮时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events"
              },
              {
                "name": "input",
                "description": "键盘输入时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/textarea.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-uploader",
          "source": {
            "symbol": "NutUploader"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#uploader-上传",
          "props": [
            {
              "name": "name",
              "description": "发到后台的文件参数名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ],
              "default": "file"
            },
            {
              "name": "url",
              "description": "上传服务器的接口地址",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "file-list",
              "description": "默认已经上传的文件列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "is-preview",
              "description": "是否上传成功后展示预览图",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "is-deletable",
              "description": "是否展示删除按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "method",
              "description": "上传 HTTP 请求方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ],
              "default": "post"
            },
            {
              "name": "list-type",
              "description": "上传列表的内建样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ],
              "default": "picture",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "picture"
                },
                {
                  "name": "list"
                }
              ]
            },
            {
              "name": "maximize",
              "description": "可以设定最大上传文件的大小（单位：字节）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "Number.MAX_VALUE"
            },
            {
              "name": "maximum",
              "description": "最多可以选择的文件个数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "9"
            },
            {
              "name": "source-type",
              "description": "[选择文件的来源](https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "Array"
              ],
              "default": "[album, camera]"
            },
            {
              "name": "camera",
              "description": "仅在 `source-type` 为 `camera` 时生效，使用前置或后置摄像头",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ],
              "default": "back",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "back"
                },
                {
                  "name": "front"
                }
              ]
            },
            {
              "name": "size-type",
              "description": "[是否压缩所选文件](https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "Array"
              ],
              "default": "[original, compressed]"
            },
            {
              "name": "media-type",
              "description": "[选择文件类型](https://developers.weixin.qq.com/miniprogram/dev/api/media/video/wx.chooseMedia.html)",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "Array"
              ],
              "default": "[image, video, mix]"
            },
            {
              "name": "max-duration",
              "description": "拍摄视频最长拍摄时间（单位：秒）（时间范围为 3s 至 60s 之间，不限制相册）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "number"
              ],
              "default": "60"
            },
            {
              "name": "accept",
              "description": "允许上传的文件类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ],
              "default": "image",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "image"
                },
                {
                  "name": "media"
                },
                {
                  "name": "video"
                },
                {
                  "name": "all"
                }
              ]
            },
            {
              "name": "headers",
              "description": "设置上传的请求头部",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "data",
              "description": "附加上传的信息 formData",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "xhr-state",
              "description": "接口响应的成功状态（status）值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "number"
              ],
              "default": "200"
            },
            {
              "name": "disabled",
              "description": "是否禁用文件上传",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "auto-upload",
              "description": "是否在选取文件后立即进行上传",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "multiple",
              "description": "是否支持文件多选",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "timeout",
              "description": "超时时间（单位：毫秒）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "1000 * 30"
            },
            {
              "name": "before-upload",
              "description": "执行 `uni.uploadFile` 上传时，自定义方法",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "before-delete",
              "description": "移除文件时的回调，返回值为 false 时不移除。支持返回一个 `Promise` 对象，`Promise` 对象 `resolve(false)` 或 `reject` 时不移除",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "mode",
              "description": "预览图片的 mode 属性",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "string"
              ],
              "default": "aspectFit"
            },
            {
              "name": "sortable",
              "description": "是否启用拖拽排序",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "默认插槽自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#slots"
            },
            {
              "name": "uploadIcon",
              "description": "自定义上传按钮中间图标区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#slots"
            },
            {
              "name": "deleteIcon",
              "description": "自定义右上角删除按钮区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "start",
                "description": "文件上传开始",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "progress",
                "description": "文件上传的进度",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "oversize",
                "description": "文件大小超过限制时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "success",
                "description": "上传成功",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "failure",
                "description": "上传失败",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "change",
                "description": "上传文件改变时的状态",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "delete",
                "description": "文件删除事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              },
              {
                "name": "file-item-click",
                "description": "文件上传成功后点击触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/dentry/uploader.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-animate",
          "source": {
            "symbol": "NutAnimate"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#animate-动画/动效",
          "props": [
            {
              "name": "show",
              "description": "控制动画，当值从 `false` 变为 `true` 时会触发一次动画",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "type",
              "description": "动画类型，见下方动画类型说明",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "shake"
                },
                {
                  "name": "ripple"
                },
                {
                  "name": "breath"
                },
                {
                  "name": "float"
                },
                {
                  "name": "slide-right"
                },
                {
                  "name": "slide-left"
                },
                {
                  "name": "slide-top"
                },
                {
                  "name": "slide-bottom"
                },
                {
                  "name": "jump"
                },
                {
                  "name": "twinkle"
                },
                {
                  "name": "flicker"
                }
              ]
            },
            {
              "name": "loop",
              "description": "是否循环执行",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "duration",
              "description": "动画时长（单位：ms）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "500"
            },
            {
              "name": "action",
              "description": "触发方式（`initial` 初始化执行，`click` 点击执行）（不能与 `show` 同时使用）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#props",
              "type": [
                "string"
              ],
              "default": "initial"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "animate",
                "description": "动画触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#events"
              },
              {
                "name": "click",
                "description": "点击元素时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/animate.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-avatar",
          "source": {
            "symbol": "NutAvatar"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar",
          "props": [
            {
              "name": "size",
              "description": "头像的大小，支持输入数字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props",
              "type": [
                "string",
                "number"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "of-match"
              },
              "values": [
                {
                  "name": "large"
                },
                {
                  "name": "normal"
                },
                {
                  "name": "small"
                }
              ]
            },
            {
              "name": "shape",
              "description": "头像的形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "square"
                },
                {
                  "name": "round"
                }
              ]
            },
            {
              "name": "custom-color",
              "description": "字体颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props",
              "type": [
                "string"
              ],
              "default": "#666"
            },
            {
              "name": "bg-color",
              "description": "背景色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-props",
              "type": [
                "string"
              ],
              "default": "#eee"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "默认插槽，可放置图片、图标、文本等元素",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatar-slots"
            }
          ]
        },
        {
          "name": "nut-avatar-group",
          "source": {
            "symbol": "NutAvatarGroup"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup",
          "props": [
            {
              "name": "max-count",
              "description": "显示的最大头像个数（-1 表示无限制）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string",
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "max-content",
              "description": "头像数量超出元素内容（默认为折叠元素数量）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "size",
              "description": "头像的大小，支持输入数字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string",
                "number"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "of-match"
              },
              "values": [
                {
                  "name": "large"
                },
                {
                  "name": "normal"
                },
                {
                  "name": "small"
                }
              ]
            },
            {
              "name": "shape",
              "description": "头像的形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "square"
                },
                {
                  "name": "round"
                }
              ]
            },
            {
              "name": "max-color",
              "description": "头像折叠元素的字体颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string"
              ],
              "default": "#666"
            },
            {
              "name": "max-bg-color",
              "description": "头像折叠元素的背景色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string"
              ],
              "default": "#eee"
            },
            {
              "name": "span",
              "description": "头像之间的间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string",
                "number"
              ],
              "default": "-8"
            },
            {
              "name": "z-index",
              "description": "组合头像之间的层级方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/avatar.html#avatargroup-props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "right"
                }
              ]
            }
          ]
        },
        {
          "name": "nut-badge",
          "source": {
            "symbol": "NutBadge"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#badge-徽标",
          "props": [
            {
              "name": "value",
              "description": "显示的内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "max",
              "description": "`value` 为数值时的最大值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "number"
              ],
              "default": "10000"
            },
            {
              "name": "dot",
              "description": "是否为小点",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "bubble",
              "description": "是否为气泡形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "hidden",
              "description": "是否隐藏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "top",
              "description": "上下偏移量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "string"
              ],
              "default": "0"
            },
            {
              "name": "right",
              "description": "左右偏移量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "string"
              ],
              "default": "0"
            },
            {
              "name": "z-index",
              "description": "徽标的 z-index",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "number"
              ],
              "default": "10"
            },
            {
              "name": "custom-color",
              "description": "徽标背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#props",
              "type": [
                "string"
              ],
              "default": "#fa2c19"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "包裹的子元素",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#slots"
            },
            {
              "name": "icon",
              "description": "自定义徽标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/badge.html#slots"
            }
          ]
        },
        {
          "name": "nut-circle-progress",
          "source": {
            "symbol": "NutCircleProgress"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#circleprogress-环形进度条",
          "props": [
            {
              "name": "progress",
              "description": "百分比",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "stroke-width",
              "description": "圆弧的宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "5"
            },
            {
              "name": "radius",
              "description": "半径",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "50"
            },
            {
              "name": "stroke-linecap",
              "description": "圆环进度条端点形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "butt"
                },
                {
                  "name": "round"
                },
                {
                  "name": "square"
                }
              ]
            },
            {
              "name": "custom-color",
              "description": "圆环进度条颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "string",
                "object"
              ],
              "default": "#ff673e"
            },
            {
              "name": "path-color",
              "description": "圆环轨道颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "string"
              ],
              "default": "#d9d9d9"
            },
            {
              "name": "clockwise",
              "description": "是否顺时针展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义文字内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/circleprogress.html#slots"
            }
          ]
        },
        {
          "name": "nut-collapse",
          "source": {
            "symbol": "NutCollapse"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse",
          "props": [
            {
              "name": "model-value",
              "description": "当前展开面板的 `name`（手风琴模式：`string | number`，非手风琴模式：`(string | number)[]`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse-props",
              "type": [
                "string",
                "number",
                "Array"
              ]
            },
            {
              "name": "accordion",
              "description": "是否开启手风琴模式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "切换面板时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapse-events"
              }
            ]
          }
        },
        {
          "name": "nut-collapse-item",
          "source": {
            "symbol": "NutCollapseItem"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem",
          "props": [
            {
              "name": "name",
              "description": "唯一标识符，必填",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "string",
                "number"
              ],
              "default": "-1"
            },
            {
              "name": "title",
              "description": "标题栏左侧内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "value",
              "description": "标题栏右侧内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "icon",
              "description": "标题栏左侧图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "string"
              ],
              "default": "down-arrow"
            },
            {
              "name": "label",
              "description": "标题栏描述信息",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "rotate",
              "description": "点击折叠和展开的旋转角度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "string",
                "number"
              ],
              "default": "180"
            },
            {
              "name": "disabled",
              "description": "标题栏是否禁用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "border",
              "description": "是否显示边框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "title",
              "description": "标题栏左侧内容插槽",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-slots"
            },
            {
              "name": "value",
              "description": "标题栏右侧内容插槽",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-slots"
            },
            {
              "name": "extra",
              "description": "设置标题下固定内容（不折叠）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-slots"
            },
            {
              "name": "icon",
              "description": "设置自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/collapse.html#collapseitem-slots"
            }
          ]
        },
        {
          "name": "nut-countdown",
          "source": {
            "symbol": "NutCountdown"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#countdown-倒计时",
          "props": [
            {
              "name": "model-value",
              "description": "当前时间，自定义展示内容时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "object"
              ],
              "default": "{}"
            },
            {
              "name": "start-time",
              "description": "开始时间",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "Date.now()"
            },
            {
              "name": "end-time",
              "description": "结束时间",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "Date.now()"
            },
            {
              "name": "format",
              "description": "时间格式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "string"
              ],
              "default": "HH:mm:ss"
            },
            {
              "name": "millisecond",
              "description": "是否开启毫秒级渲染",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "auto-start",
              "description": "是否自动开始倒计时",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "time",
              "description": "倒计时显示时间（单位：ms）（`auto-start` 为 `false` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            },
            {
              "name": "paused",
              "description": "是否暂停",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "js": {
            "events": [
              {
                "name": "on-end",
                "description": "倒计时结束",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#events"
              },
              {
                "name": "on-paused",
                "description": "倒计时暂停",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#events"
              },
              {
                "name": "on-restart",
                "description": "倒计时开始",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countdown.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-countup",
          "source": {
            "symbol": "NutCountup"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#countup-数字滚动",
          "props": [
            {
              "name": "init-num",
              "description": "初始数字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "end-num",
              "description": "结束数字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "speed",
              "description": "间隔数字，目前仅支持基础用法",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "to-fixed",
              "description": "保留小数点后几位",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "start-flag",
              "description": "触发数字滚动的标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "during",
              "description": "滚动一次运行时间",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "1000"
            },
            {
              "name": "num-width",
              "description": "数字宽度，常用于自定义无缝滚动",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "20"
            },
            {
              "name": "num-height",
              "description": "数字高度，常用于自定义无缝滚动（抽奖功能必传）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "20"
            },
            {
              "name": "custom-change-num",
              "description": "要变化的数字（用于自定义图片，`init-num`、`end-num` 在此无效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "custom-bg-img",
              "description": "自定义图片（建议使用雪碧图实现，使用抽奖功能必须使用雪碧图）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "custom-spac-num",
              "description": "图片中数字之间可能会存在间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "type",
              "description": "抽奖功能传 machine",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "machine"
                }
              ]
            },
            {
              "name": "machine-prize-num",
              "description": "奖品个数，一共多少个奖品，必传",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "machine-num",
              "description": "抽奖位，即滚动几个，必传",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "3"
            },
            {
              "name": "machine-prize-level",
              "description": "中奖图标，图标在雪碧图中的位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "machine-turn-more",
              "description": "滚动圈数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            }
          ],
          "js": {
            "events": [
              {
                "name": "scroll-end",
                "description": "滚动结束后回调函数",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/countup.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-ellipsis",
          "source": {
            "symbol": "NutEllipsis"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#ellipsis-文本省略",
          "props": [
            {
              "name": "content",
              "description": "文本内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "direction",
              "description": "省略位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "string"
              ],
              "default": "end",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "start"
                },
                {
                  "name": "end"
                },
                {
                  "name": "middle"
                }
              ]
            },
            {
              "name": "rows",
              "description": "展示几行",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "1"
            },
            {
              "name": "expand-text",
              "description": "展开操作的文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "collapse-text",
              "description": "收起操作的文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "symbol",
              "description": "省略的符号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "string"
              ],
              "default": "..."
            },
            {
              "name": "line-height",
              "description": "容器的行高",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "20"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "点击展开收起时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#events"
              },
              {
                "name": "click",
                "description": "文本点击是触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/ellipsis.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-empty",
          "source": {
            "symbol": "NutEmpty"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#empty-空状态",
          "props": [
            {
              "name": "image",
              "description": "图片类型，支持传入图片 URL",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#props",
              "type": [
                "string"
              ],
              "default": "empty",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "empty"
                },
                {
                  "name": "error"
                },
                {
                  "name": "network"
                }
              ]
            },
            {
              "name": "image-size",
              "description": "图片大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "description",
              "description": "图片下方的描述文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义底部内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#slots"
            },
            {
              "name": "image",
              "description": "自定义图片",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#slots"
            },
            {
              "name": "description",
              "description": "自定义描述文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/empty.html#slots"
            }
          ]
        },
        {
          "name": "nut-image-preview",
          "source": {
            "symbol": "NutImagePreview"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#imagepreview-图片预览",
          "props": [
            {
              "name": "show",
              "description": "是否展示预览图片",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "images",
              "description": "预览图片数组",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "autoplay",
              "description": "自动轮播时长（`0` 表示不会自动轮播）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "3000"
            },
            {
              "name": "init-no",
              "description": "初始页码",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "pagination-visible",
              "description": "分页指示器是否展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "pagination-color",
              "description": "分页指示器选中的颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "string"
              ],
              "default": "#fff"
            },
            {
              "name": "content-close",
              "description": "点击图片可以退出预览",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "show-index",
              "description": "是否显示页码",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "closeable",
              "description": "是否显示关闭图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "close-icon-position",
              "description": "关闭图标位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "string"
              ],
              "default": "top-right",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "top-left"
                },
                {
                  "name": "top-right"
                }
              ]
            },
            {
              "name": "before-close",
              "description": "关闭前的回调函数（返回 `false` 可阻止关闭，支持返回 `Promise`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "is-loop",
              "description": "是否循环播放",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "scale",
              "description": "是否支持双指缩放",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "show-menu-by-longpress",
              "description": "是否启用小程序长按菜单",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "js": {
            "events": [
              {
                "name": "close",
                "description": "点击遮罩关闭图片预览时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#events"
              },
              {
                "name": "change",
                "description": "切换图片时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#events"
              },
              {
                "name": "long-press",
                "description": "长按图片触发的事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/imagepreview.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-list",
          "source": {
            "symbol": "NutList"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#list-虚拟列表",
          "props": [
            {
              "name": "height",
              "description": "列表项的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#props",
              "type": [
                "number"
              ],
              "default": "50"
            },
            {
              "name": "list-data",
              "description": "列表数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "container-height",
              "description": "容器高度（最大值不能超过可视区）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#props",
              "type": [
                "number"
              ],
              "default": "windowHeight"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "列表项内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#slots",
              "type": "{ item: any; index: number }"
            }
          ],
          "js": {
            "events": [
              {
                "name": "scrollBottom",
                "description": "滚动到底部时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#events"
              },
              {
                "name": "scroll",
                "description": "滚动时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/list.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-loading-page",
          "source": {
            "symbol": "NutLoadingPage"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#loadingpage-加载页",
          "props": [
            {
              "name": "loading",
              "description": "是否加载中",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "loading-text",
              "description": "提示内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string"
              ],
              "default": "正在加载"
            },
            {
              "name": "image",
              "description": "加载中图片",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "bg-color",
              "description": "背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string"
              ],
              "default": "#ffffff"
            },
            {
              "name": "custom-color",
              "description": "字体颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string"
              ],
              "default": "#C8C8C8"
            },
            {
              "name": "font-size",
              "description": "字体大小，单位rpx",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "19"
            },
            {
              "name": "icon-size",
              "description": "加载中图标的颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string"
              ],
              "default": "28"
            },
            {
              "name": "loading-color",
              "description": "边框和线条颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "string"
              ],
              "default": "#C8C8C8"
            },
            {
              "name": "z-index",
              "description": "层级",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/loadingpage.html#props",
              "type": [
                "number"
              ],
              "default": "9999"
            }
          ]
        },
        {
          "name": "nut-noticebar",
          "source": {
            "symbol": "NutNoticebar"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#noticebar-通告栏",
          "slots": [
            {
              "name": "default",
              "description": "通知文本的内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#slots"
            },
            {
              "name": "rightIcon",
              "description": "自定义右侧图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#slots"
            },
            {
              "name": "leftIcon",
              "description": "自定义左侧图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "外层点击事件回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#events"
              },
              {
                "name": "close",
                "description": "关闭通知栏时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#events"
              },
              {
                "name": "acrossEnd",
                "description": "动画结束",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/noticebar.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-popover",
          "source": {
            "symbol": "NutPopover"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#popover-气泡弹出框-<badge-type=\"tip\">1.6.8</badge>",
          "props": [
            {
              "name": "list",
              "description": "选项列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "visible",
              "description": "是否展示气泡弹出层",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "theme",
              "description": "主题风格",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "string"
              ],
              "default": "light",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "light"
                },
                {
                  "name": "dark"
                }
              ]
            },
            {
              "name": "location",
              "description": "弹出位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "string"
              ],
              "default": "bottom",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "bottom"
                },
                {
                  "name": "top"
                },
                {
                  "name": "left"
                },
                {
                  "name": "right"
                },
                {
                  "name": "top-start"
                },
                {
                  "name": "top-end"
                },
                {
                  "name": "bottom-start"
                },
                {
                  "name": "bottom-end"
                },
                {
                  "name": "left-start"
                },
                {
                  "name": "left-end"
                },
                {
                  "name": "right-start"
                },
                {
                  "name": "right-end"
                }
              ]
            },
            {
              "name": "offset",
              "description": "出现位置的偏移量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "Array"
              ],
              "default": "[0, 12]"
            },
            {
              "name": "show-arrow",
              "description": "是否显示小箭头",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "duration",
              "description": "动画时长（单位：ms）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "300"
            },
            {
              "name": "overlay",
              "description": "是否显示遮罩层",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "overlay-class",
              "description": "自定义遮罩层类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "overlay-style",
              "description": "自定义遮罩层样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "object"
              ]
            },
            {
              "name": "close-on-click-overlay",
              "description": "是否在点击遮罩层后关闭菜单",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "close-on-click-action",
              "description": "是否在点击选项后关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "close-on-click-outside",
              "description": "是否在点击外部元素后关闭菜单",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "bg-color",
              "description": "自定义背景色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "arrow-offset",
              "description": "小箭头的偏移量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            }
          ],
          "slots": [
            {
              "name": "content",
              "description": "自定义气泡组件菜单内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#slots"
            },
            {
              "name": "reference",
              "description": "触发 Popover 显示的元素内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "choose",
                "description": "点击选项时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#events"
              },
              {
                "name": "open",
                "description": "打开菜单时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#events"
              },
              {
                "name": "close",
                "description": "关闭菜单时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/popover.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-price",
          "source": {
            "symbol": "NutPrice"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#price-商品价格",
          "props": [
            {
              "name": "price",
              "description": "价格数量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "need-symbol",
              "description": "是否需要加上 `symbol` 符号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "symbol",
              "description": "符号类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "string"
              ],
              "default": "&yen;"
            },
            {
              "name": "decimal-digits",
              "description": "小数位位数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "number"
              ],
              "default": "2"
            },
            {
              "name": "thousands",
              "description": "是否按照千分号形式显示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "position",
              "description": "符号显示在价格前或者后",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "string"
              ],
              "default": "before",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "before"
                },
                {
                  "name": "after"
                }
              ]
            },
            {
              "name": "size",
              "description": "价格尺寸",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "string"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "small"
                },
                {
                  "name": "normal"
                },
                {
                  "name": "large"
                }
              ]
            },
            {
              "name": "strike-through",
              "description": "是否展示划线价",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/price.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ]
        },
        {
          "name": "nut-progress",
          "source": {
            "symbol": "NutProgress"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#progress-进度条",
          "props": [
            {
              "name": "percentage",
              "description": "百分比",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "is-show-percentage",
              "description": "是否需要展示百分号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "stroke-color",
              "description": "进度条背景色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "string"
              ],
              "default": "#f30"
            },
            {
              "name": "stroke-width",
              "description": "进度条宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "size",
              "description": "进度条及文字尺寸",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "string"
              ],
              "default": "base",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "small"
                },
                {
                  "name": "base"
                },
                {
                  "name": "large"
                }
              ]
            },
            {
              "name": "show-text",
              "description": "是否显示进度条文字内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "text-inside",
              "description": "进度条文字是否内显",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "text-color",
              "description": "进度条文字颜色设置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "string"
              ],
              "default": "#333"
            },
            {
              "name": "text-background",
              "description": "进度条文字背景颜色设置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "status",
              "description": "进度条当前状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#props",
              "type": [
                "string"
              ],
              "default": "text",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "text"
                },
                {
                  "name": "active"
                },
                {
                  "name": "icon"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "iconName",
              "description": "右侧图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/progress.html#slots"
            }
          ]
        },
        {
          "name": "nut-skeleton",
          "source": {
            "symbol": "NutSkeleton"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#skeleton-骨架屏",
          "props": [
            {
              "name": "loading",
              "description": "是否显示骨架屏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "width",
              "description": "每行宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "string"
              ],
              "default": "100px"
            },
            {
              "name": "height",
              "description": "每行高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "string"
              ],
              "default": "15px"
            },
            {
              "name": "animated",
              "description": "是否开启骨架屏动画",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "avatar",
              "description": "是否显示头像",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "avatar-shape",
              "description": "头像形状",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "string"
              ],
              "default": "round",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "round"
                },
                {
                  "name": "square"
                }
              ]
            },
            {
              "name": "avatar-size",
              "description": "头像大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "string"
              ],
              "default": "50px"
            },
            {
              "name": "round",
              "description": "标题 / 段落是否采用圆角风格",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "row",
              "description": "设置段落行数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "string"
              ],
              "default": "1"
            },
            {
              "name": "title",
              "description": "是否显示段落标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "骨架屏显示内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/skeleton.html#slots"
            }
          ]
        },
        {
          "name": "nut-steps",
          "source": {
            "symbol": "NutSteps"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps",
          "props": [
            {
              "name": "direction",
              "description": "显示方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-props",
              "type": [
                "string"
              ],
              "default": "horizontal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            },
            {
              "name": "current",
              "description": "当前所在的步骤",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "progress-dot",
              "description": "点状步骤条",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click-step",
                "description": "点击步骤的标题或图标时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#steps-events"
              }
            ]
          }
        },
        {
          "name": "nut-step",
          "source": {
            "symbol": "NutStep"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step",
          "props": [
            {
              "name": "title",
              "description": "流程步骤的标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "content",
              "description": "流程步骤的描述性文字（支持富文本）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "title",
              "description": "步骤标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-slots"
            },
            {
              "name": "content",
              "description": "步骤内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-slots"
            },
            {
              "name": "icon",
              "description": "步骤图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/steps.html#step-slots"
            }
          ]
        },
        {
          "name": "nut-swiper",
          "source": {
            "symbol": "NutSwiper"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#swiper-轮播",
          "props": [
            {
              "name": "width",
              "description": "轮播卡片的宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "height",
              "description": "轮播卡片的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "direction",
              "description": "轮播方向,",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "string"
              ],
              "default": "horizontal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            },
            {
              "name": "pagination-visible",
              "description": "分页指示器是否展示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "pagination-color",
              "description": "分页指示器选中的颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "string"
              ],
              "default": "#fff"
            },
            {
              "name": "pagination-unselected-color",
              "description": "分页指示器没有选中的颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "string"
              ],
              "default": "#ddd"
            },
            {
              "name": "loop",
              "description": "是否循环轮播",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "duration",
              "description": "动画时长（单位：ms）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "500"
            },
            {
              "name": "auto-play",
              "description": "自动轮播时长（`0` 表示不会自动轮播）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "init-page",
              "description": "初始化索引值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "touchable",
              "description": "是否可触摸滑动",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "is-prevent-default",
              "description": "滑动过程中是否禁用默认事件",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "is-stop-propagation",
              "description": "滑动过程中是否禁止冒泡",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "page",
              "description": "自定义指示器",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "切换之后的回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/swiper.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-table",
          "source": {
            "symbol": "NutTable"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#table-表格",
          "props": [
            {
              "name": "bordered",
              "description": "是否显示边框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "columns",
              "description": "表头数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "data",
              "description": "表格数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "summary",
              "description": "是否显示简介",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "striped",
              "description": "条纹是否明暗交替",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "js": {
            "events": [
              {
                "name": "sorter",
                "description": "点击排序按钮触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/table.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-tag",
          "source": {
            "symbol": "NutTag"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#tag-标签",
          "props": [
            {
              "name": "type",
              "description": "标签类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "string"
              ],
              "default": "default",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "primary"
                },
                {
                  "name": "success"
                },
                {
                  "name": "danger"
                },
                {
                  "name": "warning"
                },
                {
                  "name": "default"
                }
              ]
            },
            {
              "name": "custom-color",
              "description": "标签颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "text-color",
              "description": "文本颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "plain",
              "description": "是否为空心样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "round",
              "description": "是否为圆角样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "mark",
              "description": "是否为标记样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "closeable",
              "description": "是否为可关闭标签",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "close-icon-size",
              "description": "关闭图标大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "11"
            },
            {
              "name": "disabled",
              "description": "是否禁用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "标签显示内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#events"
              },
              {
                "name": "close",
                "description": "关闭事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tag.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-tour",
          "source": {
            "symbol": "NutTour"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#tour-引导-<badge-type=\"warning\">h5</badge>",
          "props": [
            {
              "name": "model-value",
              "description": "是否展示引导弹出层",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "type",
              "description": "引导类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "string"
              ],
              "default": "step",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "tile"
                },
                {
                  "name": "step"
                }
              ]
            },
            {
              "name": "steps",
              "description": "引导步骤内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "offset",
              "description": "镂空遮罩相对于目标元素的偏移量",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "Array"
              ],
              "default": "[8, 10]"
            },
            {
              "name": "current",
              "description": "`type` 为 `step` 时，默认展示第几步",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "location",
              "description": "弹出层位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "string"
              ],
              "default": "bottom"
            },
            {
              "name": "next-step-txt",
              "description": "下一步按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "string"
              ],
              "default": "下一步"
            },
            {
              "name": "prev-step-txt",
              "description": "上一步按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "string"
              ],
              "default": "上一步"
            },
            {
              "name": "complete-txt",
              "description": "完成按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "string"
              ],
              "default": "完成"
            },
            {
              "name": "mask",
              "description": "是否显示镂空遮罩",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "bg-color",
              "description": "自定义背景色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "boolean"
              ]
            },
            {
              "name": "theme",
              "description": "气泡遮罩层主题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "string"
              ],
              "default": "light",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "light"
                },
                {
                  "name": "dark"
                }
              ]
            },
            {
              "name": "mask-width",
              "description": "镂空遮罩层宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "mask-height",
              "description": "镂空遮罩层高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "close-on-click-overlay",
              "description": "是否在点击镂空遮罩层后关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "Boolean"
              ],
              "default": "true"
            },
            {
              "name": "show-prev-step",
              "description": "是否展示上一步按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "show-title-bar",
              "description": "是否展示标题栏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义气泡层内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#slots"
            },
            {
              "name": "prev-step",
              "description": "自定义上一步内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#slots"
            },
            {
              "name": "next-step",
              "description": "自定义下一步内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "切换步骤时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#events"
              },
              {
                "name": "close",
                "description": "气泡层关闭时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/tour.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-trend-arrow",
          "source": {
            "symbol": "NutTrendArrow"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#trendarrow-趋势箭头",
          "props": [
            {
              "name": "rate",
              "description": "数值，大于0时箭头向上，小于0时箭头向下",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "digits",
              "description": "小数位精度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "number"
              ],
              "default": "2"
            },
            {
              "name": "show-sign",
              "description": "是否显示加减号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "show-zero",
              "description": "是否显示 0",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "arrow-left",
              "description": "是否在数字左侧显示箭头",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "sync-text-color",
              "description": "文字颜色是否与箭头同步",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "text-color",
              "description": "文字颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "string"
              ],
              "default": "#333"
            },
            {
              "name": "rise-color",
              "description": "向上箭头颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "string"
              ],
              "default": "#fa2c19"
            },
            {
              "name": "drop-color",
              "description": "向下箭头颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#props",
              "type": [
                "string"
              ],
              "default": "#64b578"
            }
          ],
          "slots": [
            {
              "name": "upIcon",
              "description": "自定义向上箭头图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#slots"
            },
            {
              "name": "downIcon",
              "description": "自定义向下箭头图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/trendarrow.html#slots"
            }
          ]
        },
        {
          "name": "nut-watermark",
          "source": {
            "symbol": "NutWatermark"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#watermark-水印",
          "props": [
            {
              "name": "content",
              "description": "水印文字内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "string",
                "Array"
              ]
            },
            {
              "name": "width",
              "description": "水印的宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "120"
            },
            {
              "name": "height",
              "description": "水印的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "64"
            },
            {
              "name": "rotate",
              "description": "水印绘制时，旋转的角度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "-22"
            },
            {
              "name": "image",
              "description": "水印图片（优先级高于 `content`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "image-width",
              "description": "图片宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "120"
            },
            {
              "name": "image-height",
              "description": "图片高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "64"
            },
            {
              "name": "z-index",
              "description": "水印元素的 z-index",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "2000"
            },
            {
              "name": "font-color",
              "description": "水印文字颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "string"
              ],
              "default": "rgba(0, 0, 0, .15)"
            },
            {
              "name": "font-size",
              "description": "文字大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "14"
            },
            {
              "name": "font-weight",
              "description": "文字字重",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "string"
              ],
              "default": "normal"
            },
            {
              "name": "font-family",
              "description": "文字字体",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "string"
              ],
              "default": "PingFang SC"
            },
            {
              "name": "gap-x",
              "description": "水印之间的水平间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "24"
            },
            {
              "name": "gap-y",
              "description": "水印之间的垂直间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "number"
              ],
              "default": "48"
            },
            {
              "name": "full-page",
              "description": "是否覆盖整个页面",
              "doc-url": "https://nutui-uniapp.pages.dev/components/exhibition/watermark.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ]
        },
        {
          "name": "nut-action-sheet",
          "source": {
            "symbol": "NutActionSheet"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#actionsheet-动作面板",
          "props": [
            {
              "name": "visible",
              "description": "是否展示动作面板",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "menu-items",
              "description": "列表项",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "option-tag",
              "description": "设置列表项标题展示使用参数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ],
              "default": "name"
            },
            {
              "name": "option-sub-tag",
              "description": "设置列表项二级标题展示使用参数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ],
              "default": "subname"
            },
            {
              "name": "choose-tag-value",
              "description": "设置选中项的值，和 `option-tag` 的值对应",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "custom-color",
              "description": "选中项颜色，当 `choose-tag-value === option-tag` 时生效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ],
              "default": "#ee0a24"
            },
            {
              "name": "title",
              "description": "设置列表项标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "description",
              "description": "设置列表项副标题 / 描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "cancel-txt",
              "description": "取消文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ],
              "default": "取消"
            },
            {
              "name": "close-abled",
              "description": "遮罩层是否可关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "round",
              "description": "是否显示圆角",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "overlay",
              "description": "是否显示遮罩",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "pop-class",
              "description": "自定义弹框类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "pop-style",
              "description": "自定义弹框样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "overlay-class",
              "description": "自定义遮罩层类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "overlay-style",
              "description": "自定义遮罩层样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "lock-scroll",
              "description": "遮罩显示时的背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "safe-area-inset-bottom",
              "description": "是否开启 iphone 系列全面屏底部安全区适配",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "js": {
            "events": [
              {
                "name": "choose",
                "description": "选择之后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#events"
              },
              {
                "name": "cancel",
                "description": "点击取消文案时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#events"
              },
              {
                "name": "close",
                "description": "点击遮罩层时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/actionsheet.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-backtop",
          "source": {
            "symbol": "NutBacktop"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#backtop-返回顶部",
          "props": [
            {
              "name": "height",
              "description": "滚动区域的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props",
              "type": [
                "string"
              ],
              "default": "100vh"
            },
            {
              "name": "bottom",
              "description": "距离页面底部距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props",
              "type": [
                "number"
              ],
              "default": "20"
            },
            {
              "name": "right",
              "description": "距离页面右侧距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props",
              "type": [
                "number"
              ],
              "default": "10"
            },
            {
              "name": "distance",
              "description": "页面垂直滚动多高后出现",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props",
              "type": [
                "number"
              ],
              "default": "200"
            },
            {
              "name": "z-index",
              "description": "设置组件页面层级",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props",
              "type": [
                "number"
              ],
              "default": "10"
            },
            {
              "name": "custom-color",
              "description": "自定义图标颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "content",
              "description": "滚动容器中包含的内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#slots"
            },
            {
              "name": "icon",
              "description": "返回到顶部，按钮内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "按钮点击时触发事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/backtop.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-dialog",
          "source": {
            "symbol": "NutDialog"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#dialog-对话框",
          "props": [
            {
              "name": "title",
              "description": "标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "content",
              "description": "内容，支持富文本",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "close-on-click-overlay",
              "description": "点击蒙层是否关闭对话框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "no-footer",
              "description": "是否隐藏底部按钮栏",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "no-ok-btn",
              "description": "是否隐藏确定按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "no-cancel-btn",
              "description": "是否隐藏取消按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "cancel-text",
              "description": "取消按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ],
              "default": "取消"
            },
            {
              "name": "ok-text",
              "description": "确定按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ],
              "default": "确定"
            },
            {
              "name": "cancel-auto-close",
              "description": "取消按钮是否默认关闭弹窗",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "text-align",
              "description": "文字对齐方向, 可选值同 CSS 的 `text-align`",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ],
              "default": "center"
            },
            {
              "name": "close-on-popstate",
              "description": "是否在页面回退时自动关闭",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "lock-scroll",
              "description": "背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "footer-direction",
              "description": "使用横纵方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ],
              "default": "horizontal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            },
            {
              "name": "overlay-class",
              "description": "自定义遮罩类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "overlay-style",
              "description": "自定义遮罩样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "pop-class",
              "description": "自定义弹框类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "pop-style",
              "description": "自定义弹框样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                {
                  "name": "CSSProperties",
                  "source": {
                    "symbol": "CSSProperties",
                    "module": "vue"
                  }
                }
              ]
            },
            {
              "name": "before-close",
              "description": "关闭前的回调函数（返回 `false` 可阻止关闭，支持返回 `Promise`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "ok-auto-close",
              "description": "确认按钮是否默认关闭弹窗",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "slots": [
            {
              "name": "header",
              "description": "自定义标题区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#slots"
            },
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#slots"
            },
            {
              "name": "footer",
              "description": "自定义底部按钮区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "ok",
                "description": "确定按钮回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events"
              },
              {
                "name": "cancel",
                "description": "取消按钮回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events"
              },
              {
                "name": "closed",
                "description": "关闭弹框回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events"
              },
              {
                "name": "opened",
                "description": "打开弹框回调",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/dialog.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-drag",
          "source": {
            "symbol": "NutDrag"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/drag.html#drag-拖拽",
          "props": [
            {
              "name": "attract",
              "description": "是否开启自动吸边（根据 `screenWidth` 进行吸边）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/drag.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "direction",
              "description": "拖拽元素的拖拽方向限制",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/drag.html#props",
              "type": [
                "string"
              ],
              "default": "all",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "x"
                },
                {
                  "name": "y"
                },
                {
                  "name": "all"
                }
              ]
            },
            {
              "name": "boundary",
              "description": "拖拽元素的拖拽边界",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/drag.html#props",
              "type": [
                "object"
              ],
              "default": "{top: 0, right: 0, bottom: 0, left: 0}"
            }
          ]
        },
        {
          "name": "nut-notify",
          "source": {
            "symbol": "NutNotify"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#notify-消息通知",
          "props": [
            {
              "name": "visible",
              "description": "显示与否",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "selector",
              "description": "配置注入的 key",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "type",
              "description": "提示的信息类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ],
              "default": "danger",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "base"
                },
                {
                  "name": "primary"
                },
                {
                  "name": "success"
                },
                {
                  "name": "danger"
                },
                {
                  "name": "warning"
                },
                {
                  "name": "custom"
                }
              ]
            },
            {
              "name": "msg",
              "description": "展示文案，支持通过 `\\n` 换行",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "position",
              "description": "自定义位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ],
              "default": "top",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "top"
                },
                {
                  "name": "bottom"
                }
              ]
            },
            {
              "name": "duration",
              "description": "展示时长（单位：ms，值为 0 时，不会自动消失）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "number"
              ],
              "default": "3000"
            },
            {
              "name": "class-name",
              "description": "自定义类名",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "z-index",
              "description": "组件的 z-index",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "number"
              ],
              "default": "9999"
            },
            {
              "name": "custom-color",
              "description": "字体颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "background",
              "description": "背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "safe-area-inset-top",
              "description": "是否留出顶部安全距离（默认为状态栏高度）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "safe-area-inset-bottom",
              "description": "是否留出底部安全距离（启用后通过 `safe-height` 指定距离）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "safe-height",
              "description": "自定义安全距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "on-click",
              "description": "点击时的回调函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "on-close",
              "description": "关闭时的回调函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "on-closed",
              "description": "关闭动画完成时回调函数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#props",
              "type": [
                "Function"
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#events"
              },
              {
                "name": "close",
                "description": "关闭时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#events"
              },
              {
                "name": "closed",
                "description": "关闭动画完成时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/notify.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-swipe-group",
          "source": {
            "symbol": "NutSwipeGroup"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#swipegroup",
          "props": [
            {
              "name": "lock",
              "description": "控制内部 Swipe 互斥，即滑动打开某一个 Swipe 时，触发其余 Swipe 的 `close` 方法",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#swipegroup-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ]
        },
        {
          "name": "nut-swipe",
          "source": {
            "symbol": "NutSwipe"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#swipe-滑动手势",
          "props": [
            {
              "name": "name",
              "description": "唯一标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "disabled",
              "description": "是否禁用滑动",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props",
              "type": [
                "string"
              ],
              "default": "false"
            },
            {
              "name": "touch-move-prevent-default",
              "description": "是否阻止滑动事件行为",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "touch-move-stop-propagation",
              "description": "是否阻止滑动事件冒泡",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "close-on-click",
              "description": "点击自动关闭的部分",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#props",
              "type": [
                "Array"
              ],
              "default": "[left, content, right]"
            }
          ],
          "slots": [
            {
              "name": "left",
              "description": "左侧滑动内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#slots"
            },
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#slots"
            },
            {
              "name": "right",
              "description": "右侧滑动内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "open",
                "description": "开启时触发（`left` 指向左滑，`right` 指向右滑）",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#events"
              },
              {
                "name": "close",
                "description": "关闭时触发，同上",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/swipe.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-switch",
          "source": {
            "symbol": "NutSwitch"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#switch-开关",
          "props": [
            {
              "name": "model-value",
              "description": "开关状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "boolean",
                "string",
                "number"
              ],
              "default": "false"
            },
            {
              "name": "disabled",
              "description": "禁用状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "loading",
              "description": "加载状态",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "active-color",
              "description": "打开时的背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "string"
              ],
              "default": "#fa2c19"
            },
            {
              "name": "inactive-color",
              "description": "关闭时的背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "string"
              ],
              "default": "#ebebeb"
            },
            {
              "name": "active-text",
              "description": "打开时文字描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "inactive-text",
              "description": "关闭时文字描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "active-value",
              "description": "打开时组件的值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "boolean",
                "string",
                "number"
              ],
              "default": "true"
            },
            {
              "name": "inactive-value",
              "description": "关闭组件的值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#props",
              "type": [
                "boolean",
                "string",
                "number"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "icon",
              "description": "加载状态图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "切换开关时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/switch.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-toast",
          "source": {
            "symbol": "NutToast"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#toast-吐司",
          "props": [
            {
              "name": "visible",
              "description": "是否显示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "selector",
              "description": "配置注入的 key",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "type",
              "description": "弹框类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ],
              "default": "text",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "text"
                },
                {
                  "name": "success"
                },
                {
                  "name": "error"
                },
                {
                  "name": "warning"
                },
                {
                  "name": "loading"
                }
              ]
            },
            {
              "name": "title",
              "description": "标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "msg",
              "description": "消息文本内容，支持富文本",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "duration",
              "description": "展示时长（单位：ms）（组合式函数用法和 Ref 用法中的 `loading` 类型默认为 `0`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "number"
              ],
              "default": "2000"
            },
            {
              "name": "size",
              "description": "文案尺寸",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ],
              "default": "base",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "small"
                },
                {
                  "name": "base"
                },
                {
                  "name": "large"
                }
              ]
            },
            {
              "name": "z-index",
              "description": "组件的 z-index",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "number"
              ],
              "default": "50"
            },
            {
              "name": "icon",
              "description": "自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "icon-size",
              "description": "图标大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "20px"
            },
            {
              "name": "bg-color",
              "description": "背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "cover",
              "description": "是否显示遮罩层（组合式函数用法和 Ref 用法中的 `loading` 类型默认为 `true`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "boolean"
              ]
            },
            {
              "name": "cover-color",
              "description": "遮罩层颜色，默认透明",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "center",
              "description": "是否展示在页面中部（为 `false` 时展示在底部）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "bottom",
              "description": "距页面底部的距离（`center` 为 `false` 时有效）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "30px"
            },
            {
              "name": "text-align-center",
              "description": "文案是否居中",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "loading-rotate",
              "description": "loading 图标是否旋转",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "close-on-click-overlay",
              "description": "是否在点击遮罩层后关闭提示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "on-close",
              "description": "关闭时触发的事件",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "Function"
              ]
            },
            {
              "name": "on-closed",
              "description": "关闭动画完成时触发的事件",
              "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#props",
              "type": [
                "Function"
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "close",
                "description": "关闭时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#events"
              },
              {
                "name": "closed",
                "description": "关闭动画完成时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/feedback/toast.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-divider",
          "source": {
            "symbol": "NutDivider"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/divider.html#divider-分割线",
          "props": [
            {
              "name": "dashed",
              "description": "是否使用虚线",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/divider.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "hairline",
              "description": "是否使用 `0.5px` 线",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/divider.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "content-position",
              "description": "内容位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/divider.html#props",
              "type": [
                "string"
              ],
              "default": "center",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "right"
                },
                {
                  "name": "center"
                }
              ]
            },
            {
              "name": "direction",
              "description": "水平还是垂直类型",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/divider.html#props",
              "type": [
                "string"
              ],
              "default": "horizontal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/divider.html#slots"
            }
          ]
        },
        {
          "name": "nut-grid-item",
          "source": {
            "symbol": "NutGridItem"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem",
          "props": [
            {
              "name": "text",
              "description": "文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem-props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义所有内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem-slots"
            },
            {
              "name": "text",
              "description": "自定义文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击格子时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#griditem-events"
              }
            ]
          }
        },
        {
          "name": "nut-grid",
          "source": {
            "symbol": "NutGrid"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#grid-宫格",
          "props": [
            {
              "name": "column-num",
              "description": "列数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "4"
            },
            {
              "name": "border",
              "description": "是否显示边框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "gutter",
              "description": "格子之间的间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "center",
              "description": "是否将格子内容居中显示",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "square",
              "description": "是否将格子固定为正方形",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "reverse",
              "description": "内容翻转",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "direction",
              "description": "格子内容排列的方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "string"
              ],
              "default": "vertical",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            },
            {
              "name": "clickable",
              "description": "是否开启格子点击反馈",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/grid.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ]
        },
        {
          "name": "nut-row",
          "source": {
            "symbol": "NutRow"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#row",
          "props": [
            {
              "name": "type",
              "description": "布局方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "flex"
                }
              ]
            },
            {
              "name": "gutter",
              "description": "列元素之间的间距（单位：px）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "justify",
              "description": "flex 主轴对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props",
              "type": [
                "string"
              ],
              "default": "start",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "start"
                },
                {
                  "name": "end"
                },
                {
                  "name": "center"
                },
                {
                  "name": "space-around"
                },
                {
                  "name": "space-between"
                },
                {
                  "name": "space-evenly"
                }
              ]
            },
            {
              "name": "align",
              "description": "flex 交叉轴对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props",
              "type": [
                "string"
              ],
              "default": "flex-start",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "flex-start"
                },
                {
                  "name": "center"
                },
                {
                  "name": "flex-end"
                }
              ]
            },
            {
              "name": "flex-wrap",
              "description": "flex 是否换行",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#row-props",
              "type": [
                "string"
              ],
              "default": "nowrap",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "nowrap"
                },
                {
                  "name": "wrap"
                },
                {
                  "name": "reverse"
                }
              ]
            }
          ]
        },
        {
          "name": "nut-col",
          "source": {
            "symbol": "NutCol"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#col",
          "props": [
            {
              "name": "span",
              "description": "列元素宽度（共分为 24 份，例如设置一行 3 个，那么 `span` 值为 8）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#col-props",
              "type": [
                "string",
                "number"
              ],
              "default": "24"
            },
            {
              "name": "offset",
              "description": "列元素偏移距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/layout.html#col-props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            }
          ]
        },
        {
          "name": "nut-safe-area",
          "source": {
            "symbol": "NutSafeArea"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/safearea.html#safearea-安全区-<badge>v1.5.8</badge>",
          "props": [
            {
              "name": "position",
              "description": "安全区的位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/safearea.html#props",
              "type": [
                "string"
              ],
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "top"
                },
                {
                  "name": "bottom"
                }
              ]
            }
          ]
        },
        {
          "name": "nut-sticky",
          "source": {
            "symbol": "NutSticky"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/layout/sticky.html#sticky-粘性布局",
          "props": [
            {
              "name": "offset-top",
              "description": "吸顶距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/sticky.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "z-index",
              "description": "吸附时的层级",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/sticky.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "2000"
            },
            {
              "name": "custom-nav-height",
              "description": "导航栏高度，自定义导航栏时使用（H5 端默认值为 `44`）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/sticky.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "disabled",
              "description": "是否禁用吸顶功能",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/sticky.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "bg-color",
              "description": "组件背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/layout/sticky.html#props",
              "type": [
                "string"
              ],
              "default": "transparent"
            }
          ]
        },
        {
          "name": "nut-elevator",
          "source": {
            "symbol": "NutElevator"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#elevator-电梯楼层",
          "props": [
            {
              "name": "height",
              "description": "电梯区域的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "200px"
            },
            {
              "name": "accept-key",
              "description": "索引字段",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#props",
              "type": [
                "string"
              ],
              "default": "title"
            },
            {
              "name": "index-list",
              "description": "索引列表",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "is-sticky",
              "description": "索引是否吸顶",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "space-height",
              "description": "右侧锚点的上下间距",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#props",
              "type": [
                "number"
              ],
              "default": "23"
            },
            {
              "name": "title-height",
              "description": "左侧索引的高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#props",
              "type": [
                "number"
              ],
              "default": "35"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义左侧索引下每条数据的内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#slots",
              "type": "{ item: any }"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click-item",
                "description": "点击内容时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#events"
              },
              {
                "name": "click-index",
                "description": "点击索引时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#events"
              },
              {
                "name": "change",
                "description": "索引改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/elevator.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-fixed-nav",
          "source": {
            "symbol": "NutFixedNav"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#fixednav-悬浮导航",
          "props": [
            {
              "name": "visible",
              "description": "是否打开",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "nav-list",
              "description": "悬浮列表内容数据",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "active-color",
              "description": "选中按钮文案颜色,默认集成主题色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "string"
              ],
              "default": "#fa2c19"
            },
            {
              "name": "active-text",
              "description": "收起列表按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "string"
              ],
              "default": "收起导航"
            },
            {
              "name": "un-active-text",
              "description": "展开列表按钮文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "string"
              ],
              "default": "快速导航"
            },
            {
              "name": "type",
              "description": "导航方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "string"
              ],
              "default": "right",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "overlay",
              "description": "展开时是否显示遮罩",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "position",
              "description": "fixed 垂直位置",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#props",
              "type": [
                "object"
              ],
              "default": "{ top: auto, bottom: auto }"
            }
          ],
          "slots": [
            {
              "name": "btn",
              "description": "自定义按钮",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#slots"
            },
            {
              "name": "list",
              "description": "自定义展开列表内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "selected",
                "description": "选择之后触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/fixednav.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-indicator",
          "source": {
            "symbol": "NutIndicator"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/indicator.html#indicator-指示器",
          "props": [
            {
              "name": "current",
              "description": "当前步骤",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/indicator.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "size",
              "description": "步骤长度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/indicator.html#props",
              "type": [
                "number"
              ],
              "default": "3"
            },
            {
              "name": "block",
              "description": "是否启用块级布局",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/indicator.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "align",
              "description": "对齐方式，仅 `block` 为 `true` 时有效",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/indicator.html#props",
              "type": [
                "string"
              ],
              "default": "left",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                },
                {
                  "name": "right"
                }
              ]
            },
            {
              "name": "fill-zero",
              "description": "单数前面是否补 0",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/indicator.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ]
        },
        {
          "name": "nut-menu-item",
          "source": {
            "symbol": "NutMenuItem"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem",
          "props": [
            {
              "name": "model-value",
              "description": "选中值",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "title",
              "description": "菜单项标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "options",
              "description": "选项数组",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "Array"
              ],
              "default": "[]"
            },
            {
              "name": "disabled",
              "description": "是否禁用菜单",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "cols",
              "description": "一行展示多少列",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "active-title-class",
              "description": "选项选中时自定义标题样式类",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "inactive-title-class",
              "description": "选项非选中时自定义标题样式类",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "option-icon",
              "description": "选项选中时选中图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "icon",
              "description": "自定义选项图标（不支持小程序）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "选择选项时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events"
              },
              {
                "name": "open",
                "description": "打开菜单栏时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events"
              },
              {
                "name": "close",
                "description": "关闭菜单栏时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events"
              },
              {
                "name": "item-click",
                "description": "点击选项时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menuitem-events"
              }
            ]
          }
        },
        {
          "name": "nut-menu",
          "source": {
            "symbol": "NutMenu"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#menu-菜单",
          "props": [
            {
              "name": "active-color",
              "description": "选项的选中态图标颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "string"
              ],
              "default": "#F2270C"
            },
            {
              "name": "close-on-click-overlay",
              "description": "是否在点击遮罩层后关闭菜单",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "scroll-fixed",
              "description": "滚动后是否固定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "boolean",
                "string",
                "number"
              ],
              "default": "false"
            },
            {
              "name": "scroll-top",
              "description": "页面的滚动距离",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "number"
              ],
              "default": "0"
            },
            {
              "name": "title-class",
              "description": "自定义标题样式类",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "lock-scroll",
              "description": "背景是否锁定",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "title-icon",
              "description": "自定义标题图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "direction",
              "description": "展开方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "string"
              ],
              "default": "down",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "up"
                },
                {
                  "name": "down"
                }
              ]
            },
            {
              "name": "up-icon",
              "description": "收起的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "string"
              ],
              "default": "rect-up"
            },
            {
              "name": "down-icon",
              "description": "展开的图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#props",
              "type": [
                "string"
              ],
              "default": "rect-down"
            }
          ],
          "slots": [
            {
              "name": "icon",
              "description": "自定义标题图标（不支持小程序）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/menu.html#slots"
            }
          ]
        },
        {
          "name": "nut-navbar",
          "source": {
            "symbol": "NutNavbar"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#navbar-头部导航",
          "props": [
            {
              "name": "title",
              "description": "标题名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "left-text",
              "description": "左侧文案",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "desc",
              "description": "右侧描述",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "string"
              ]
            },
            {
              "name": "left-show",
              "description": "是否展示左侧箭头",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "title-icon",
              "description": "标题中是否展示图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "border",
              "description": "是否显示下边框",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "fixed",
              "description": "是否固定到顶部",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "placeholder",
              "description": "固定在顶部时是否在标签位置生成一个等高的占位元素",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "safe-area-inset-top",
              "description": "是否开启顶部安全区适配",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "z-index",
              "description": "导航栏的 z-index",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "number",
                "string"
              ],
              "default": "10"
            },
            {
              "name": "size",
              "description": "图标与字体大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "custom-color",
              "description": "图标与字体颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#props",
              "type": [
                "string"
              ],
              "default": "#979797"
            }
          ],
          "slots": [
            {
              "name": "left",
              "description": "自定义左侧内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#slots"
            },
            {
              "name": "right",
              "description": "自定义右侧内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#slots"
            },
            {
              "name": "content",
              "description": "自定义导航栏中间内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#slots"
            },
            {
              "name": "leftShow",
              "description": "左侧箭头自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#slots"
            },
            {
              "name": "titleIcon",
              "description": "标题中自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click-title",
                "description": "点击页面标题事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#events"
              },
              {
                "name": "click-icon",
                "description": "点击页面标题图标事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#events"
              },
              {
                "name": "click-right",
                "description": "点击右侧按钮事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#events"
              },
              {
                "name": "click-back",
                "description": "点击左侧图标事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/navbar.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-pagination",
          "source": {
            "symbol": "NutPagination"
          },
          "description": "",
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#pagination-分页",
          "props": [
            {
              "name": "model-value",
              "description": "当前页码",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "number"
              ],
              "default": "1"
            },
            {
              "name": "mode",
              "description": "显示模式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string"
              ],
              "default": "multi",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "simple"
                },
                {
                  "name": "multi"
                }
              ]
            },
            {
              "name": "prev-text",
              "description": "上一页按钮文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string"
              ],
              "default": "上一页"
            },
            {
              "name": "next-text",
              "description": "下一页按钮文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string"
              ],
              "default": "下一页"
            },
            {
              "name": "page-count",
              "description": "总页数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string",
                "number"
              ]
            },
            {
              "name": "total-items",
              "description": "总记录数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "0"
            },
            {
              "name": "items-per-page",
              "description": "每页记录数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "10"
            },
            {
              "name": "show-page-size",
              "description": "显示的页码个数",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "string",
                "number"
              ],
              "default": "5"
            },
            {
              "name": "force-ellipses",
              "description": "是否显示省略号",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "prevText",
              "description": "自定义上一页按钮内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#slots"
            },
            {
              "name": "nextText",
              "description": "自定义下一页按钮内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#slots"
            },
            {
              "name": "page",
              "description": "自定义页码",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "change",
                "description": "页码改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/pagination.html#events"
              }
            ]
          }
        },
        {
          "name": "nut-side-navbar",
          "source": {
            "symbol": "NutSideNavbar"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbar",
          "props": [
            {
              "name": "offset",
              "description": "导航缩进宽度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbar-props",
              "type": [
                "number",
                "string"
              ],
              "default": "15"
            }
          ]
        },
        {
          "name": "nut-sub-side-navbar",
          "source": {
            "symbol": "NutSubSideNavbar"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar",
          "props": [
            {
              "name": "title",
              "description": "导航标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "ikey",
              "description": "导航唯一标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "open",
              "description": "导航是否默认展开",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-props",
              "type": [
                "boolean"
              ],
              "default": "true"
            }
          ],
          "js": {
            "events": [
              {
                "name": "title-click",
                "description": "导航点击",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#subsidenavbar-events"
              }
            ]
          }
        },
        {
          "name": "nut-side-navbar-item",
          "source": {
            "symbol": "NutSideNavbarItem"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem",
          "props": [
            {
              "name": "title",
              "description": "导航标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "ikey",
              "description": "导航唯一标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem-props",
              "type": [
                "number",
                "string"
              ]
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "导航点击",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/sidenavbar.html#sidenavbaritem-events"
              }
            ]
          }
        },
        {
          "name": "nut-tabbar",
          "source": {
            "symbol": "NutTabbar"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar",
          "props": [
            {
              "name": "model-value",
              "description": "选中标签的索引值或者名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "bottom",
              "description": "是否固定在页面底部",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "unactive-color",
              "description": "图标未激活的颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "string"
              ],
              "default": "#7d7e80"
            },
            {
              "name": "active-color",
              "description": "图标激活的颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "string"
              ],
              "default": "#1989fa"
            },
            {
              "name": "safe-area-inset-bottom",
              "description": "是否开启 iphone 系列全面屏底部安全区适配",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "placeholder",
              "description": "固定在底部时，是否在标签位置生成一个等高的占位元素",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "controlled",
              "description": "是否启用受控模式，启用后选中项始终受 `model-value` 控制",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "js": {
            "events": [
              {
                "name": "tab-switch",
                "description": "切换页签时触发事件",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbar-events"
              }
            ]
          }
        },
        {
          "name": "nut-tabbar-item",
          "source": {
            "symbol": "NutTabbarItem"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem",
          "props": [
            {
              "name": "tab-title",
              "description": "标签页的标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "name",
              "description": "标签名称，作为匹配的标识符",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "icon",
              "description": "图标名称",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-props",
              "type": [
                "string"
              ]
            }
          ],
          "slots": [
            {
              "name": "icon",
              "description": "自定义图标",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabbar.html#tabbaritem-slots",
              "type": "{ active: boolean }"
            }
          ]
        },
        {
          "name": "nut-tabs",
          "source": {
            "symbol": "NutTabs"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs",
          "props": [
            {
              "name": "model-value",
              "description": "绑定当前选中标签的标识符",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "custom-color",
              "description": "标签选中色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "string"
              ],
              "default": "#1a1a1a"
            },
            {
              "name": "background",
              "description": "标签栏背景颜色",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "string"
              ],
              "default": "#f5f5f5"
            },
            {
              "name": "direction",
              "description": "使用横纵方向",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "string"
              ],
              "default": "horizontal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "horizontal"
                },
                {
                  "name": "vertical"
                }
              ]
            },
            {
              "name": "type",
              "description": "选中底部展示样式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "string"
              ],
              "default": "line",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "line"
                },
                {
                  "name": "smile"
                }
              ]
            },
            {
              "name": "swipeable",
              "description": "是否开启手势左右滑动切换",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "title-scroll",
              "description": "标签栏是否可以滚动",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "ellipsis",
              "description": "是否省略过长的标题文字",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "boolean"
              ],
              "default": "true"
            },
            {
              "name": "animated-time",
              "description": "切换动画时长（单位：ms）",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "number",
                "string"
              ],
              "default": "300"
            },
            {
              "name": "title-gutter",
              "description": "标签间隙",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "number",
                "string"
              ],
              "default": "0"
            },
            {
              "name": "size",
              "description": "标签栏字体尺寸大小",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "string"
              ],
              "default": "normal",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "small"
                },
                {
                  "name": "normal"
                },
                {
                  "name": "large"
                }
              ]
            },
            {
              "name": "auto-height",
              "description": "是否启用自动高度",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            },
            {
              "name": "align",
              "description": "横轴方向的标题对齐方式",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-props",
              "type": [
                "string"
              ],
              "default": "center",
              "attribute-value": {
                "type": "enum"
              },
              "values": [
                {
                  "name": "left"
                },
                {
                  "name": "center"
                }
              ]
            }
          ],
          "slots": [
            {
              "name": "titles",
              "description": "自定义导航区域",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-slots"
            },
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-slots"
            }
          ],
          "js": {
            "events": [
              {
                "name": "click",
                "description": "点击标签时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-events"
              },
              {
                "name": "change",
                "description": "当前激活的标签改变时触发",
                "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabs-events"
              }
            ]
          }
        },
        {
          "name": "nut-tab-pane",
          "source": {
            "symbol": "NutTabPane"
          },
          "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane",
          "props": [
            {
              "name": "title",
              "description": "标题",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-props",
              "type": [
                "string"
              ]
            },
            {
              "name": "pane-key",
              "description": "唯一标识",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-props",
              "type": [
                "number",
                "string"
              ]
            },
            {
              "name": "disabled",
              "description": "是否禁用",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-props",
              "type": [
                "boolean"
              ],
              "default": "false"
            }
          ],
          "slots": [
            {
              "name": "default",
              "description": "自定义内容",
              "doc-url": "https://nutui-uniapp.pages.dev/components/nav/tabs.html#tabpane-slots"
            }
          ]
        }
      ]
    }
  }
}