mirror of
https://github.com/FlourishingWorld/hk4e.git
synced 2026-03-01 00:35:36 +08:00
读取角色技能配置表
This commit is contained in:
@@ -10,7 +10,8 @@ import (
|
||||
func TestInitGameDataConfig(t *testing.T) {
|
||||
config.InitConfig("./application.toml")
|
||||
logger.InitLogger("test", config.CONF.Logger)
|
||||
logger.LOG.Info("start load conf")
|
||||
InitGameDataConfig()
|
||||
logger.LOG.Info("ok")
|
||||
logger.LOG.Info("load conf finish, conf: %v", CONF)
|
||||
time.Sleep(time.Second)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user