chore(boards): 调整micropython下TinyWebDB图形块多语言设置

This commit is contained in:
王立帮
2025-09-29 00:18:41 +08:00
parent 4c0ee25604
commit 6d9a9f6620

View File

@@ -795,7 +795,7 @@ export const iot_tiny_web_db_init = {
.appendField(Blockly.Msg.MIXLY_EMQX_USERNAME);
this.appendValueInput('PASSWORD')
.setAlign(Blockly.inputs.Align.RIGHT)
.appendField(Blockly.Msg.MIXLY_EMQX_PASSWORD);
.appendField(Blockly.Msg.MIXLY_IOT_PASSWORD);
this.setInputsInline(false);
this.setPreviousStatement(true);
this.setNextStatement(true);