pinyin-pro
Advanced tools
Comparing version 3.24.1 to 3.24.2
{ | ||
"name": "pinyin-pro", | ||
"version": "3.24.1", | ||
"version": "3.24.2", | ||
"description": "准确率和性能最优异的汉字转拼音库。获取中文拼音、韵母、声母、声调、首字母,支持拼音匹配", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
@@ -38,2 +38,8 @@ interface HtmlOptions { | ||
toneSandhi?: boolean; | ||
/** | ||
* @description 是否保留 <rp>(</rp> 标签,默认为保留 | ||
* @value true:保留 <rp>(</rp> | ||
* @value false:移除 <rp>(</rp> | ||
*/ | ||
rp?: boolean; | ||
} | ||
@@ -40,0 +46,0 @@ /** |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
927029
27201