This commit is contained in:
xyy
2026-04-13 22:45:22 +08:00
parent abd2103c85
commit 09b1829789
4 changed files with 113 additions and 21 deletions

View File

@@ -44,7 +44,7 @@ namespace MembranePoreTester.ViewModels
public IReadOnlyList<TestLiquid> Liquids => TestLiquid.Predefined;
public List<string> PressureUnits => new() { "Pa", "cmHg", "psi" };
public List<string> MembraneTypes => new() { "平板膜", "中空纤维膜" };
public List<string> MembraneTypes => new() { "中空纤维膜" };
public TestLiquid SelectedLiquid
{

View File

@@ -260,7 +260,7 @@ namespace MembranePoreTester.ViewModels
public IReadOnlyList<TestLiquid> Liquids => TestLiquid.Predefined;
public List<string> PressureUnits => new() { "Pa", "cmHg", "psi" };
public List<string> MembraneTypes => new() { "平板膜", "中空纤维膜" };
public List<string> MembraneTypes => new() { "中空纤维膜" };
public TestLiquid SelectedLiquid
{
@@ -1208,7 +1208,7 @@ namespace MembranePoreTester.ViewModels
model.Axes.Add(new LinearAxis
{
Position = AxisPosition.Bottom,
Title = "压力 (kPa)",
Title = "压力 (Pa)",
TitleFontSize = 12
});
model.Axes.Add(new LinearAxis