mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-18 01:16:56 +00:00
syncContent, images, attach [ok]
This commit is contained in:
8
node_modules/web.js
generated
vendored
8
node_modules/web.js
generated
vendored
@@ -35,6 +35,14 @@ var Web = {
|
||||
me.Tag.deleteTagsNav(deletes);
|
||||
},
|
||||
|
||||
// 内容同步成功
|
||||
contentSynced: function(noteId, content) {
|
||||
var me = this;
|
||||
if(noteId) {
|
||||
me.Note.contentSynced(noteId, content);
|
||||
}
|
||||
},
|
||||
|
||||
// 通过attach已同步成功
|
||||
attachSynced: function(attachs, attach, noteId) {
|
||||
var me = this;
|
||||
|
Reference in New Issue
Block a user