View on GitHub

LabelPlus Next 文档

使用指南、上传流程、解析规则、协作与性能优化

JSON 清单格式参考

/project.json(聚合清单)

{
  "projects": {
    "项目显示名": "/{项目名}/{项目名}_project.json"
  }
}

{项目名}_project.json(项目 JSON)

{
  "items": {
    "01": { "status": "", "sourcePath": "/项目/01/a.7z", "translatePath": "/项目/01/b.txt", "typesetPath": null },
    "番外": { "status": "", "sourcePath": null, "translatePath": "/项目/番外/c.txt", "typesetPath": null },
    "卷01": { "status": "", "sourcePath": "/项目/卷01/d.7z", "translatePath": null, "typesetPath": null }
  }
}

返回首页 · 文档索引