mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
加入拼音搜索
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user