mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 16:45:21 +00:00
批量导出html完成, 支持导出笔记本下所有笔记
This commit is contained in:
@@ -138,6 +138,17 @@ var Api = {
|
||||
return me._exportMenus;
|
||||
},
|
||||
|
||||
// 导出, 笔记本下
|
||||
_exportMenusForNotebook: [],
|
||||
addExportMenuForNotebook: function(menu) {
|
||||
var me = this;
|
||||
me._exportMenusForNotebook.push(menu);
|
||||
},
|
||||
getExportMenusForNotebook: function() {
|
||||
var me = this;
|
||||
return me._exportMenusForNotebook;
|
||||
},
|
||||
|
||||
// 更多菜单
|
||||
_moreMenus: [],
|
||||
getMoreMenus: function() {
|
||||
|
Reference in New Issue
Block a user