Skip to content

Files

Latest commit

f06e5c7 · Mar 19, 2025

History

History
25 lines (19 loc) · 362 Bytes

Incremental.md

File metadata and controls

25 lines (19 loc) · 362 Bytes

增量包介绍

changes.json

介绍

Mirror 酱会为增量包提供不同版本之间的 changes.json 文件,用于描述两个版本之间的差异。

示例

{
    "added": {
        "foo/a.png",
        "foo/b.png"
    },
    "deleted": {
        "foo/c.png"
    },
    "modified": {
        "resource/config.json"
    }
}