audit and harden workspace

This commit is contained in:
2026-08-10 11:42:45 +08:00
parent c883cc52a2
commit 1a1fa521c0
140 changed files with 640 additions and 475 deletions

View File

@@ -8,6 +8,7 @@ import "strings"
// 移除空格,转换为小写,确保键值的唯一性和一致性
// 参数:
// - key: 原始键值
//
// 返回:
// - 格式化后的键值
func FormatKey(key string) string {