更新
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user