🎨 新增用户&完善文章模块

This commit is contained in:
2025-04-09 19:16:49 +08:00
parent f8e7b9dad2
commit 00df85c4f0
20 changed files with 431 additions and 92 deletions

View File

@@ -6,6 +6,7 @@ import (
"git.echol.cn/loser/lckt/service/category"
"git.echol.cn/loser/lckt/service/example"
"git.echol.cn/loser/lckt/service/system"
"git.echol.cn/loser/lckt/service/user"
)
var ServiceGroupApp = new(ServiceGroup)
@@ -16,4 +17,5 @@ type ServiceGroup struct {
CategoryServiceGroup category.ServiceGroup
BotServiceGroup bot.ServiceGroup
ArticleGroup article.ServiceGroup
UserServiceGroup user.ServiceGroup
}