"vscode:/vscode.git/clone" did not exist on "9b4fc4245703b92eb79205c2fd5b248f351d4562"
- 19 Dec, 2025 2 commits
- 18 Dec, 2025 6 commits
Setup Wizard 之前硬编码使用 8080 端口,现在支持从 config.yaml 或 环境变量 (SERVER_HOST, SERVER_PORT) 读取监听地址,方便用户在端口 被占用时使用其他地址启动初始化向导。
将后端路由与前端API调用对齐: - /user/profile -> /users/me - PUT /user/password -> POST /users/me/password