iwr -useb URL | iex 管道传递 response 对象时, ToString() 转换会丢失 Unicode 中文字符。 改用 irm (Invoke-RestMethod) 直接返回字符串内容, 避免对象到字符串的管道转换损坏。
- 新增 docs/ 目录,使用 VitePress 构建文档站 - 添加 .gitea/workflows/deploy.yaml,部署到 Cloudflare Pages - 新增 setup.sh 一站式安装脚本(兼容 macOS bash 3.x) - 修复 Gemini CLI 脚本认证头(改用 Authorization: Bearer) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>