mirror of
https://github.com/dptech-corp/Uni-Lab-OS.git
synced 2026-02-14 03:35:12 +00:00
修补了一些单位处理,bump version to 0.9.11
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Request
|
||||
string ratio
|
||||
string solvent1
|
||||
string solvent2
|
||||
string vessel
|
||||
float64 volume
|
||||
string ratio # 溶剂比例(如"1:1","3:7")
|
||||
string solvent1 # 第一种溶剂
|
||||
string solvent2 # 第二种溶剂
|
||||
string vessel # 目标容器
|
||||
string volume # 🔧 总体积(支持带单位,如"100 mL","50",默认mL)
|
||||
---
|
||||
# Result
|
||||
bool success
|
||||
|
||||
Reference in New Issue
Block a user