mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 13:03:30 +08:00
加入拼音搜索
This commit is contained in:
@@ -262,7 +262,7 @@ export default {
|
||||
commands.forEach((cmd) => {
|
||||
// 拼音搜索
|
||||
let explain = cmd.features.explain;
|
||||
let matchedWordPositions = window.pinYinMatch.match(
|
||||
let matchedWordPositions = window.pinyinMatch(
|
||||
explain,
|
||||
this.commandSearchKeyword
|
||||
);
|
||||
|
Reference in New Issue
Block a user