优化环境变量及配置

This commit is contained in:
xh
2025-07-27 15:17:38 +08:00
parent c662dac9ca
commit 0305cb7970
18 changed files with 190 additions and 141 deletions

View File

@@ -11,6 +11,6 @@ func TestCheckSafeString(t *testing.T) {
}
// 测试包含特殊字符的字符串
if !StringUtil.CheckSafeString("abc123!") {
t.Log("包含特殊字符的字符串")
t.Errorf("CheckSafeString failed, input: %s", "abc123!")
}
}