Tsing

Results 3 issues of Tsing

[防抖](https://yuchengkai.cn/docs/zh/frontend/#%E9%98%B2%E6%8A%96) 这个示例的展开赋值`...arg`写错了地方,写到里面的话,arg取得的值是 event 应该写到外层的参数中,如下 ``` js const debonce = (func, wait = 100, ...args) => { let timer = null return function () { if (timer) clearTimeout(timer) timer = setTimeout(()...

想迁移原来的hexo文章过来,识别front matter 的 tags/categories配置时报错,values.reduce is not a function, 我的对应配置不是数组,需要兼容 ![5736a7f263151740fccc2ef31ee8a2d](https://user-images.githubusercontent.com/25115173/156917848-4d63a619-3f50-4de0-8997-11dd25139498.png)

enhancement

**Describe the feature you'd like** In this case, I want use Cheerio Web Scraper document loader, but the url field is required and must be a real url, but I...