Chinese pages: correct Chinese punctuation (#5240)

This commit is contained in:
bl-ue
2021-08-02 04:41:09 -04:00
committed by GitHub
parent eaef3b4d21
commit 289e30dfb3
373 changed files with 1817 additions and 1810 deletions

View File

@@ -1,22 +1,22 @@
# atom
> 一个跨平台的,可插拔的文本编辑器.
> 由 `apm` 管理插件.
> 更多信息:<https://atom.io/>.
> 一个跨平台的,可插拔的文本编辑器
> 由 `apm` 管理插件
> 更多信息: <https://atom.io/>.
- 打开文件或目录:
- 打开文件或目录
`atom {{path/to/file_or_directory}}`
- 在新窗口中打开文件或目录:
- 在新窗口中打开文件或目录
`atom -n {{path/to/file_or_directory}}`
- 在已有窗口中打开文件或目录:
- 在已有窗口中打开文件或目录
`atom --add {{path/to/file_or_directory}}`
- 以安全模式启动 Atom (不加载额外插件):
- 以安全模式启动 Atom不加载额外插件
`atom --safe`