Private
Public Access
1
0

4 Commits

Author SHA1 Message Date
f1ab858212 fix: 改用下载到文件再执行,修复中文乱码
Some checks failed
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) 修复中文乱码
All checks were successful
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
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