Skip to content

Commit

Permalink
feat: add todo list
Browse files Browse the repository at this point in the history
  • Loading branch information
TNXG committed Oct 15, 2024
1 parent 404b6a7 commit 31e3c7f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions TODO.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Todo list

- [ ] 重构用户鉴权
- [ ] 用户个人信息页面
- [ ] 关注
- [ ] 收藏
- [ ] 评论
- [ ] 点赞
- [ ] 历史记录
- [ ] 文章修改功能
- [ ] 完善的用户、管理员后台
- [ ] 优化ui/ux
2 changes: 1 addition & 1 deletion src/server/api/images/upload.post.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ const RuntimeConfig = useRuntimeConfig();
export default defineEventHandler(async (event) => {
const body = await readBody(event);

// TODO
// TODO : User posted article logic
});

0 comments on commit 31e3c7f

Please sign in to comment.