移动获取文件图像数据
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import * as Blockly from 'blockly/core';
|
||||
const AI_LOCAL_VOICE_HUE = '#2FAD7A';
|
||||
const AI_LOCAL_GRAPH_HUE = '#90A244';
|
||||
const IOT_HUE = '#526FC3';
|
||||
|
||||
//voice part
|
||||
export const VOICE_RECOGNITION_CONTROL = {
|
||||
@@ -565,7 +566,7 @@ export const AI_STOP_ACQUISITION = {
|
||||
|
||||
export const MIXIO_REPORT_IMAGE_DATA = {
|
||||
init: function () {
|
||||
this.setColour(AI_LOCAL_GRAPH_HUE);
|
||||
this.setColour(IOT_HUE);
|
||||
this.appendDummyInput()
|
||||
.appendField(Blockly.Msg.MIXLY_GET +Blockly.Msg.MIXLY_IMAGE_OF_FILE)
|
||||
this.appendValueInput('SUB');
|
||||
|
||||
Reference in New Issue
Block a user