|
|
@ -146,15 +146,15 @@ export const useSystemStore = defineStore('system', { |
|
|
|
exists: true, |
|
|
|
}, |
|
|
|
], |
|
|
|
// crafts: {
|
|
|
|
// craft: {
|
|
|
|
// id: 1,
|
|
|
|
// name: '菱锌矿硫酸溶解法',
|
|
|
|
// steps: '[{"name":"加液","method":"addLiquid","params":{"addLiquidList":[{"containerId":1,"volume":3},{"containerId":4,"volume":4},{"containerId":3,"volume":5}],"description":["添加硫酸-3ml; ","添加氢氟酸-4ml; ","添加硝酸-5ml; "]}},{"name":"加热","method":"startHeating","params":{"temperature":4,"second":123,"description":"加热: 4度, 保持2分3秒","minutes":2,"seconds":3}},{"name":"摇匀","method":"shaking","params":{"second":122,"seconds":2,"minutes":2,"description":"摇匀: 122秒"}},{"name":"拍照","method":"takePhoto","params":{"description":"拍照"}}]',
|
|
|
|
// },
|
|
|
|
// state: 'RUNNING',
|
|
|
|
// currentIndex: 1,
|
|
|
|
// },
|
|
|
|
crafts: { |
|
|
|
craft: { |
|
|
|
id: 1, |
|
|
|
name: '菱锌矿硫酸溶解法', |
|
|
|
steps: '[{"name":"加液","method":"addLiquid","params":{"addLiquidList":[{"containerId":1,"volume":3},{"containerId":4,"volume":4},{"containerId":3,"volume":5}],"description":["添加硫酸-3ml; ","添加氢氟酸-4ml; ","添加硝酸-5ml; "]}},{"name":"加热","method":"startHeating","params":{"temperature":4,"second":123,"description":"加热: 4度, 保持2分3秒","minutes":2,"seconds":3}},{"name":"摇匀","method":"shaking","params":{"second":122,"seconds":2,"minutes":2,"description":"摇匀: 122秒"}},{"name":"拍照","method":"takePhoto","params":{"description":"拍照"}}]', |
|
|
|
}, |
|
|
|
state: 'RUNNING', |
|
|
|
currentIndex: 1, |
|
|
|
}, |
|
|
|
}, |
|
|
|
{ |
|
|
|
uuid: '3', |
|
|
|