调整结果总览页面样式与文案

This commit is contained in:
wkc
2026-03-19 11:02:16 +08:00
parent a508977472
commit 42847ffdba
13 changed files with 116 additions and 15 deletions

View File

@@ -24,7 +24,7 @@ const people = fs.readFileSync(
"utf8"
);
["风险总览", "overview-stats"].forEach((token) => assert(stats.includes(token), token));
["风险仪表盘", "overview-stats"].forEach((token) => assert(stats.includes(token), token));
["风险人员总览", "中高风险人员TOP10", "查看详情"].forEach((token) =>
assert(people.includes(token), token)
);