Skip to content

Commit

Permalink
Fix documentation & bump version 20220826.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
syimyuzya committed Aug 26, 2022
1 parent 110f481 commit 64a819c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
{comment}
* @param {{Qieyun.音韻地位}} 音韻地位 切韻音系音韻地位
* @param {{string=}} 字頭 字頭(可選)
* @param {{undefined=}} 舊選項參數 已棄用,請用 `<方案名>.方案(選項)(音韻地位, 字頭?)` 代替
* @param {{undefined=}} 舊選項參數 已棄用,請用 `<方案名>.schema(選項)(音韻地位, 字頭?)` 代替
* @return {{string}} 音韻地位對應的{title}
* @property {{推導方案<string>}} schema 推導方案,可用於指定推導選項、獲取方案詳細資訊等
*/
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "qieyun-examples",
"version": "20220826.0.1",
"version": "20220826.0.2",
"description": "JavaScript code examples to generate the derivatives of the Qieyun phonological system using qieyun-js",
"type": "module",
"main": "index.js",
Expand Down

0 comments on commit 64a819c

Please sign in to comment.