mirror of
https://github.com/Yuyi-Oak/BlueArchiveToolkit.git
synced 2026-07-22 01:15:14 +08:00
quarantine 条目的 skipped_this_run 字段恒写 true、仅测试读取、不参与任何逻辑, 且名称误导——下载失败是 fail-fast 中止整轮,并非“跳过该 URL 继续”。删除该字段, 并把失败消息中的“跳过本轮”改为“中止本轮同步、不发布不完整资源”以消除歧义。 (quarantine 为瞬时状态文件且未启用 deny_unknown_fields,旧文件多出的键会被忽略。) 对应 issue #18 维护清单 3-2。 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>