add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

20
pages.zh/common/flow.md Normal file
View File

@@ -0,0 +1,20 @@
# flow
> JavaScript 的静态类型检查器。
> 更多信息: <https://flow.org>。
- 运行 flow 检查:
`flow`
- 检查哪些文件正在被 flow 检查:
`flow ls`
- 对目录中的所有文件运行类型覆盖检查:
`flow batch-coverage --show-all --strip-root {{path/to/directory}}`
- 显示逐行类型覆盖统计:
`flow coverage --color {{path/to/file.jsx}}`