feat: 新增对 未知key 的处理逻辑
All checks were successful
缓存序列化结构检查 / cache-schema-check (push) Has been skipped

This commit is contained in:
2026-07-14 15:28:29 +08:00
parent c65bee5a76
commit 875a5edbd1

View File

@@ -158,7 +158,7 @@ public class ReportBuilder {
} }
sb.append("- Key --> `").append(keyText).append('`'); sb.append("- Key --> `").append(keyText).append('`');
if (unresolved) { if (unresolved) {
sb.append(" <font color=\"comment\">key 解析)</font>"); sb.append(" <font color=\"comment\">key 无法解析)</font>");
} }
sb.append('\n'); sb.append('\n');
} }