feat(boards): python_mixpy下更新Turtle模块

增加screen.update、turtle.title和turtle.setup接口对应图形块
This commit is contained in:
王立帮
2026-01-04 04:08:41 +08:00
parent c4abb15ba7
commit 7d0a87fc09
6 changed files with 108 additions and 6 deletions

View File

@@ -4112,5 +4112,8 @@ En.MIXLY_SOUND_EFFECT_ADD_TOOLTIP='Change sound effect';
En.MIXLY_TURTLE_TRACER = 'Set the drawing refresh rate';
En.MIXLY_TURTLE_TRACER_STEP = 'Number of steps';
En.MIXLY_TURTLE_TRACER_DELAY_MS = 'Delay (milliseconds)';
En.MIXLY_TURTLE_TITLE_SET = 'Set window title to';
En.MIXLY_TURTLE_SETUP_SET = 'Set window size';
En.MIXLY_TURTLE_UPDATE = 'Refresh the canvas';
})();