From 020e26591876f920be7b23e855e132f34d2769f5 Mon Sep 17 00:00:00 2001 From: tian <11429339@qq.com> Date: Wed, 10 Jun 2026 17:45:16 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20pwsh=20=E5=91=BD=E4=BB=A4=E5=8A=A0=20UT?= =?UTF-8?q?F-8=20=E8=BE=93=E5=87=BA=E7=BC=96=E7=A0=81=E8=AE=BE=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- AGENTS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index fde719a..3f3cc8e 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -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