kavience

Results 6 comments of kavience

提议将上一章和下一章的链接放上,这样便于继续阅读。

```javascript const splitStr = (str, point = 3, split = '.') => { let newStr = ''; const reverseStr = str.split('').reverse().join(''); for (const s in reverseStr) { newStr = (s...

by the way, there are so few documents about separating entity definition , only one page I can find.

同样发现这个问题,没有使用 hugo,报错如下: ![image](https://user-images.githubusercontent.com/30547306/141754285-695428a5-5dee-4bcb-bae2-b0d64a11788f.png)

找到原因了,原来是我装了这个插件Grammarly导致的.....

@cometlj npm上的包还没有更新上去最新代码