feat: 1、将 - saas:period-config:migration:current 修改为 - Key --> saas:period-config:migration:current
All checks were successful
缓存序列化结构检查 / cache-schema-check (push) Has been skipped

2、将 -   saas:period-config:migration:current 加粗
      3、将旧骨架标注为绿色
      4、将新骨架标注为warn颜色
This commit is contained in:
2026-07-14 11:17:58 +08:00
parent 110beb79c0
commit d0f10e5479
2 changed files with 30 additions and 9 deletions

View File

@@ -40,9 +40,9 @@ class ReportBuilderTest {
assertTrue(md.startsWith("## [缓存结构变更] jnpf-java-cloud"));
assertTrue(md.contains("> **分支**: code/redis_change_detection_v1.0"));
assertTrue(md.contains("> **时间**: 2026-07-13 16:54:17"));
assertTrue(md.contains("`tenant:db:content:*`"));
assertTrue(md.contains("value 值从 “{\"dbName\":\"\""));
assertTrue(md.contains("变更为 “{\"vo\":"));
assertTrue(md.contains("- **Key --> tenant:db:content:*\u200b**"));
assertTrue(md.contains("<font color=\"info\">{\"dbName\":\"\",\"linkList\":[{\"id\":\"\"}]}</font>"));
assertTrue(md.contains("<font color=\"warning\">{\"vo\":{\"dbName\":\"\",\"linkList\":[{\"id\":\"\"}]},\"expiresAtMs\":0}</font>"));
assertFalse(md.contains("### P0"));
assertFalse(md.contains("位置"));
assertFalse(md.contains("模式"));
@@ -75,5 +75,8 @@ class ReportBuilderTest {
assertTrue(console.contains("**删除字段**: x"));
assertTrue(console.contains("======== 企微 Markdown ========"));
assertTrue(console.contains("value 值从"));
assertTrue(console.contains("- **Key --> k1\u200b**"));
assertTrue(console.contains("<font color=\"info\">"));
assertTrue(console.contains("<font color=\"warning\">"));
}
}