This commit is contained in:
xyy
2026-04-14 23:16:56 +08:00
parent 8a8afe8e0e
commit ebeb7dd26a
2 changed files with 90 additions and 20 deletions

View File

@@ -211,7 +211,7 @@ namespace MembranePoreTester.ViewModels
}
if (!_suppressPressureValidation && HighLowPressure.Contains("高压") && value > 800)
{
MessageBox.Show("高压模式,加压上限不能超过500!");
MessageBox.Show("高压模式,加压上限不能超过800!");
return;
}