Commit a093b0a1 authored by liudong1993's avatar liudong1993
parents 2457e4dd a62f0440
......@@ -1355,7 +1355,7 @@
if (val.includes('茜')) {
text = text.map(pinyinArr => {
if (pinyinArr[0] === 'qian') { // 默认返回的是 qian
return ['qiàn', 'xī']; // 替换成自定义多音字
return ['qian', 'xi']; // 替换成自定义多音字
}
return pinyinArr;
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment