Update src/main/utils/mcp.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
SuYao 2025-12-04 21:00:21 +08:00 committed by GitHub
parent 59c606eac6
commit 4d9f75b0ee
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,12 +1,5 @@
import { transliterate } from 'transliteration'
/**
* Transliterate non-ASCII characters to ASCII equivalents
* - Chinese Pinyin (e.g., xingshizheng)
* - Japanese Romaji (e.g., yūzā)
* - Korean Romanization (e.g., sayongja)
* - Other special characters underscores
*/
/**
* Transliterates non-ASCII text (including CJK characters) to ASCII-compatible format.
*