feat(c-tutorials): 练习参考答案折叠化(02A–08B支持) - #135
Merged
Merged
Conversation
details: 按照 @owollz4 大佬的请求,添加了已经拥有习题答案的相关文章使用 vite 提供的 details 能力进行了折叠,默认默认收起、点击展开,共 24 处。 答案正文一字未动; 机制用 VitePress 内置 ::: details 容器,零新代码、零新依赖。 build 验证:24 个 <summary>参考答案</summary> 全部渲染,旧标题 0 残留。 btw: 01(练习无答案)跳过。
Collaborator
|
干得好,喵 |
Member
Author
|
已严肃合并 |
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.
details:
按照 @owollz4 大佬的请求,添加了已经拥有习题答案的相关文章使用 vite
提供的 details 能力进行了折叠,默认默认收起、点击展开,共 24 处。
答案正文一字未动;
机制用 VitePress 内置 ::: details 容器,零新代码、零新依赖。
build 验证:24 个
btw:
01(练习无答案)跳过。