feat: 新增对 未知key 的处理逻辑
All checks were successful
缓存序列化结构检查 / cache-schema-check (push) Has been skipped
All checks were successful
缓存序列化结构检查 / cache-schema-check (push) Has been skipped
This commit is contained in:
@@ -158,7 +158,7 @@ public class ReportBuilder {
|
||||
}
|
||||
sb.append("- Key --> `").append(keyText).append('`');
|
||||
if (unresolved) {
|
||||
sb.append(" <font color=\"comment\">(key 未解析)</font>");
|
||||
sb.append(" <font color=\"comment\">(key 无法解析)</font>");
|
||||
}
|
||||
sb.append('\n');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user