移除没用的东西

This commit is contained in:
cookfront
2017-02-13 22:57:57 +08:00
parent e62665f3bc
commit e3d5585e9b
17 changed files with 135 additions and 449 deletions
+66 -14
View File
@@ -1,27 +1,30 @@
{
"zh-CN": [
{
"name": "基础组件",
"name": "oxygen组件",
"groups": [
{
"groupName": "Basic",
"list": [
{
"path": "/sample",
"title": "Sample"
},
{
"path": "/button",
"title": "Button"
}
]
},
{
"groupName": "CSS组件",
"list": [
{
"path": "/button",
"title": "Button"
},
{
"path": "/cell",
"title": "Cell"
},
{
"path": "/loading",
"title": "Loading"
},
{
"path": "/progress",
"title": "Progress"
},
{
"path": "/card",
"title": "Card"
}
]
},
@@ -45,6 +48,55 @@
"title": "Checkbox"
}
]
},
{
"groupName": "JS组件",
"list": [
{
"path": "/tab",
"title": "Tab"
},
{
"path": "/toast",
"title": "Toast"
},
{
"path": "/img-uploader",
"title": "Img Uploader"
},
{
"path": "/picker",
"title": "Picker"
},
{
"path": "/datetime-picker",
"title": "Datetime Picker"
},
{
"path": "/lazyload",
"title": "Lazyload"
},
{
"path": "/pop",
"title": "Pop"
},
{
"path": "/swipe",
"title": "Swipe"
},
{
"path": "/waterfall",
"title": "Waterfall"
},
{
"path": "/dialog",
"title": "Dialog"
},
{
"path": "/img-preview",
"title": "Img Preview"
}
]
}
]
}