增加保存成功提示信息

pull/361/MERGE
ChenX 5 years ago
parent 3d1f6c06b6
commit a276e3573e

@ -30,6 +30,7 @@ export class Save implements Command
fileServer.m_CurFileId = data.files.file_id;
}
}
app.Editor.Prompt("保存成功!");
}
getBlob()

Loading…
Cancel
Save