6a2a5bc469
feat: 添加日记(成才之路)功能
...
- 前端 MemoryModal 添加标签切换(成才之路/工作记忆)
- Dashboard 按钮更名为'日新'(📖 )
- 后端添加日记 API:
* /api/lobsters/<id>/diary/dates/ - 获取日记日期
* /api/lobsters/<id>/diary/<date>/ - 获取日记内容
- 日记优先显示故事版,其次技术版
- 日历显示本月日记统计
- 优化 UI 样式和加载状态
📖 苟日新,日日新,又日新
2026-04-02 13:27:48 +08:00
c39a912456
feat: 添加龙虾详情页面功能
...
- 新建 LobsterDetail 组件,显示龙虾详细信息
- 添加 React Router 路由配置 (/lobster/:id)
- Dashboard 添加详情按钮,支持跳转到详情页
- 详情页功能:
* 基本信息展示(名称、专长、端口、容器、工作区)
* 运行状态指示器(带脉冲动画)
* 快速操作(查看记忆、访问服务、复制地址)
* 运行统计卡片
- 修复 index.html 缺少 root 挂载点问题
- 添加一键重启脚本 restart.sh
- 更新任务跟踪文档
🦸 北极星指引方向,飞行侠展翅飞翔
2026-04-02 13:15:41 +08:00
57fa27c616
feat: 添加记忆功能 - 日记查看器和日历组件
...
- 后端 API: 获取日记日期列表和详情
- 前端组件:记忆弹窗、日历组件
- 点击记忆按钮查看龙虾工作日记
- 日历高亮显示有日记的日期
2026-04-01 22:36:06 +08:00
0c0466e378
Add WSGI config and ignore database file
2026-04-01 21:48:14 +08:00
acf01bdd59
Update start.sh with virtual environment support
2026-04-01 20:58:42 +08:00
8d0a2ccb0b
Final update: Complete README and project structure
...
- Comprehensive README with badges and documentation
- API endpoint documentation
- Project structure overview
- Development log
2026-04-01 20:52:24 +08:00
4be901b1b0
Complete backend API and deployment guide
...
- Django REST API with lobster endpoints
- API views: list, detail, memory, tools
- Deployment guide with instructions
- Startup script for easy launch
- Requirements.txt for dependencies
- API URL routing
2026-04-01 20:52:03 +08:00
5386db423a
Add complete frontend UI and update README
...
- Complete HTML/CSS dashboard with lobster cards
- Auto-refresh every 5 seconds
- Statistics overview (total, healthy, error)
- Updated README with project info
2026-04-01 20:48:44 +08:00
1cbbf11fcf
Add React frontend and Django backend code
...
- React components: Dashboard, MemoryCalendar, SearchBox, ToolList
- Django backend structure
- Package configuration files
2026-04-01 20:43:25 +08:00
d80dc01bca
Initial commit: 龙虾舰队监控中心
2026-04-01 20:40:32 +08:00