Commit Graph

3 Commits

Author SHA1 Message Date
f37fd958e1 fix: 将退出原因写入 start.ps1.log 便于闪退排查
Some checks are pending
Test start.ps1 (Windows) / test-windows (push) Waiting to run
- 新增 Write-Log 与日志文件 start.ps1.log
- 脚本加载/正常结束/错误退出均写入日志
- trap 捕获异常时写入错误信息与堆栈
- README 补充日志位置说明

Made-with: Cursor
2026-03-10 22:15:54 +08:00
fe370bd5bc fix: 修复 Windows start.ps1 闪退,保持终端不关闭便于 Debug
Some checks are pending
Test start.ps1 (Windows) / test-windows (push) Waiting to run
- 增加 trap 错误捕获与堆栈输出
- 增加 Wait-ForExit 结束时暂停,避免窗口闪退
- 使用 $PSScriptRoot 获取脚本目录
- README 补充 Windows 权限配置与启动说明

Made-with: Cursor
2026-03-10 22:13:12 +08:00
b7a11abe9f feat: 新增 Windows 一键部署脚本 start.ps1
Some checks are pending
Test start.ps1 (Windows) / test-windows (push) Waiting to run
- start.ps1: PowerShell 部署脚本,支持本地/局域网 IP 访问
- docs/Windows一键部署方案.md: 实现方案与测试说明
- scripts/test-start-ps1-env.py: .env 替换逻辑验证
- .github/workflows/test-start-ps1.yml: Windows CI 测试

Made-with: Cursor
2026-03-10 21:59:12 +08:00