Files
X-Financial/document/work-log/2026-05-06.md
2026-05-06 22:25:48 +08:00

37 lines
940 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# Work Log - 2026-05-06
## Git Commits Today
| Commit | Description |
|--------|-------------|
| 04e4b71 | docs: add work log for 2026-05-06 |
| ae63766 | Add vue-router, login/setup flow and backend logging |
## Summary
### Morning - 修复 server/start.sh
- **问题**Windows Git Bash 上无法运行,报错 "No module named pip"
- **原因**`.venv` 指向不存在的 `/usr/bin/python3`
- **解决**:添加 `venv_valid()` 函数检测并重建虚拟环境
### Afternoon - 创建 work-log 技能
- 自动读取 git 提交记录
- 存储在 `document/work-log/` 目录
- 工作流程:先提交 git → 获取日志 → 写日志
### Evening - 前端重构
- 添加 SetupView 安装页面
- 添加路由和服务模块
## Notes
- 需要安装 PostgreSQL 并创建 `x_financial` 数据库
## Tasks
- [ ] 安装 PostgreSQL
- [ ] 创建数据库 `x_financial`
---
*Created with work-log skill*
*Last updated: 2026-05-06*