From 6d1ae6e6823e22b2c5c27b88a73d3f2e351d6ba9 Mon Sep 17 00:00:00 2001 From: Hera Zhao Date: Mon, 13 Apr 2026 13:40:56 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=E8=A1=A5=E5=85=A888=E4=B8=AA=E7=B2=BE?= =?UTF-8?q?=E6=B2=B9=E5=90=8D=E6=8B=BC=E9=9F=B3=E6=98=A0=E5=B0=84=EF=BC=8C?= =?UTF-8?q?=E4=BF=AE=E5=A4=8Dmlk=E6=97=A0=E6=B3=95=E5=8C=B9=E9=85=8D?= =?UTF-8?q?=E9=BA=A6=E5=8D=A2=E5=8D=A1=E7=AD=89=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- frontend/src/composables/usePinyinMatch.js | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/frontend/src/composables/usePinyinMatch.js b/frontend/src/composables/usePinyinMatch.js index d8684ef..ba447e1 100644 --- a/frontend/src/composables/usePinyinMatch.js +++ b/frontend/src/composables/usePinyinMatch.js @@ -57,6 +57,25 @@ const PINYIN_MAP = { '触': 'c', '修': 'x', '养': 'y', '滋': 'z', '润': 'r', '呼': 'h', '吸': 'x', '消': 'x', '化': 'h', '排': 'p', '毒': 'd', '净': 'j', '纤': 'x', '体': 't', '塑': 's', + // Extended: all oil name chars + '麦': 'm', '卢': 'l', '卡': 'k', '檀': 't', '橘': 'j', + '茅': 'm', '茴': 'h', '芹': 'q', '菜': 'c', '蕾': 'l', + '蜂': 'f', '蓍': 's', '莱': 'l', '姆': 'm', '莎': 's', + '穗': 's', '醇': 'c', '郁': 'y', '没': 'm', '脂': 'z', + '巴': 'b', '样': 'y', '班': 'b', '牙': 'y', '鸡': 'j', + '苍': 'c', '卫': 'w', '畅': 'c', '顺': 's', '释': 's', + '悦': 'y', '柔': 'r', '压': 'y', '定': 'd', '情': 'q', + '绪': 'x', '神': 's', '气': 'q', '宽': 'k', '容': 'r', + '恬': 't', '家': 'j', '欢': 'h', '欣': 'x', '舞': 'w', + '鼓': 'g', '赋': 'f', '谧': 'm', '睡': 's', '烂': 'l', + '绚': 'x', '焕': 'h', '肤': 'f', '年': 'n', '华': 'h', + '完': 'w', '理': 'l', '注': 'z', '贯': 'g', '全': 'q', + '仕': 's', '女': 'nv', '伯': 'b', '斯': 's', '道': 'd', + '格': 'g', '拉': 'l', '元': 'y', '肌': 'j', '栀': 'z', + '鹅': 'e', '掌': 'z', '柴': 'c', '胶': 'j', '囊': 'n', + '空': 'k', '风': 'f', '文': 'w', '月': 'y', '云': 'y', + '五': 'w', '味': 'w', '愈': 'y', '创': 'c', '慰': 'w', + '扁': 'b', '广': 'g', '州': 'z', '热': 'r', } /**