diff --git a/README.zh-CN.md b/README.zh-CN.md index a9c3c1f..93f5cbc 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -34,7 +34,7 @@ 错误: > 在LeanCloud上,数据存储是围绕`AVObject`进行的。 -> +> > 在 LeanCloud上,数据存储是围绕`AVObject` 进行的。 完整的正确用法: @@ -52,7 +52,7 @@ 错误: > 今天出去买菜花了 5000元。 -> +> > 今天出去买菜花了5000元。 ### 数字与单位之间需要增加空格 @@ -70,13 +70,13 @@ 正确: > 今天是 233° 的高温。 -> +> > 新 MacBook Pro 有 15% 的 CPU 性能提升。 错误: > 今天是 233 ° 的高温。 -> +> > 新 MacBook Pro 有 15 % 的 CPU 性能提升。 ### 全角标点与其他字符之间不加空格 @@ -88,7 +88,7 @@ 错误: > 刚刚买了一部 iPhone ,好开心! -> +> > 刚刚买了一部 iPhone, 好开心! ### 用 `text-spacing` 来挽救? @@ -102,17 +102,17 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正确: > 德国队竟然战胜了巴西队! -> +> > 她竟然对你说「喵」?! 错误: > 德国队竟然战胜了巴西队!! -> +> > 德国队竟然战胜了巴西队!!!!!!!! -> +> > 她竟然对你说「喵」??!! -> +> > 她竟然对你说「喵」?!?!??!! ## 全角和半角 @@ -124,17 +124,17 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正确: > 嗨!你知道嘛?今天前台的小妹跟我说「喵」了哎! -> +> > 核磁共振成像(NMRI)是什么原理都不知道?JFGI! 错误: > 嗨! 你知道嘛? 今天前台的小妹跟我说 "喵" 了哎! -> +> > 嗨!你知道嘛?今天前台的小妹跟我说"喵"了哎! -> +> > 核磁共振成像 (NMRI) 是什么原理都不知道? JFGI! -> +> > 核磁共振成像(NMRI)是什么原理都不知道?JFGI! ### 数字使用半角字符 @@ -154,13 +154,13 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正确: > 贾伯斯那句话是怎么说的?「Stay hungry, stay foolish.」 -> +> > 推荐你阅读《Hackers & Painters: Big Ideas from the Computer Age》,非常的有趣。 错误: > 贾伯斯那句话是怎么说的?「Stay hungry,stay foolish。」 -> +> > 推荐你阅读《Hackers&Painters:Big Ideas from the Computer Age》,非常的有趣。 ## 名词 @@ -172,29 +172,29 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 正确: > 使用 GitHub 登录 -> +> > 我们的客户有 GitHub、Foursquare、Microsoft Corporation、Google、Facebook, Inc.。 错误: > 使用 github 登录 -> +> > 使用 GITHUB 登录 -> +> > 使用 Github 登录 -> +> > 使用 gitHub 登录 -> +> > 使用 gイんĤЦ8 登录 -> +> > 我们的客户有 github、foursquare、microsoft corporation、google、facebook, inc.。 -> +> > 我们的客户有 GITHUB、FOURSQUARE、MICROSOFT CORPORATION、GOOGLE、FACEBOOK, INC.。 -> +> > 我们的客户有 Github、FourSquare、MicroSoft Corporation、Google、FaceBook, Inc.。 -> +> > 我们的客户有 gitHub、fourSquare、microSoft Corporation、google、faceBook, Inc.。 -> +> > 我们的客户有 gイんĤЦ8、キouЯƧquムгє、๓เςг๏ร๏Ŧt ς๏гק๏гคtเ๏ภn、900913、ƒ4ᄃëв๏๏к, IПᄃ.。 注意:当网页中需要配合整体视觉风格而出现全部大写/小写的情形,HTML 中请使用标淮的大小写规范进行书写;并通过 `text-transform: uppercase;`/`text-transform: lowercase;` 对表现形式进行定义。 @@ -218,13 +218,13 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t 用法: > 请 [提交一个 issue](#) 并分配给相关同事。 -> +> > 访问我们网站的最新动态,请 [点击这里](#) 进行订阅! 对比用法: > 请[提交一个 issue](#)并分配给相关同事。 -> +> > 访问我们网站的最新动态,请[点击这里](#)进行订阅! ### 简体中文使用直角引号 @@ -239,21 +239,21 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t ## 工具 -| 仓库 | 语言 | -| ------------------------------------------------------------------------------------------------------------------------------- | --------------- | -| [vinta/paranoid-auto-spacing](https://github.com/vinta/paranoid-auto-spacing) | JavaScript | -| [huei90/pangu.node](https://github.com/huei90/pangu.node) | Node.js | -| [huacnlee/auto-correct](https://github.com/huacnlee/auto-correct) | Ruby | -| [huacnlee/autocorrect](https://github.com/huacnlee/autocorrect) | Rust, WASM, CLI | -| [huacnlee/go-auto-correct](https://github.com/huacnlee/go-auto-correct) | Go | -| [sparanoid/space-lover](https://github.com/sparanoid/space-lover) | PHP (WordPress) | -| [nauxliu/auto-correct](https://github.com/NauxLiu/auto-correct) | PHP | -| [jxlwqq/chinese-typesetting](https://github.com/jxlwqq/chinese-typesetting) | PHP | -| [hotoo/pangu.vim](https://github.com/hotoo/pangu.vim) | Vim | -| [sparanoid/grunt-auto-spacing](https://github.com/sparanoid/grunt-auto-spacing) | Node.js (Grunt) | -| [hjiang/scripts/add-space-between-latin-and-cjk](https://github.com/hjiang/scripts/blob/master/add-space-between-latin-and-cjk) | Python | -| [hustcc/hint](https://github.com/hustcc/hint) | Python | -| [studygolang/autocorrect](https://github.com/studygolang/autocorrect) | Go | +| 仓库 | 语言 | +| ------------------------------------------------------------------------------------------------------------------------------- | ----------------- | +| [vinta/paranoid-auto-spacing](https://github.com/vinta/paranoid-auto-spacing) | JavaScript | +| [huei90/pangu.node](https://github.com/huei90/pangu.node) | Node.js | +| [huacnlee/auto-correct](https://github.com/huacnlee/auto-correct) | Ruby | +| [huacnlee/autocorrect](https://github.com/huacnlee/autocorrect) | Rust, WASM, CLI | +| [huacnlee/go-auto-correct](https://github.com/huacnlee/go-auto-correct) | Go | +| [sparanoid/space-lover](https://github.com/sparanoid/space-lover) | PHP (WordPress) | +| [nauxliu/auto-correct](https://github.com/NauxLiu/auto-correct) | PHP | +| [jxlwqq/chinese-typesetting](https://github.com/jxlwqq/chinese-typesetting) | PHP | +| [hotoo/pangu.vim](https://github.com/hotoo/pangu.vim) | Vim | +| [sparanoid/grunt-auto-spacing](https://github.com/sparanoid/grunt-auto-spacing) | Node.js (Grunt) | +| [hjiang/scripts/add-space-between-latin-and-cjk](https://github.com/hjiang/scripts/blob/master/add-space-between-latin-and-cjk) | Python | +| [hustcc/hint](https://github.com/hustcc/hint) | Python | +| [studygolang/autocorrect](https://github.com/studygolang/autocorrect) | Go | | [VS Code - huacnlee.auto-correct](https://marketplace.visualstudio.com/items?itemName=huacnlee.auto-correct) | VS Code Extension | ## 谁在这样做? @@ -269,7 +269,7 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t | [LeanCloud](https://leancloud.cn/) | 是 | N/A | | [V2EX](https://www.v2ex.com/) | 是 | 是 | | [Apple4us](https://apple4us.com/) | 是 | N/A | -| [Ruby China](https://ruby-china.org/) | 是 | 是 | +| [Ruby China](https://ruby-china.org/) | 是 | Yes | | [PHPHub](https://phphub.org/) | 是 | 标题达成 | | [少数派](https://sspai.com/) | 是 | N/A |