This commit is contained in:
GukSang.Jin
2026-05-20 14:37:20 +08:00
parent df5c7566fb
commit 263fffbcf5
4 changed files with 63 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ namespace TabletTester2025.Services
int value = startAddress switch
{
410 => 100, // 脆碎圈数
430 => 30, // 溶出1时间(min)
440 => 30, // 溶出2时间(min)
_ => _rand.Next(0, 1000)
};
return Task.FromResult(value);