Skip to content

Commit db24ec2

Browse files
committed
fix: 优化README图片链接和更新任务状态
- 将README.md中的GitHub raw链接改为相对路径,更简洁且本地友好 - 更新docs/images/README.md中的任务完成状态 - 标记已完成的3个核心截图任务为完成状态
1 parent 4deef7d commit db24ec2

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,13 @@
4141

4242
<div align="center">
4343

44-
![Todo for AI Dashboard](https://raw.githubusercontent.com/todo-for-ai/todo-for-ai/main/docs/images/dashboard-preview.png)
44+
![Todo for AI Dashboard](docs/images/dashboard-preview.png)
4545
*Modern, intuitive dashboard for project and task management*
4646

47-
![Task Management](https://raw.githubusercontent.com/todo-for-ai/todo-for-ai/main/docs/images/task-management.png)
47+
![Task Management](docs/images/task-management.png)
4848
*Comprehensive task management with AI integration*
4949

50-
![AI Assistant Integration](https://raw.githubusercontent.com/todo-for-ai/todo-for-ai/main/docs/images/ai-integration.png)
50+
![AI Assistant Integration](docs/images/ai-integration.png)
5151
*Seamless AI assistant integration through MCP*
5252

5353
</div>

docs/images/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -80,13 +80,13 @@ When contributing images:
8080

8181
## Current Status
8282

83-
- [ ] Dashboard preview screenshot
84-
- [ ] Task management interface
85-
- [ ] AI integration demonstration
83+
- [x] Dashboard preview screenshot (`dashboard-preview.png`) - ✅ 已完成
84+
- [x] Task management interface (`task-management.png`) - ✅ 已完成
85+
- [x] AI integration demonstration (`ai-integration.png`) - ✅ 已完成
8686
- [ ] Mobile responsive views
8787
- [ ] Demo video creation
8888
- [ ] Feature highlight GIFs
8989

9090
---
9191

92-
**Note**: This is a placeholder directory. Actual screenshots and media files need to be added to complete the project documentation.
92+
**Note**: 核心截图已完成!主要的文档截图需求已满足,README.md 中的图片链接现在可以正常显示。

0 commit comments

Comments
 (0)