feat(boards): xpython 文本分类下添加 字节串

This commit is contained in:
王立帮
2025-09-09 23:15:45 +08:00
parent 6609f26b3f
commit 263a925426
20 changed files with 106 additions and 16 deletions

View File

@@ -3978,12 +3978,15 @@ En.MIXLY_MICROPHONE_AMPLIFICATION = 'microphone amplification';
En.MIXLY_MUSIC_VOLUME_SET = 'set music volume';
En.MIXLY_HOTSPOT= 'hot spot';
En.MIXLY_NAME = 'name';
En.MIXLY_Service_quality_display= "service quality",
En.MIXLY_AT_MOST_ONCE= "At most once",
En.MIXLY_AT_LEAST_ONCE= "At least once",
En.MIXLY_ONLY_ONCE= "Only once",
En.MIXLY_ADD= "Append",
En.MIXLY_R_W= "Readable and Writable, Error if File Does Not Exist",
En.MIXLY_W_R= "Readable and Writable, Create if File Does Not Exist",
En.MIXLY_A_R= "Appendable and Writable, Create if File Does Not Exist"
En.MIXLY_Service_quality_display = "service quality";
En.MIXLY_AT_MOST_ONCE = "At most once";
En.MIXLY_AT_LEAST_ONCE = "At least once";
En.MIXLY_ONLY_ONCE = "Only once";
En.MIXLY_ADD = "Append";
En.MIXLY_R_W = "Readable and Writable, Error if File Does Not Exist";
En.MIXLY_W_R = "Readable and Writable, Create if File Does Not Exist";
En.MIXLY_A_R = "Appendable and Writable, Create if File Does Not Exist";
En.MIXLY_TEXT_BYTES = 'bytes';
En.MIXLY_TEXT_BYTE_ARRAY = 'bytearray';
})();