初步增加educore
This commit is contained in:
@@ -1044,4 +1044,14 @@ export const datetime_fromtimestamp = {
|
||||
this.setInputsInline(true);
|
||||
this.setOutput(true, Number);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
export const gene_unique_identifier = {
|
||||
init: function () {
|
||||
this.setColour(LOOPS_HUE);
|
||||
this.appendDummyInput()
|
||||
.appendField(Blockly.Msg.MIXLY_GET_UNIQUE_IDEN);
|
||||
this.setOutput(true)
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user