docs: pwsh 命令加 UTF-8 输出编码设置

This commit is contained in:
tian 2026-06-10 17:45:16 +08:00
parent e9fb47d9ad
commit 020e265918

View File

@ -160,6 +160,8 @@ pwsh -Command "rg -n '关键字' src/"
pwsh -Command "./build-and-deploy.bat"
```
调用者应预先设置 UTF-8`pwsh -NoProfile -Command "[Console]::OutputEncoding=[Text.Encoding]::UTF8; ..."`
### edit 工具的正确格式
```json