From 329f3df151e40f36c552e6016ebb3de5c245a447 Mon Sep 17 00:00:00 2001 From: Zhuang Ma Date: Mon, 22 Oct 2018 15:35:03 +0800 Subject: [PATCH 1/2] fix link of chinese copywriting guidelines --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258fa75d..cdd14ecc 100644 --- a/README.md +++ b/README.md @@ -182,7 +182,7 @@ #### Typesetting -笔记内容按照 [中文文案排版指北](http://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版,以保证内容的可读性。 +笔记内容按照 [中文文案排版指北](https://mazhuang.org/wiki/chinese-copywriting-guidelines/) 进行排版,以保证内容的可读性。 笔记不使用 `![]()` 这种方式来引用图片,而是用 `` 标签。一方面是为了能够控制图片以合适的大小显示,另一方面是因为 GFM 不支持 `
![]()
` 让图片居中显示,只能使用 `
` 达到居中的效果。 From f2c02d52076c69b97a48d9ce5dd5264a046b70e5 Mon Sep 17 00:00:00 2001 From: MckayRen <729022340@qq.com> Date: Fri, 26 Oct 2018 21:31:04 +0800 Subject: [PATCH 2/2] =?UTF-8?q?Update=20=E9=87=8D=E6=9E=84.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit typo 软 -> 使 --- notes/重构.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notes/重构.md b/notes/重构.md index e90fa84e..d7e31bf8 100644 --- a/notes/重构.md +++ b/notes/重构.md @@ -383,7 +383,7 @@ class App { ## 重构与性能 -为了软代码更容易理解,重构可能会导致性能减低。 +为了使代码更容易理解,重构可能会导致性能减低。 在编写代码时,不用对性能过多关注,只有在最后性能优化阶段再考虑性能问题。