Skip to content

Commit

Permalink
更新 readme 以及 bplistParser 常量调整
Browse files Browse the repository at this point in the history
  • Loading branch information
Tit1e committed Apr 7, 2022
1 parent 42efb78 commit 941cf01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,12 @@
* [releases](https://github.com/Tit1e/kindle2Flomo/releases)

## 问题反馈
![](https://personal-1251959693.cos.ap-chengdu.myqcloud.com/2021-08-09-kindle2flomo%E9%97%AE%E9%A2%98%E5%8F%8D%E9%A6%88.png)
![](./screenshot/qrcode.png)


## 开发注意事项
**bplistParser** 这个依赖需手动修改 `maxObjectSize``maxObjectCount` 这两个常量的数值,修改得大一些,否则当 `Books.plist` 中图书数量过多时会出现无法解析的问题。
**bplistParser** 这个依赖需手动修改 `maxObjectSize``maxObjectCount` 这两个常量的数值,修改得大一些,否则当 `Books.plist` 中图书数量过多时会出现无法解析的问题。
```js
exports.maxObjectSize = 1000 * 1000 * 1000; // 100Meg
exports.maxObjectCount = 32768 * 2;
```
Binary file added screenshot/qrcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 941cf01

Please sign in to comment.