[   
    {
        "icon": "fa fa-folder-open-o",
        "text": "所有文件",
        "type": "all"
    },
    {
        "icon": "fa fa-folder",
        "text": "文件夹",
        "type": "dir"
    },
    {
        "icon": "fa fa-file",
        "text": "文件",
        "type": "file"
    },
    {
        "icon": "fa fa-picture-o",
        "text": "图片",
        "type": "image"
    },
    {
        "icon": "fa fa-video-camera",
        "text": "视频",
        "type": "video"
    },
    {
        "icon": "fa fa-music",
        "text": "音乐",
        "type": "music"
    },
    {
        "icon": "fa fa-gg",
        "text": "其他",
        "type": "other"
    }
]