Files
blog-server/README.md
2026-07-22 18:10:10 +08:00

19 lines
284 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.

技术栈:
- golang
- chi
- pgsql
- fx
### 已实现功能
- [x] RBAC鉴权
- [x] 用户管理
- [x] 角色管理
- [x] 菜单管理
- [x] api管理
- [x] 博客文章管理
- [x] 博客分类管理
### 待实现功能
- [ ] 拉黑token踢人下线
- [ ] 博客标签管理