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 字段