🔧 refactor(channel): add validation for CHANNEL_TEST_FREQUENCY in automatic tests

This commit is contained in:
CaIon
2025-07-10 11:31:07 +08:00
parent 78fb457765
commit 338e914a60
2 changed files with 6 additions and 2 deletions

View File

@@ -168,11 +168,11 @@ func InitResources() error {
common.SysLog("No .env file found, using default environment variables. If needed, please create a .env file and set the relevant variables.")
}
common.SetupLogger()
// 加载环境变量
common.InitEnv()
common.SetupLogger()
// Initialize model settings
ratio_setting.InitRatioSettings()