From e813f8a7428acfd94760c56c74ba8ecf38a91328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E8=B6=8A?= Date: Wed, 22 Jul 2026 18:10:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20README.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 522636f..acdb6af 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ -# blog-server +技术栈: +- golang +- chi +- pgsql +- fx +### 已实现功能 +- [x] RBAC鉴权 +- [x] 用户管理 +- [x] 角色管理 +- [x] 菜单管理 +- [x] api管理 +- [x] 博客文章管理 +- [x] 博客分类管理 + +### 待实现功能 +- [ ] 拉黑token(踢人下线) +- [ ] 博客标签管理