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,16 @@
# http-prompt
> 一个交互式命令行HTTP客户端具有自动补全和语法高亮功能。
> 更多信息:<https://github.com/httpie/http-prompt>。
- 启动一个会话目标为默认URL <http://localhost:8000> 或上一个会话:
`http-prompt`
- 启动一个会话指定给定的URL
`http-prompt {{http://example.com}}`
- 启动一个会话,并带有一些初始选项:
`http-prompt {{localhost:8000/api}} --auth {{username:password}}`