docs: 去掉UTF-8显式设置,已配好pwsh profile

This commit is contained in:
tian 2026-06-10 17:48:48 +08:00
parent 020e265918
commit 75afba7670

View File

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