全部mpy增加心知天气、网络请求、ds18x20

This commit is contained in:
Irene-Maxine
2024-09-28 00:08:39 +08:00
parent 1d2957442b
commit 93cb1f887e
66 changed files with 2992 additions and 1194 deletions

View File

@@ -1463,7 +1463,7 @@ export const draw_pointer = {
.appendField(Blockly.Msg.DRAW_POINTER_ANGLE);
this.appendValueInput('angle');
this.appendDummyInput()
.appendField('°');
.appendField(Blockly.Msg.MIXLY_DRAW_POINTER_DU);
this.setPreviousStatement(true, null);
this.setNextStatement(true, null);
this.setInputsInline(true);