This commit is contained in:
2025-06-20 17:13:51 +08:00
parent 1b55403cd6
commit fd0345a034
472 changed files with 52560 additions and 77 deletions

9
modules/modules.go Normal file
View File

@@ -0,0 +1,9 @@
package modules
import (
_ "github.com/cool-team-official/cool-admin-go/modules/base"
_ "github.com/cool-team-official/cool-admin-go/modules/demo"
_ "github.com/cool-team-official/cool-admin-go/modules/dict"
_ "github.com/cool-team-official/cool-admin-go/modules/space"
_ "github.com/cool-team-official/cool-admin-go/modules/task"
)