gluu

Results 1 issues of gluu

``` cnchar.explain("你好").then((res) => { console.log(res); // 为空 }); ``` 这样返回为空。 ``` cnchar.explain.addExplain({ 你好: "打招呼", }); cnchar.explain("你好").then((res) => { console.log(res); // 为空 }); ``` 这样返回可以