feat(boards): xpython 文本分类下添加 字节串
This commit is contained in:
@@ -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';
|
||||
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user