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

View File

@@ -0,0 +1,20 @@
# goaccess
> 一个开源的实时网页日志分析器。
> 更多信息:<https://goaccess.io>。
- 在交互模式下分析一个或多个日志文件:
`goaccess {{path/to/logfile1 path/to/file2 ...}}`
- 使用特定的日志格式或预定义的格式如“combined”
`goaccess {{path/to/logfile}} --log-format={{format}}`
-`stdin` 分析日志:
`tail -f {{path/to/logfile}} | goaccess -`
- 分析日志并实时写入 HTML 文件:
`goaccess {{path/to/logfile}} --output {{path/to/file.html}} --real-time-html`