zq 1 주 전
부모
커밋
c531232eaf
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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 字段