mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-14 23:22:40 +00:00
send changes note.delete [ok]
TODO: 图片/attach的同步
This commit is contained in:
3
test.js
3
test.js
@@ -16,11 +16,14 @@ Api.addNotebook({
|
||||
Title: "哈哈"
|
||||
}, function() {});
|
||||
*/
|
||||
Api.test();
|
||||
/*
|
||||
User.userId = '54bdc65599c37b0da9000002';
|
||||
console.log(User.getCurActiveUserId());
|
||||
Note.getDirtyNotes(function(ret) {
|
||||
console.log(ret);
|
||||
});
|
||||
*/
|
||||
/*
|
||||
Note.getNoteByServerNoteId("54c6313799c37bdeec000008", function(ret){
|
||||
console.log(ret);
|
||||
|
Reference in New Issue
Block a user