mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-10 23:53:29 +08:00
新增quickcommand.showLoadingBar,支持显示加载条
This commit is contained in:
@@ -18,7 +18,6 @@ async function runFFmpeg(args, options = {}) {
|
||||
return;
|
||||
}
|
||||
const {
|
||||
title = "FFmpeg处理",
|
||||
text = "处理中...",
|
||||
position = "bottom-right",
|
||||
onPause,
|
||||
@@ -31,7 +30,6 @@ async function runFFmpeg(args, options = {}) {
|
||||
// 显示进度条
|
||||
const processBar = isShowProcessBar
|
||||
? await quickcommand.showProcessBar({
|
||||
title,
|
||||
text,
|
||||
value: 0,
|
||||
position,
|
||||
|
Reference in New Issue
Block a user