导入导出优化

This commit is contained in:
life
2015-11-01 15:41:35 +08:00
parent 8198d4495d
commit 07ef7c0136
12 changed files with 46 additions and 17 deletions

View File

@@ -20,7 +20,11 @@ var Notebook = {};
var Share = {};
var Mobile = {}; // 手机端处理
var LeaAce = {};
var Upgrade = {};
var Upgrade = {
checkForUpdates: function () {
Notify.show({title: 'Info', body: getMsg('Network error!')});
}
};
// markdown
var Converter;