Skip to content

fix: combine Windows install into single line with execution policy bypass

刘福春 requested to merge feat/windows-command-fix into main

Summary

  • Windows 安装命令从两行合并为一行,使用 ; 分隔 + powershell -ExecutionPolicy Bypass 绕过执行策略
  • 修复了 .\install.ps1 因换行导致"找不到文件"的问题
  • Hero.tsx、SkillDrawer.tsx、安装/使用文档页全部同步更新
  • 代码块改用 overflow-x-auto whitespace-nowrap 避免命令断行

Test plan

  • 首页 Windows 私有命令一键复制后粘贴到终端可执行
  • 详情页私有/公开复制功能正常
  • 文档页命令展示为单行

🤖 Generated with Claude Code

Merge request reports