mirror of
https://github.com/leanote/desktop-app.git
synced 2025-10-17 00:15:12 +00:00
同步笔记成功, 还要处理
1. 笔记冲突 2. 同步图片 3. 增量同步
This commit is contained in:
4
node_modules/common.js
generated
vendored
4
node_modules/common.js
generated
vendored
@@ -26,8 +26,8 @@ var Common = {
|
||||
if('length' in ret) {
|
||||
return true;
|
||||
}
|
||||
if(ret == 'object') {
|
||||
if(!ret.Ok) { // 指明了Ok
|
||||
if(typeof ret == 'object') {
|
||||
if('Ok' in ret && !ret.Ok) { // 指明了Ok
|
||||
return false;
|
||||
}
|
||||
return true;
|
||||
|
Reference in New Issue
Block a user