{
  // 资源名称
  "name": "default",
  // 资源描述
  "description": "默认资源",
  // 资源类型 media媒体|doc文档|text文本|file文件
  "type": "file",
  // 分组
  // media媒体：image图片|video视频|audio音频|file文件
  // doc文档：doc文档|pdf文档|excel文档|word文档|ppt文档|csv文档
  // text文本：markdown|json|xml|html|txt|js|css
  "group": "markdown",
  // 资源目录：./static/资源类型/资源分组
  "dir": "./static",
  // 主文件
  "main": ""
}