Scratch Blocks 是一个用于构建创意计算接口的库
资源文件列表:

scratch-blocks-develop/
scratch-blocks-develop/.editorconfig 166B
scratch-blocks-develop/.eslintignore 228B
scratch-blocks-develop/.eslintrc 2.17KB
scratch-blocks-develop/.github/
scratch-blocks-develop/.github/CODEOWNERS.md 39B
scratch-blocks-develop/.github/CONTRIBUTING.md 5.12KB
scratch-blocks-develop/.github/ISSUE_TEMPLATE.md 304B
scratch-blocks-develop/.github/PULL_REQUEST_TEMPLATE.md 286B
scratch-blocks-develop/.github/workflows/
scratch-blocks-develop/.github/workflows/commitlint.yml 401B
scratch-blocks-develop/.github/workflows/deploy.yml 1.87KB
scratch-blocks-develop/.gitignore 757B
scratch-blocks-develop/.husky/
scratch-blocks-develop/.husky/.gitattributes 14B
scratch-blocks-develop/.husky/commit-msg 93B
scratch-blocks-develop/.npmignore 359B
scratch-blocks-develop/.npmrc 37B
scratch-blocks-develop/.nvmrc 4B
scratch-blocks-develop/.tx/
scratch-blocks-develop/.tx/config 232B
scratch-blocks-develop/CHANGELOG.md 111.99KB
scratch-blocks-develop/LICENSE 9.94KB
scratch-blocks-develop/README.md 3.32KB
scratch-blocks-develop/TRADEMARK 319B
scratch-blocks-develop/blocks_common/
scratch-blocks-develop/blocks_common/colour.js 1.49KB
scratch-blocks-develop/blocks_common/math.js 3.86KB
scratch-blocks-develop/blocks_common/matrix.js 1.29KB
scratch-blocks-develop/blocks_common/note.js 1.46KB
scratch-blocks-develop/blocks_common/text.js 1.44KB
scratch-blocks-develop/blocks_horizontal/
scratch-blocks-develop/blocks_horizontal/control.js 5.8KB
scratch-blocks-develop/blocks_horizontal/default_toolbox.js 4.55KB
scratch-blocks-develop/blocks_horizontal/event.js 6.55KB
scratch-blocks-develop/blocks_horizontal/wedo.js 10.62KB
scratch-blocks-develop/blocks_vertical/
scratch-blocks-develop/blocks_vertical/control.js 13.67KB
scratch-blocks-develop/blocks_vertical/data.js 16.94KB
scratch-blocks-develop/blocks_vertical/default_toolbox.js 20.97KB
scratch-blocks-develop/blocks_vertical/event.js 8.25KB
scratch-blocks-develop/blocks_vertical/extensions.js 7.11KB
scratch-blocks-develop/blocks_vertical/looks.js 14.51KB
scratch-blocks-develop/blocks_vertical/motion.js 13.87KB
scratch-blocks-develop/blocks_vertical/operators.js 10.57KB
scratch-blocks-develop/blocks_vertical/procedures.js 32.92KB
scratch-blocks-develop/blocks_vertical/sensing.js 13.13KB
scratch-blocks-develop/blocks_vertical/sound.js 5.75KB
scratch-blocks-develop/blocks_vertical/vertical_extensions.js 8.99KB
scratch-blocks-develop/build.py 22.71KB
scratch-blocks-develop/build/
scratch-blocks-develop/build/gen_blocks.js 32B
scratch-blocks-develop/build/test_expect.js 25B
scratch-blocks-develop/build/test_input.js 32B
scratch-blocks-develop/cleanup.sh 2.46KB
scratch-blocks-develop/commitlint.config.js 152B
scratch-blocks-develop/core/
scratch-blocks-develop/core/block.js 55.9KB
scratch-blocks-develop/core/block_animations.js 3.5KB
scratch-blocks-develop/core/block_drag_surface.js 10.09KB
scratch-blocks-develop/core/block_dragger.js 13.67KB
scratch-blocks-develop/core/block_events.js 15.72KB
scratch-blocks-develop/core/block_render_svg_horizontal.js 28.07KB
scratch-blocks-develop/core/block_render_svg_vertical.js 58.16KB
scratch-blocks-develop/core/block_svg.js 39.88KB
scratch-blocks-develop/core/blockly.js 19.83KB
scratch-blocks-develop/core/blocks.js 1.06KB
scratch-blocks-develop/core/bubble.js 20.23KB
scratch-blocks-develop/core/bubble_dragger.js 8.95KB
scratch-blocks-develop/core/colours.js 4.57KB
scratch-blocks-develop/core/comment.js 8.81KB
scratch-blocks-develop/core/comment_events.js 15.81KB
scratch-blocks-develop/core/connection.js 25.11KB
scratch-blocks-develop/core/connection_db.js 9.46KB
scratch-blocks-develop/core/constants.js 9.08KB
scratch-blocks-develop/core/contextmenu.js 16.73KB
scratch-blocks-develop/core/css.js 33.12KB
scratch-blocks-develop/core/data_category.js 17.84KB
scratch-blocks-develop/core/dragged_connection_manager.js 8.27KB
scratch-blocks-develop/core/dropdowndiv.js 14.42KB
scratch-blocks-develop/core/events.js 11.4KB
scratch-blocks-develop/core/events_abstract.js 2.92KB
scratch-blocks-develop/core/extensions.js 16.32KB
scratch-blocks-develop/core/field.js 23.24KB
scratch-blocks-develop/core/field_angle.js 12.86KB
scratch-blocks-develop/core/field_checkbox.js 4.11KB
scratch-blocks-develop/core/field_colour.js 7.47KB
scratch-blocks-develop/core/field_colour_slider.js 13.63KB
scratch-blocks-develop/core/field_date.js 9.22KB
scratch-blocks-develop/core/field_dropdown.js 15.03KB
scratch-blocks-develop/core/field_iconmenu.js 11.39KB
scratch-blocks-develop/core/field_image.js 5.16KB
scratch-blocks-develop/core/field_label.js 3.87KB
scratch-blocks-develop/core/field_label_serializable.js 4.34KB
scratch-blocks-develop/core/field_matrix.js 16.53KB
scratch-blocks-develop/core/field_note.js 24.78KB
scratch-blocks-develop/core/field_number.js 12.85KB
scratch-blocks-develop/core/field_numberdropdown.js 2.72KB
scratch-blocks-develop/core/field_textdropdown.js 5.64KB
scratch-blocks-develop/core/field_textinput.js 22.84KB
scratch-blocks-develop/core/field_textinput_removable.js 3.77KB
scratch-blocks-develop/core/field_variable.js 12.83KB
scratch-blocks-develop/core/field_variable_getter.js 5.68KB
scratch-blocks-develop/core/field_vertical_separator.js 4.39KB
scratch-blocks-develop/core/flyout_base.js 28.14KB
scratch-blocks-develop/core/flyout_button.js 8.5KB
scratch-blocks-develop/core/flyout_dragger.js 2.52KB
scratch-blocks-develop/core/flyout_extension_category_header.js 4.82KB
scratch-blocks-develop/core/flyout_horizontal.js 15.88KB
scratch-blocks-develop/core/flyout_vertical.js 25.54KB
scratch-blocks-develop/core/generator.js 14.52KB
scratch-blocks-develop/core/gesture.js 30.31KB
scratch-blocks-develop/core/grid.js 6.35KB
scratch-blocks-develop/core/icon.js 5.27KB
scratch-blocks-develop/core/inject.js 16.8KB
scratch-blocks-develop/core/input.js 8.15KB
scratch-blocks-develop/core/insertion_marker_manager.js 22.23KB
scratch-blocks-develop/core/msg.js 1.69KB
scratch-blocks-develop/core/mutator.js 13.91KB
scratch-blocks-develop/core/names.js 6.65KB
scratch-blocks-develop/core/options.js 7.58KB
scratch-blocks-develop/core/procedures.js 19.37KB
scratch-blocks-develop/core/rendered_connection.js 13.79KB
scratch-blocks-develop/core/scratch_block_comment.js 20.79KB
scratch-blocks-develop/core/scratch_blocks_utils.js 8.34KB
scratch-blocks-develop/core/scratch_bubble.js 21.98KB
scratch-blocks-develop/core/scratch_events.js 3.77KB
scratch-blocks-develop/core/scratch_msgs.js 2.6KB
scratch-blocks-develop/core/scrollbar.js 28.68KB
scratch-blocks-develop/core/toolbox.js 22.93KB
scratch-blocks-develop/core/tooltip.js 9.85KB
scratch-blocks-develop/core/touch.js 7.17KB
scratch-blocks-develop/core/trashcan.js 9.19KB
scratch-blocks-develop/core/ui_events.js 2.66KB
scratch-blocks-develop/core/ui_menu_utils.js 2.29KB
scratch-blocks-develop/core/utils.js 30.28KB
scratch-blocks-develop/core/variable_events.js 7.31KB
scratch-blocks-develop/core/variable_map.js 13.39KB
scratch-blocks-develop/core/variable_model.js 3.49KB
scratch-blocks-develop/core/variables.js 26.46KB
scratch-blocks-develop/core/warning.js 5.48KB
scratch-blocks-develop/core/widgetdiv.js 12.62KB
scratch-blocks-develop/core/workspace.js 20.6KB
scratch-blocks-develop/core/workspace_audio.js 5.09KB
scratch-blocks-develop/core/workspace_comment.js 11.27KB
scratch-blocks-develop/core/workspace_comment_render_svg.js 23.52KB
scratch-blocks-develop/core/workspace_comment_svg.js 18.89KB
scratch-blocks-develop/core/workspace_drag_surface_svg.js 6.83KB
scratch-blocks-develop/core/workspace_dragger.js 3.92KB
scratch-blocks-develop/core/workspace_svg.js 71.6KB
scratch-blocks-develop/core/xml.js 31.51KB
scratch-blocks-develop/core/zoom_controls.js 8.08KB
scratch-blocks-develop/gh-pages/
scratch-blocks-develop/gh-pages/Gemfile 607B
scratch-blocks-develop/gh-pages/_config.yml 52B
scratch-blocks-develop/gh-pages/index.md 202B
scratch-blocks-develop/i18n/
scratch-blocks-develop/i18n/common.py 7.45KB
scratch-blocks-develop/i18n/create_messages.py 6.26KB
scratch-blocks-develop/i18n/create_scratch_msgs.js 2.34KB
scratch-blocks-develop/i18n/dedup_json.py 2.37KB
scratch-blocks-develop/i18n/js_to_json.js 1.4KB
scratch-blocks-develop/i18n/js_to_json.py 4.52KB
scratch-blocks-develop/i18n/json_to_js.js 1.61KB
scratch-blocks-develop/i18n/json_to_js.py 6.43KB
scratch-blocks-develop/i18n/sync_tx_translations.js 3.57KB
scratch-blocks-develop/i18n/test_scratch_msgs.js 2.73KB
scratch-blocks-develop/i18n/tests.py 1.72KB
scratch-blocks-develop/i18n/xliff_to_json.py 8.13KB
scratch-blocks-develop/local_build.sh 2.44KB
scratch-blocks-develop/media/
scratch-blocks-develop/media/1x1.gif 43B
scratch-blocks-develop/media/click.mp3 7.94KB
scratch-blocks-develop/media/click.ogg 5.32KB
scratch-blocks-develop/media/click.wav 3.12KB
scratch-blocks-develop/media/comment-arrow-down.svg 885B
scratch-blocks-develop/media/comment-arrow-up.svg 977B
scratch-blocks-develop/media/delete-x.svg 1.26KB
scratch-blocks-develop/media/delete.mp3 9.57KB
scratch-blocks-develop/media/delete.ogg 8.42KB
scratch-blocks-develop/media/delete.wav 11.66KB
scratch-blocks-develop/media/dropdown-arrow-dark.svg 573B
scratch-blocks-develop/media/dropdown-arrow.svg 569B
scratch-blocks-develop/media/extensions/
scratch-blocks-develop/media/extensions/microbit-block-icon.svg 4.9KB
scratch-blocks-develop/media/extensions/music-block-icon.svg 4.38KB
scratch-blocks-develop/media/extensions/pen-block-icon.svg 2.47KB
scratch-blocks-develop/media/extensions/wedo2-block-icon.svg 9.57KB
scratch-blocks-develop/media/eyedropper.svg 3.47KB
scratch-blocks-develop/media/green-flag.svg 1.16KB
scratch-blocks-develop/media/handclosed.cur 326B
scratch-blocks-develop/media/handdelete.cur 766B
scratch-blocks-develop/media/handopen.cur 198B
scratch-blocks-develop/media/icons/
scratch-blocks-develop/media/icons/arrow.svg 1.18KB
scratch-blocks-develop/media/icons/arrow_button.svg 1.06KB
scratch-blocks-develop/media/icons/control_forever.svg 4.57KB
scratch-blocks-develop/media/icons/control_repeat.svg 1.95KB
scratch-blocks-develop/media/icons/control_stop.svg 301B
scratch-blocks-develop/media/icons/control_wait.svg 1.11KB
scratch-blocks-develop/media/icons/event_broadcast_blue.svg 1.62KB
scratch-blocks-develop/media/icons/event_broadcast_coral.svg 1.62KB
scratch-blocks-develop/media/icons/event_broadcast_green.svg 1.62KB
scratch-blocks-develop/media/icons/event_broadcast_magenta.svg 1.62KB
scratch-blocks-develop/media/icons/event_broadcast_orange.svg 1.62KB
scratch-blocks-develop/media/icons/event_broadcast_purple.svg 1.61KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_blue.svg 1.61KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_coral.svg 1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_green.svg 1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_magenta.svg 1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_orange.svg 1.62KB
scratch-blocks-develop/media/icons/event_when-broadcast-received_purple.svg 1.61KB
scratch-blocks-develop/media/icons/event_whenflagclicked.svg 634B
scratch-blocks-develop/media/icons/remove.svg 1.55KB
scratch-blocks-develop/media/icons/set-led_blue.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_coral.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_green.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_magenta.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_mystery.svg 2.89KB
scratch-blocks-develop/media/icons/set-led_orange.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_purple.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_white.svg 1.99KB
scratch-blocks-develop/media/icons/set-led_yellow.svg 1.99KB
scratch-blocks-develop/media/icons/wedo_motor-clockwise.svg 3.66KB
scratch-blocks-develop/media/icons/wedo_motor-counterclockwise.svg 3.64KB
scratch-blocks-develop/media/icons/wedo_motor-speed_fast.svg 4.23KB
scratch-blocks-develop/media/icons/wedo_motor-speed_med.svg 4.24KB
scratch-blocks-develop/media/icons/wedo_motor-speed_slow.svg 4.26KB
scratch-blocks-develop/media/icons/wedo_when-distance_close.svg 4.64KB
scratch-blocks-develop/media/icons/wedo_when-tilt-backward.svg 4.8KB
scratch-blocks-develop/media/icons/wedo_when-tilt-forward.svg 4.81KB
scratch-blocks-develop/media/icons/wedo_when-tilt-left.svg 3.57KB
scratch-blocks-develop/media/icons/wedo_when-tilt-right.svg 3.57KB
scratch-blocks-develop/media/icons/wedo_when-tilt.svg 4.01KB
scratch-blocks-develop/media/repeat.svg 1.21KB
scratch-blocks-develop/media/rotate-left.svg 1.04KB
scratch-blocks-develop/media/rotate-right.svg 1.03KB
scratch-blocks-develop/media/sprites.png 4.05KB
scratch-blocks-develop/media/sprites.svg 1.73KB
scratch-blocks-develop/media/status-not-ready.svg 1.16KB
scratch-blocks-develop/media/status-ready.svg 1.09KB
scratch-blocks-develop/media/zoom-in.svg 634B
scratch-blocks-develop/media/zoom-out.svg 582B
scratch-blocks-develop/media/zoom-reset.svg 501B
scratch-blocks-develop/msg/
scratch-blocks-develop/msg/js/
scratch-blocks-develop/msg/js/en.js 14.91KB
scratch-blocks-develop/msg/json/
scratch-blocks-develop/msg/json/en.json 12.01KB
scratch-blocks-develop/msg/messages.js 15.51KB
scratch-blocks-develop/msg/scratch_msgs.js 1.08MB
scratch-blocks-develop/package-lock.json 528.79KB
scratch-blocks-develop/package.json 2.13KB
scratch-blocks-develop/pull_from_blockly.sh 3.7KB
scratch-blocks-develop/release.config.js 165B
scratch-blocks-develop/renovate.json5 415B
scratch-blocks-develop/shim/
scratch-blocks-develop/shim/blockly_compressed_horizontal-blocks_compressed.js 141B
scratch-blocks-develop/shim/blockly_compressed_horizontal.Blockly.js 69B
scratch-blocks-develop/shim/blockly_compressed_horizontal.goog.js 66B
scratch-blocks-develop/shim/blockly_compressed_horizontal.js 118B
scratch-blocks-develop/shim/blockly_compressed_vertical-blocks_compressed.js 139B
scratch-blocks-develop/shim/blockly_compressed_vertical.Blockly.js 67B
scratch-blocks-develop/shim/blockly_compressed_vertical.goog.js 64B
scratch-blocks-develop/shim/blockly_compressed_vertical.js 116B
scratch-blocks-develop/shim/blocks_compressed_horizontal-blockly_compressed_horizontal-messages.js 176B
scratch-blocks-develop/shim/blocks_compressed_horizontal.js 162B
scratch-blocks-develop/shim/blocks_compressed_vertical-blockly_compressed_vertical-messages.js 172B
scratch-blocks-develop/shim/blocks_compressed_vertical.js 203B
scratch-blocks-develop/shim/gh-pages.js 28B
scratch-blocks-develop/shim/horizontal.js 219B
scratch-blocks-develop/shim/index.js 565B
scratch-blocks-develop/shim/vertical.js 213B
scratch-blocks-develop/tests/
scratch-blocks-develop/tests/blocks/
scratch-blocks-develop/tests/blocks/index.html 812B
scratch-blocks-develop/tests/blocks/logic_ternary_test.js 13.19KB
scratch-blocks-develop/tests/custom_procedure_playground.html 8.56KB
scratch-blocks-develop/tests/horizontal_playground.html 12.89KB
scratch-blocks-develop/tests/jsunit/
scratch-blocks-develop/tests/jsunit/block_test.js 3.05KB
scratch-blocks-develop/tests/jsunit/connection_db_test.js 10.81KB
scratch-blocks-develop/tests/jsunit/connection_test.js 11.44KB
scratch-blocks-develop/tests/jsunit/db_test.js 2.42KB
scratch-blocks-develop/tests/jsunit/event_test.js 28.94KB
scratch-blocks-develop/tests/jsunit/extensions_test.js 18.2KB
scratch-blocks-develop/tests/jsunit/field_angle_test.js 1.55KB
scratch-blocks-develop/tests/jsunit/field_number_test.js 2.54KB
scratch-blocks-develop/tests/jsunit/field_test.js 3.31KB
scratch-blocks-develop/tests/jsunit/field_variable_getter_test.js 1.97KB
scratch-blocks-develop/tests/jsunit/field_variable_test.js 6.34KB
scratch-blocks-develop/tests/jsunit/generator_test.js 1.09KB
scratch-blocks-develop/tests/jsunit/gesture_test.js 2.5KB
scratch-blocks-develop/tests/jsunit/horizontal_tests.html 1.25KB
scratch-blocks-develop/tests/jsunit/index.html 1.04KB
scratch-blocks-develop/tests/jsunit/input_test.js 6.47KB
scratch-blocks-develop/tests/jsunit/json_test.js 7.38KB
scratch-blocks-develop/tests/jsunit/names_test.js 2.63KB
scratch-blocks-develop/tests/jsunit/procedure_test.js 10.7KB
scratch-blocks-develop/tests/jsunit/scratch_block_comment_test.js 6.16KB
scratch-blocks-develop/tests/jsunit/svg_test.js 1.99KB
scratch-blocks-develop/tests/jsunit/test_runner.js 1.68KB
scratch-blocks-develop/tests/jsunit/test_utilities.js 4.76KB
scratch-blocks-develop/tests/jsunit/utils_test.js 9.72KB
scratch-blocks-develop/tests/jsunit/variable_map_test.js 9.84KB
scratch-blocks-develop/tests/jsunit/variable_model_test.js 2.56KB
scratch-blocks-develop/tests/jsunit/vertical_tests.html 1.4KB
scratch-blocks-develop/tests/jsunit/widget_div_test.js 5.28KB
scratch-blocks-develop/tests/jsunit/workspace_comment_test.js 6.5KB
scratch-blocks-develop/tests/jsunit/workspace_test.js 12.68KB
scratch-blocks-develop/tests/jsunit/workspace_undo_redo_test.js 11.12KB
scratch-blocks-develop/tests/jsunit/xml_test.js 13.89KB
scratch-blocks-develop/tests/multi_playground.html 7.44KB
scratch-blocks-develop/tests/vertical_playground.html 18.21KB
scratch-blocks-develop/tests/vertical_playground_compressed.html 22.44KB
scratch-blocks-develop/tests/workspace_svg/
scratch-blocks-develop/tests/workspace_svg/index.html 1.82KB
scratch-blocks-develop/tests/workspace_svg/workspace_svg_test.js 5.12KB
scratch-blocks-develop/webpack.config.js 2.18KB