mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-16 08:01:53 +00:00
批量公开, 取消公开为博客完成
This commit is contained in:
@@ -203,6 +203,9 @@ define(function() {
|
||||
|
||||
var menu = {
|
||||
label: Api.getMsg('plugin.export_html.export'),
|
||||
enabled: function(noteIds) {
|
||||
return true;
|
||||
},
|
||||
click: (function() {
|
||||
return function(note) {
|
||||
me.exportHTML(note);
|
||||
|
Reference in New Issue
Block a user