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,24 @@
# 提示
> 更改命令窗口中的默认DOS样式提示。
> 更多信息:<https://learn.microsoft.com/windows-server/administration/windows-commands/prompt>。
- 将提示重置为默认设置:
`prompt`
- 设置特定的提示:
`prompt {{prompt}}`
- 更改提示以先显示当前日期:
`prompt $D $P$G`
- 更改提示以先显示当前时间:
`prompt $T $P$G`
- 通过添加特定文本来更改提示:
`prompt {{text}} $P$G`