mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
导入导出优化
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user