Update README.md

This commit is contained in:
Tack Chen 2021-02-20 15:09:06 +08:00 committed by GitHub
parent 7c03dbe24e
commit f26f606e23
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -865,7 +865,7 @@ cnchar.setPolyPhrase(json: {[key: string]: string}): void;
设置汉字笔顺, 依赖 `cnchar-order`
添加的笔顺必须是字母,详情对应关系参见 [stroke-table](https://github.com/theajack/cnchar/blob/master/src/plugin/order/stroke-table.json)
添加的笔顺必须是字母,详情对应关系参见 [stroke-table](https://github.com/theajack/cnchar/blob/master/src/cnchar/plugin/order/dict/stroke-table.json)
```ts
cnchar.setOrder(word: string, order: string): void;