docs: 修复章号 vs 篇号体系全面错乱#70
Merged
Merged
Conversation
v2 重排后,几乎每章开篇仍写"本篇是系列的第 X 篇",但 X 与文件名 章号完全对不上(第 03 章自称第 17 篇、第 04 章自称第 26 篇、 第 33 章自称第 3 篇等等)。跨章引用("第 21 篇讲了 Ink")也全错。 本次统一修正: - 34 个章节文件开篇 self-ref 全部对齐到文件名 NN,"本篇"→"本章" - v1 沿用章节的正文交叉引用按 v1→v2 映射表全部 remap,"篇"→"章" - 8 个 v2 新增章节的正文引用按目标 v2 章号手动修正 - 第 34 章"过去 33 篇"、"这 34 篇"统一为"章" - 第 21 章"前面 23 篇" → "前面 20 章"(开篇时已读章数对齐) bun run check:docs 全绿。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
v2 重排后,几乎每章开篇仍写「本篇是系列的第 X 篇」,但 X 与文件名章号完全对不上:
跨章引用(「第 21 篇讲了 Ink」「第 27 篇讲了多模态文件上传」)几乎全错。这是全书第一观感的最大伤害。
修复内容
Test plan
🤖 Generated with Claude Code