Skip to content

Commit

Permalink
doc: Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2022
1 parent 0bc2244 commit 86e355c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,18 @@ console.log("你好世界!".split('').map((han) => togscc[han] ? togscc[han] :
| 文件名 | 说明 | 数据说明 |
| ---- | ---- | ---- |
| [`characters.txt`](#characterstxt) | 汉字(8105个汉字),行号对应字序 | ⚠️ 维护数据 |
| `characters.csv` | 汉字拼音,表格数据 | - |
| [`characters.csv`](./data/characters.csv) | 汉字拼音,表格数据 | - |
| [`characters.json`](#charactersjson) | 汉字,JSON 格式,数组顺序对应字序 | - |
| `characters.min.json` | `characters.min.json` 的压缩数据 | - |
| [`characters.min.json`](./data/characters.min.json) | `characters.min.json` 的压缩数据 | - |
| [`pinyin.raw.txt`](#pinyinrawtxt) | 拼音 | ⚠️ 维护数据 |
| [`pinyin.raw.json`](#pinyinrawjson) | 拼音,JSON 格式,数组顺序对应字序 | - |
| `pinyin.raw.min.json` | `pinyin.raw.json` 的压缩数据 | - |
| [`pinyin.raw.min.json`](./data/pinyin.raw.min.json) | `pinyin.raw.json` 的压缩数据 | - |
| [`pinyin.raw.effect.json`](#pinyinraweffectjson) | 拼音与文字在一行数组中 | - |
| [`pinyin.txt`](#pinyintxt) | 拼音,行号对应 `characters.txt` 行号 | - |
| [`pinyin.json`](#pinyinjson) | 拼音,JSON 格式,数组顺序对应 `characters.json` 数组顺序 | - |
| `pinyin.min.json` | `pinyin.json` 的压缩数据 | - |
| [`pinyin.min.json`](./data/pinyin.min.json) | `pinyin.json` 的压缩数据 | - |
| [`pinyin.duo.json`](#pinyinduojson) | 多音汉字数据 | - |
| `pinyin.duo.min.json` | `pinyin.duo.json` 的压缩数据 | - |
| [`pinyin.duo.min.json`](./data/pinyin.duo.min.json) | `pinyin.duo.json` 的压缩数据 | - |
| [`shendiao.json`](#shendiaojson) | 字母 + 声调数据 | - |
| [`shendiao.all.json`](#shendiaoobjectjson) | 字母 + 声调 + 非字母声调数据 | - |
| [`shendiao.object.json`](#shendiaoalljson) | 字母 + 声调声调 JSON 数据 | - |
Expand Down

0 comments on commit 86e355c

Please sign in to comment.