移动获取文件图像数据

This commit is contained in:
Irene-Maxine
2025-06-16 17:43:42 +08:00
parent 782ac78c5b
commit 05913fb01a
5 changed files with 12 additions and 12 deletions

View File

@@ -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');