Update: 优化在线版下文件的加载与保存

This commit is contained in:
王立帮
2025-03-07 00:08:32 +08:00
parent 534e70e8ad
commit ec7359c53e
4 changed files with 103 additions and 48 deletions

View File

@@ -330,7 +330,7 @@
"editor.loadCode": "Load code",
"editor.parseMixErrorInfo": "Some graphical modules have not been defined",
"editor.codeEditorEmpty": "The code area has been cleared",
"editor.blockEditorEmpty": "The code area has been cleared",
"editor.blockEditorEmpty": "The workspace has been cleared",
"editor.block": "block",
"editor.mix": "mix",
"editor.code": "code",
@@ -349,6 +349,7 @@
"file.exportAs": "Export library",
"file.saveFailed": "Save failed",
"file.saveSucc": "Save successfully",
"file.saving": "File is saving...",
"file.notExist": "File does not exist",
"toolboxSearcher.search": "Search",
"toolboxSearcher.empty": "No data",

View File

@@ -330,7 +330,7 @@
"editor.loadCode": "载入代码",
"editor.parseMixErrorInfo": "一些图形化模块尚未定义",
"editor.codeEditorEmpty": "代码区已清空",
"editor.blockEditorEmpty": "代码区已清空",
"editor.blockEditorEmpty": "工作区已清空",
"editor.block": "模块",
"editor.mix": "混合",
"editor.code": "代码",
@@ -349,6 +349,7 @@
"file.exportAs": "导出库",
"file.saveFailed": "保存失败",
"file.saveSucc": "保存成功",
"file.saving": "正在保存...",
"file.notExist": "文件不存在",
"toolboxSearcher.search": "查找",
"toolboxSearcher.empty": "无数据",

View File

@@ -349,6 +349,7 @@
"file.exportAs": "匯出庫",
"file.saveFailed": "儲存失敗",
"file.saveSucc": "儲存成功",
"file.saving": "正在保存...",
"file.notExist": "檔案不存在",
"toolboxSearcher.search": "查找",
"toolboxSearcher.empty": "無資料",