We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfff13 commit b048eddCopy full SHA for b048edd
README.md
@@ -176,10 +176,10 @@ $pinyin = Pinyin::trans("带着希望去旅行,比到达终点更美好");
176
177
## TODO
178
- [x] 添加获取首字母;
179
-- [x] 支持繁体;
+- [x] <del>支持繁体</del>;
180
- [x] 添加补充词典;
181
- [x] 添加音频表,根据音频提高未匹配词典时多音字准确度;
182
-- [x] <del>添加 Laravel4 的 serviece provider;</del>
+- [x] <del>添加 Laravel4 的 serviece provider</del>;
183
- [x] 添加首字母输出大小写选项 `uppercase`;
184
- [x] 支持载入自定义词库:`Pinyin::appends($appends = array())`;
185
- [x] 支持 Laravel 5 的service provider。[overtrue/laravel-pinyin](https://github.com/overtrue/laravel-pinyin)
0 commit comments