mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-09-24 04:53:31 +08:00
selectList 80%
This commit is contained in:
@@ -94,15 +94,6 @@ window.quickcommand = {
|
||||
})
|
||||
},
|
||||
|
||||
// 显示选项列表
|
||||
showSelectList: function(selects, opt = {}) {
|
||||
return new Promise((reslove, reject) => {})
|
||||
},
|
||||
// 更新选项列表
|
||||
updateSelectList: function(opt, id) {
|
||||
|
||||
},
|
||||
|
||||
// 关闭进程
|
||||
kill: function(pid, signal = 'SIGTERM') {
|
||||
process.kill(pid, signal)
|
||||
@@ -683,4 +674,4 @@ runCodeFile = (cmd, option, terminal, callback) => {
|
||||
// let stderr = err_chunks.join("");
|
||||
// callback(stdout, stderr)
|
||||
// })
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user