Open z0z0r4 opened 2 hours ago
参考 https://github.com/Hex-Dragon/PCL2/issues/5113
未能同步的原因是 Modrinth 的 updated 不包含 remove 操作...
updated
Modrinth 可以简单的处理,额外检查该 project_id 下的版本列表中是否有需要删除的 version
project_id
curseforge 也需要处理,待具体分析
curseforge 我无法验证 remove 操作是否影响 dateModified,语义上分析是可以的...
dateModified
此外还有可能项目本身被删除…也需要diff…
参考 https://github.com/Hex-Dragon/PCL2/issues/5113
未能同步的原因是 Modrinth 的
updated
不包含 remove 操作...Modrinth 可以简单的处理,额外检查该
project_id
下的版本列表中是否有需要删除的 versioncurseforge 也需要处理,待具体分析