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

24
pages.zh/common/gow.md Normal file
View File

@@ -0,0 +1,24 @@
# gow
> 监视 Go 文件并在更改时重新启动应用程序。
> 更多信息:<https://github.com/mitranim/gow>。
- 在当前目录下启动并监视:
`gow run .`
- 使用指定参数启动应用程序:
`gow run . {{argument1 argument2 ...}}`
- 以详细模式监视子目录:
`gow -v -w={{path/to/directory1,path/to/directory2,...}} run .`
- 监视指定的文件扩展名:
`gow -e={{go,html}} run .`
- 显示帮助信息:
`gow -h`