fix: 将 iwr|iex 替换为 iex(irm) 修复中文乱码
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 41s
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 41s
iwr -useb URL | iex 管道传递 response 对象时, ToString() 转换会丢失 Unicode 中文字符。 改用 irm (Invoke-RestMethod) 直接返回字符串内容, 避免对象到字符串的管道转换损坏。
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -7,3 +7,4 @@ docs/.vitepress/dist/
|
||||
|
||||
# Bun
|
||||
bun.lockb
|
||||
ef01e1d7cb66896f9c042ca96ba35f2e.png
|
||||
|
||||
Reference in New Issue
Block a user