fengkx
fengkx
Add a [WXML](https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxml/) parser from https://github.com/wxmlfile/wxml-parser
FIxes #92 remove dist in repo, add prePublish scripts various deps update
compatible with jQuery >=3.4 the `:first` pseudo-class is deprecated in jQuery3.4 `.first()` has been added in 1.4. By checking `$.fn.jquery`, use `.first()` when possible
server demo page in netlify
## New Features `useDeepCompareMemo` hook ### What is the new or updated feature that you are suggesting? A deep compare version of `useMemo` ### Why should this feature be included?...
更改之前 toc 要在 theme.config.toc 和 front-matter 中 toc 域同时设置为 true 才会开启。 这样我觉得有点不太对劲。 更改之后在 theme.config.toc 为 true 则默认开启 toc, 但是可以通过具体文章的 front-matter 设置成 false 关闭。 我觉得这样更符合逻辑一些。默认开启 toc 应该不会有什么消耗吧。毕竟是 Hexo 生成好的
iconfont 上面有telegram 图标。如果浏览器用英文的话选择会多很多。但是好像没有什么直接加进去的办法。
- [ ] ES module, knex `migrate.latest` API call not working with esm and typescript
```js TypeError: self.log is not a function at process.DerivedLogger. (/home/fengkx/project/NodeRSSBot/node_modules/winston/lib/winston/create-logger.js:97:19) at process.emit (node:events:390:28) at process._fatalException (node:internal/process/execution:170:25) at processPromiseRejections (node:internal/process/promises:246:11) at processTicksAndRejections (node:internal/process/task_queues:97:32) ``` winston throw error because this binding to...
Related issue https://github.com/brianc/node-postgres/issues/1843 Workaround: Setting `PGSSLMODE` to `no-verify` on the Heroku using their config vars.