🎨 新增公告通知模块

This commit is contained in:
2025-05-10 03:34:25 +08:00
parent bf220076dd
commit e074395859
15 changed files with 374 additions and 12 deletions

View File

@@ -5,6 +5,7 @@ import (
"git.echol.cn/loser/lckt/router/bot"
"git.echol.cn/loser/lckt/router/category"
"git.echol.cn/loser/lckt/router/example"
"git.echol.cn/loser/lckt/router/notice"
"git.echol.cn/loser/lckt/router/system"
"git.echol.cn/loser/lckt/router/user"
"git.echol.cn/loser/lckt/router/vip"
@@ -20,4 +21,5 @@ type RouterGroup struct {
Article article.RouterGroup
User user.UserRouter
Vip vip.VipRouter
Notice notice.NoticeRouter
}