增加博客 nanmu42 #87
Merged
增加博客 nanmu42 #87
Conversation
背景见 #86 . 按要求对顺序进行了重排。 ```js let s = `闭门造轮子 (Jekyll) 丁亮的个人博客 (Solo) 一个博客 (Jekyll) BigZhu的窝 (自建) 回家看动画 (GithubIssues) Liao Yifan's Strive (Hexo) Vanessa (Pipe) programming4fun (Tumblr) gc87 (oschina) nanmu42 (Hugo)` let localeCompare = (a, b) => a.localeCompare(b) s.split('\n').sort(localeCompare).join('\n') /* 输出: "闭门造轮子 (Jekyll) 丁亮的个人博客 (Solo) 回家看动画 (GithubIssues) 一个博客 (Jekyll) BigZhu的窝 (自建) gc87 (oschina) Liao Yifan's Strive (Hexo) nanmu42 (Hugo) programming4fun (Tumblr) Vanessa (Pipe)" */ ```
|
哎呀, 我的应该改下, 换了成了 Hugo 都没改. |
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.
背景见 #86 .
按要求对顺序进行了重排。