加入拼音搜索

This commit is contained in:
fofolee
2022-04-11 18:37:49 +08:00
parent c397f5f02f
commit 40e972cbf4
4 changed files with 9 additions and 20 deletions

View File

@@ -90,7 +90,7 @@ const quickcommand = {
}),
showSelectList: (selects, options = {}) => new Promise((reslove, reject) => {
if (!options.placeholder) options.placeholder = "输入进行筛选"
if (!options.placeholder) options.placeholder = "输入进行筛选,支持拼音"
if (!options.optionType) options.optionType = "plaintext"
let props = {
items: selects,