Closed
Conversation
Contributor
Author
|
这边相关内容的文档已经写了,如果 PR 被合并,那我就把文档的 PR 也提交上去:) |
Contributor
Author
Member
|
这个单独提一个 PR 吧 关于 CDN 后缀,我会在下一个大版本里重新设计,所以这里就不改了 |
Contributor
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.
🐛 修复文章 TOC 中长标题引发的内容截断 #1241
原因是 TOC 中单个标题限制在 2 行,如果标题过长而自动换行,就会导致下面的内容被截断无法显示。
修复添加了
nowrap,保证不会自动换行。✨ 增加 CDN URL 自定义后缀支持 #797 #1135
通过替换原有的固定后缀,改为配置文件中的后缀,增加了自定义功能。
(修改有点大,建议 review 一下 😂)