config.json 5.1 KB
Newer Older
W
wangbei16 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
{
  "versions": [
    {
      "name": "1.x",
      "link": "/1x/"
    },
    {
      "name": "2.x",
      "link": "/"
    },
    {
      "name": "3.x",
      "link": "/3x/"
    },
    {
      "name": "nutui-jdl",
      "link": "/jdl/"
    },
    {
      "name": "nutui-react",
      "link": "https://github.com/jdf2e/nutui/tree/nutui-react"
    }
  ],
  "header": [
    {
      "name": "guide",
      "cName": "指南",
      "path": "/intro"
    },
    {
      "name": "intro",
      "cName": "组件",
      "path": "/intro"
    },
    {
      "name": "example",
      "cName": "示例",
      "path": "/"
    },
    {
      "name": "resource",
      "cName": "资源",
      "path": "/resource"
    }
  ],
  "docs": {
    "name": "指南",
    "packages": [
      {
        "name": "intro",
        "cName": "介绍",
        "show": true
      },
      {
        "name": "start",
        "cName": "快速上手",
        "show": true
      },
      {
        "name": "theme",
        "cName": "主题定制",
        "show": true
      },
      {
        "name": "international",
        "cName": "国际化",
        "show": false
      },
      {
        "name": "resource",
        "cName": "资源",
        "show": true
      },
      {
        "name": "https://github.com/jdf2e/nutui/releases",
        "cName": "更新日志",
        "show": true,
        "isLink": true
      }
    ]
  },
  "nav": [
    {
      "name": "布局组件",
      "packages": [
        {
          "version": "1.0.0",
          "name": "Button",
          "type": "component",
          "cName": "按钮",
          "desc": "按钮",
          "sort": 1,
          "show": true,
          "author": ""
xiaozhumaopao's avatar
xiaozhumaopao 已提交
95 96 97 98 99 100 101 102 103 104
        },
        {
          "version": "1.0.0",
          "name": "Collapse",
          "type": "component",
          "cName": "折叠面板",
          "desc": "折叠面板,可进行内容折叠展开操作,可以多面板配合使用。",
          "sort": 2,
          "show": true,
          "author": "zhenyulei"
W
wangbei16 已提交
105 106 107 108 109
        }
      ]
    },
    {
      "name": "操作反馈",
Y
yewenwen 已提交
110 111 112 113 114 115 116 117 118 119 120 121
      "packages": [
        {
          "version": "1.0.0",
          "name": "Toast",
          "type": "component",
          "cName": "吐司",
          "desc": "轻提示",
          "sort": 1,
          "show": true,
          "author": "VickyYe"
        }
      ]
W
wangbei16 已提交
122 123 124 125 126 127 128 129 130 131 132 133 134
    },
    {
      "name": "基础组件",
      "packages": [
        {
          "version": "1.0.0",
          "name": "Icon",
          "type": "component",
          "cName": "图标组件",
          "desc": "图标",
          "sort": 1,
          "show": true,
          "author": "oasis-cloud"
L
liuyijun 已提交
135 136 137 138 139 140 141 142 143 144
        },
        {
          "version": "1.0.0",
          "name": "Avatar",
          "type": "component",
          "cName": "头像",
          "desc": "用来代表用户或事物,支持图片、图标或字符展示。",
          "sort": 2,
          "show": true,
          "author": "junjun"
145
        },
宋宋 已提交
146 147 148 149 150 151 152 153 154 155 156
        {
          "version": "1.0.0",
          "name": "Cell",
          "type": "component",
          "cName": "列表组件",
          "desc": "列表项,可组成列表",
          "sort": 2,
          "show": true,
          "author": "songsong"
        },
        {
157 158 159 160 161 162 163 164
          "version": "1.0.0",
          "name": "CellGroup",
          "type": "component",
          "cName": "单元格组件",
          "desc": "展示分组列表",
          "sort": 1,
          "show": false,
          "author": "songsong"
L
liuyijun 已提交
165 166 167 168 169 170 171 172 173 174
        },
        {
          "version": "1.0.0",
          "name": "Overlay",
          "type": "component",
          "cName": "遮罩层",
          "desc": "创建一个遮罩层,通常用于阻止用户进行其他操作",
          "sort": 5,
          "show": true,
          "author": "junjun"
_
__Oasis__ 已提交
175
        },
宋宋 已提交
176 177 178 179 180 181 182 183 184 185
        {
          "version": "1.0.0",
          "name": "Price",
          "type": "component",
          "cName": "价格",
          "desc": "用来对商品价格数值的小数点前后部分应用不同样式,还支持人民币符号、千位分隔符、设置小数点位数等功能。",
          "sort": 4,
          "show": true,
          "author": "songsong"
        }
W
wangbei16 已提交
186 187 188 189 190 191 192 193
      ]
    },
    {
      "name": "导航组件",
      "packages": []
    },
    {
      "name": "数据录入",
L
liuyijun 已提交
194 195 196 197 198 199 200 201 202 203
      "packages": [
        {
          "version": "1.0.0",
          "name": "Uploader",
          "type": "component",
          "cName": "上传",
          "desc": "用于将本地的图片或文件上传至服务器。",
          "sort": 1,
          "show": true,
          "author": "swag~jun"
204
        },
Y
yewenwen 已提交
205 206 207 208 209 210 211 212 213
        {
          "version": "1.0.0",
          "name": "Input",
          "type": "component",
          "cName": "输入框",
          "desc": "单行输入框",
          "sort": 1,
          "show": true,
          "author": "VickyYe"
Y
yewenwen 已提交
214 215 216 217 218 219 220 221 222 223
        },
        {
          "version": "1.0.0",
          "name": "TextArea",
          "type": "component",
          "cName": "文本域",
          "desc": "文本框内输入或编辑文字,支持限制输入数量。",
          "sort": 2,
          "show": true,
          "author": "VickyYe"
L
liuyijun 已提交
224 225
        }
      ]
W
wangbei16 已提交
226 227 228 229 230 231
    },
    {
      "name": "业务组件",
      "packages": []
    }
  ]
_
__Oasis__ 已提交
232
}