zq hace 1 semana
padre
commit
c531232eaf
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      src/components/PinyinText.vue

+ 0 - 1
src/components/PinyinText.vue

@@ -479,7 +479,6 @@ export default {
       }
       // 优先使用新的 pinyin_list 字段(与字符一一对应)
       if (word.pinyin_list && Array.isArray(word.pinyin_list)) {
-        console.log(word.pinyin_list && word.pinyin_list.length < Array.from(word.text).length);
         return word.pinyin_list[charIndex] || '\u200B';
       }
       // 兼容旧数据:使用 pinyin 字段