上传星座图部署

This commit is contained in:
liwei1dao 2022-11-03 15:58:19 +08:00
parent a0a92ffa0a
commit c44c79b2c0

View File

@ -13,6 +13,7 @@ import (
"go_dreamfactory/modules/gm" "go_dreamfactory/modules/gm"
"go_dreamfactory/modules/gourmet" "go_dreamfactory/modules/gourmet"
"go_dreamfactory/modules/hero" "go_dreamfactory/modules/hero"
"go_dreamfactory/modules/horoscope"
"go_dreamfactory/modules/hunting" "go_dreamfactory/modules/hunting"
"go_dreamfactory/modules/items" "go_dreamfactory/modules/items"
"go_dreamfactory/modules/library" "go_dreamfactory/modules/library"
@ -94,6 +95,7 @@ func main() {
arena.NewModule(), arena.NewModule(),
troll.NewModule(), troll.NewModule(),
sociaty.NewModule(), sociaty.NewModule(),
horoscope.NewModule(),
) )
} }