Improve settings contrast and add plain phase

This commit is contained in:
Codex
2026-05-27 14:02:23 +08:00
parent 6653c147c8
commit fa38abf213
4 changed files with 38 additions and 5 deletions

View File

@@ -121,7 +121,7 @@ function sortArrow(direction) {
}
function phaseLabel(value) {
return { arterial: "动脉期", portal_venous: "门静脉期", delayed: "延迟期", unknown: "无法判别" }[value] || "";
return { plain: "平扫", arterial: "动脉期", portal_venous: "门静脉期", delayed: "延迟期", unknown: "无法判别" }[value] || "";
}
function chestWindowLabel(value) {