Update(boards): xpython板卡执行 build:prod

This commit is contained in:
Irene-Maxine
2024-10-24 23:09:38 +08:00
parent 99e168f363
commit d46220cac2
22 changed files with 43 additions and 19 deletions

View File

@@ -748,13 +748,13 @@ export const dicts_to_to ={
this.appendValueInput('DICT')
.setCheck('Dict');
this.appendValueInput('VAR1')
.appendField('r');
.appendField('key1');
this.appendValueInput('VAR2')
.appendField('index');
this.appendValueInput('VAR3')
.appendField('l');
.appendField('key2');
this.appendValueInput('VAR4')
.appendField('n');
.appendField('key3');
this.setInputsInline(true)
this.setTooltip(Blockly.Msg.MIXLY_CONVERT_TO_JSON_TOOLTIP);
this.setOutput(true);