mufeng

Results 21 comments of mufeng

navigator 组件 有提到怎么传值,我试的时候好像单个key只能传`string`

> 想问下,为啥我的电影页面里点击推荐后,无电影推荐呢?https://lhymwm.github.io/guanying/?BMDB_MOVIES_CATEGORIES= 查数据,没有标记为推荐的电影

> 为啥有的书籍在豆瓣页面上标记了,却还没有在网页上显示呢? 现在是30分钟同步一次最新的30个数据

> 暗时间和驯化利维坦之间几本书都不在😭 已经在准备重构了,如果发现没有完全同步,可以进入后台手工同步一次

自动同步只同步第一页30条数据,并没有判断是否已经取消评价,后面考虑在手工同步时加入此判断。

> 有办法reset数据么,我改过豆瓣id,结果两个id的效果混一起了 暂时不行

We are facing the same issue, memory leaks once add something to the `content` option.

@jstaro found a way to do this. ``` import dayjs from 'dayjs' import advancedFormat from 'dayjs/plugin/advancedFormat' import customParseFormat from 'dayjs/plugin/customParseFormat' import localeData from 'dayjs/plugin/localeData' import weekday from 'dayjs/plugin/weekday' import weekOfYear...