update bin

This commit is contained in:
fredqian
2025-10-26 18:25:12 +08:00
parent c095173655
commit c9a1f703e9
4 changed files with 6 additions and 6 deletions

View File

@@ -271,10 +271,10 @@ export const CREATE_CAMERA = {
.appendField(Blockly.Msg.MIXLY_SETUP + Blockly.Msg.MIXLY_SMARTCAMERA)
.appendField(Blockly.Msg.LISTS_SET_INDEX_SET + Blockly.Msg.MIXLY_SHOOTING_SIZE)
.appendField(new Blockly.FieldDropdown([
['240px*240px', "R240*240"],
['320px*320px', "R320*320"],
['128px*128px', "R128*128"],
['96px*96px', "R96*96"],
['240px*240px', "R240X240"],
['320px*320px', "R320X320"],
['128px*128px', "R128X128"],
['96px*96px', "R96X96"],
['VGA : 640px*480px', "VGA"],
['HVGA : 480px*320px', "HVGA"],
['QVGA : 320px*240px', "QVGA"],