This commit is contained in:
Irene-Maxine
2025-09-22 14:11:03 +08:00
parent f9b7f4a13e
commit 3c7ce8abd3
11 changed files with 67 additions and 2 deletions

View File

@@ -353,8 +353,7 @@ export const IOT_MIXIO_PUBLISHEX = {
.appendField(Blockly.Msg.MIXLY_Service_quality_display)
.appendField(new Blockly.FieldDropdown([
[Blockly.Msg.MIXLY_AT_MOST_ONCE,"0"],
[Blockly.Msg.MIXLY_AT_LEAST_ONCE,"1"],
[Blockly.Msg.MIXLY_ONLY_ONCE,"2"]
[Blockly.Msg.MIXLY_AT_LEAST_ONCE,"1"]
]),"quality")
this.setInputsInline(true);
this.setPreviousStatement(true);