feat: 效果样式修改
All checks were successful
缓存序列化结构检查 / cache-schema-check (push) Has been skipped

This commit is contained in:
2026-07-14 14:08:26 +08:00
parent 6140d091e4
commit 59326ebe3c

View File

@@ -56,7 +56,7 @@ class ReportBuilderTest {
String md = new ReportBuilder("[缓存结构变更]").toMarkdown(report);
assertTrue(md.contains(
"- Key --> <font color=\"warning\">**`saas:period-config:migration:current`**</font>"));
"- Key --> <font color=\"warning\">`saas:period-config:migration:current`</font>"));
int oldSection = md.indexOf("value 值从");
int newSection = md.indexOf("变更为");