Skip to content

Commit

Permalink
feat: 进一步压缩数据
Browse files Browse the repository at this point in the history
  • Loading branch information
tickli committed Feb 6, 2019
1 parent 343dc90 commit 3f47f5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/offline/OfflineDB.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default class OfflineDB {
urlList.push(from)
urlObj[from] = num1++
}
result.push({ from: urlObj[from], level, msg: msgObj[msg], time, version })
result.push({ f: urlObj[from], l: level, m: msgObj[msg], t: time, v: version })
}
cursor.continue()
} else {
Expand Down

0 comments on commit 3f47f5e

Please sign in to comment.