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

@@ -4145,4 +4145,7 @@ ZhHans.MIXLY_ADD = '追加';
ZhHans.MIXLY_R_W ='可读可写,文件若不存在就报错';
ZhHans.MIXLY_W_R = '可读可写,文件若不存在就创建';
ZhHans.MIXLY_A_R = '可追加可写,文件若不存在就创建';
ZhHans.MIXLY_TEXT_BYTES = '字节串';
ZhHans.MIXLY_TEXT_BYTE_ARRAY = '字节数组';
})();