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

17
pages.zh/common/clangd.md Normal file
View File

@@ -0,0 +1,17 @@
# clangd
> 语言服务器为编辑器提供类似IDE的功能。
> 应通过编辑器插件使用,而不是直接调用。
> 更多信息:<https://clangd.llvm.org/>.
- 显示可用选项:
`clangd --help`
- 可用选项列表:
`clangd --help-list`
- 显示版本:
`clangd --version`