Skip to content

v1.0.9 — README 加 PowerShell 7 推荐 + cmd 对比表

Choose a tag to compare

@cipher-wb cipher-wb released this 14 May 05:27
· 7 commits to main since this release

用户反馈: 大家觉得 cmd 不好用 / 建议加 PowerShell 7 推荐

新增

README '## 🖥️ 终端推荐:PowerShell 7'

  • winget 一行命令安装:
    winget install --id Microsoft.PowerShell --source winget

  • 三方对比表 (cmd / PowerShell 5 / PowerShell 7) / 10 个维度:

    • 中文 Unicode (cmd 乱码 / PS7 完美 UTF-8)
    • && 命令链 (PS5 不支持是坑!PS7 OK)
    • 跨平台 / 性能 / 错误信息 / Ctrl+R 智能搜 等
  • 进阶推荐 Windows Terminal + PowerShell 7 组合 (winget 一行装)

  • 注明: fengshen-skillai 命令在 cmd / PS5 / PS7 / Git Bash 都一样跑得通 / 换 PS7 只是更舒服

升级

cd D:\Unity\YourProject
npx fengshen-skillai@latest init . --force