🎨 新增vip模块

This commit is contained in:
2025-05-09 11:49:44 +08:00
parent 7903175c91
commit bf220076dd
12 changed files with 226 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import (
"git.echol.cn/loser/lckt/router/example"
"git.echol.cn/loser/lckt/router/system"
"git.echol.cn/loser/lckt/router/user"
"git.echol.cn/loser/lckt/router/vip"
)
var RouterGroupApp = new(RouterGroup)
@@ -18,4 +19,5 @@ type RouterGroup struct {
Bot bot.RouterGroup
Article article.RouterGroup
User user.UserRouter
Vip vip.VipRouter
}