更新 README.md

This commit is contained in:
2026-07-22 18:10:10 +08:00
parent ee9f50b859
commit e813f8a742

View File

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