临时屏蔽xxl

This commit is contained in:
meixiongfeng 2023-10-17 16:20:01 +08:00
parent 52a01ad52d
commit 44f0a5050e

View File

@ -20,7 +20,6 @@ import (
"go_dreamfactory/modules/dispatch"
"go_dreamfactory/modules/dragon"
"go_dreamfactory/modules/enchant"
"go_dreamfactory/modules/entertainment"
"go_dreamfactory/modules/equipment"
"go_dreamfactory/modules/forum"
"go_dreamfactory/modules/friend"
@ -166,7 +165,7 @@ func main() {
venture.NewModule(),
achieve.NewModule(),
jielong.NewModule(),
entertainment.NewModule(),
//entertainment.NewModule(),
)
}