Add Rust, Go version. Add VS Code extension link.

This commit is contained in:
Jason Lee
2021-09-27 23:35:10 +08:00
parent ea01f1bc27
commit f93c629496
4 changed files with 97 additions and 85 deletions

View File

@@ -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 hungrystay foolish。」
>
>
> 推荐你阅读《HackersPaintersBig 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](#)并分配给相关同事。
>
>
> 访问我们网站的最新动态,请[点击这里](#)进行订阅!
### 简体中文使用直角引号
@@ -244,6 +244,8 @@ 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 |
@@ -252,6 +254,7 @@ CSS Text Module Level 4 的 [`text-spacing`](https://www.w3.org/TR/css-text-4/#t
| [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 |
## 谁在这样做?
@@ -266,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/) | 是 | |
| [PHPHub](https://phphub.org/) | 是 | 标题达成 |
| [少数派](https://sspai.com/) | 是 | N/A |