|
|
f1ab858212
|
fix: 改用下载到文件再执行,修复中文乱码
Deploy to Cloudflare Pages / deploy (push) Failing after 11s
根因: irm/iwr 文本解码时将 UTF-8 中文替换为 ?,
字符串在进入 iex 之前就已损坏。
改用 iwr -OutFile 写入原始字节到临时文件再执行,
绕过文本解码链路,彻底修复编码问题。
|
2026-02-28 17:43:02 +08:00 |
|
|
|
b07c61aa9d
|
fix: 将 iwr|iex 替换为 iex(irm) 修复中文乱码
Deploy to Cloudflare Pages / deploy (push) Successful in 41s
iwr -useb URL | iex 管道传递 response 对象时,
ToString() 转换会丢失 Unicode 中文字符。
改用 irm (Invoke-RestMethod) 直接返回字符串内容,
避免对象到字符串的管道转换损坏。
|
2026-02-28 17:00:45 +08:00 |
|
|
|
ca8c5d5ff5
|
fix: reorder API endpoint testing sequence in scripts and documentation
|
2025-12-04 13:30:21 +08:00 |
|
|
|
dbea04aa17
|
fix: update API endpoint from newapi.sususu.cf to api2.xcodecli.com in scripts and documentation
|
2025-11-12 16:13:58 +08:00 |
|
|
|
a6a3bb5388
|
docs: improve README formatting and clarity
|
2025-11-03 17:39:06 +08:00 |
|
|
|
b6b5f01f1b
|
docs: enhance CLAUDE.md with smart features and quick setup
|
2025-11-03 17:26:58 +08:00 |
|
|
|
882d9ba859
|
docs: Standardize XCodeCLI casing in setup script
|
2025-11-03 12:07:43 +08:00 |
|