Skip to content

Commit

Permalink
feat: add fanti data.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jun 7, 2022
1 parent 7ce37c8 commit beffe85
Show file tree
Hide file tree
Showing 6 changed files with 4,677 additions and 1 deletion.
42 changes: 42 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ console.log("你好世界!".split('').map((han) => togscc[han] ? togscc[han] :
| `shendiao.json` | 字母 + 声调数据 | - |
| `shendiao.all.json` | 字母 + 声调 + 非字母声调数据 | - |
| `shendiao.object.json` | 字母 + 声调声调 JSON 数据 | - |
| `fanti.txt` | `简繁`体字数据 | ⚠️ 维护数据 |
| `simplified.convert.json` | `` -> ``体字 | - |
| `traditional.convert.json` | `` -> ``体字 | - |

⚠️ 注意:行号(或数组顺序)对应字序,字序遵循《GB13000.1 字符集汉字字序(笔画序)规范》的规定

Expand Down Expand Up @@ -197,6 +200,45 @@ a 啊
]
```

### `fanti.txt`

```
皑(皚)
嗳(噯)
蔼(藹)
边(邊)
编(編)
贬(貶)
变(變,変)
```

### `simplified.convert.json`

```js
{
"": "",
"": [
"",
""
],
"": "",
"": ""
// ....
}
```

### `traditional.convert.json`

```js
{
"": "",
"": "",
"": "",
"": "",
// ...
}
```

## 其它工具

- [province-city-china](https://github.com/uiwjs/province-city-china) 最全最新中国【省、市、区县、乡镇街道】json,csv,sql 数据
Expand Down
Loading

0 comments on commit beffe85

Please sign in to comment.