|
|
e64a90332c
|
feat: 优化 Windows 部署与文档
Test start.ps1 (Windows) / test-windows (push) Has been cancelled
- start.ps1: 局域网 IP 自动检测, 部署完成提示默认账户 admin/123456
- start.ps1: 修复 UTF-8 BOM 避免 PowerShell 5.1 解析闪退
- docker-compose: dozzle 容器增加 restart 与 logging 配置
- 新增 reset-docker-network.ps1 网络重置脚本
- README: 顶部增加 Linux/Windows 一键部署命令, Windows 权限说明
Made-with: Cursor
|
2026-03-11 14:41:53 +08:00 |
|
|
|
f37fd958e1
|
fix: 将退出原因写入 start.ps1.log 便于闪退排查
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
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
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 |
|