mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-10-09 23:13:22 +08:00
不再根据系统和环境隐藏win自动化、mac自动化和视频处理分类
This commit is contained in:
@@ -11,6 +11,12 @@
|
||||
* @returns {Promise} 返回Promise
|
||||
*/
|
||||
async function runFFmpeg(args, options = {}) {
|
||||
if (!utools.runFFmpeg) {
|
||||
quickcommand.showSystemMessageBox(
|
||||
"请先升级uTools到6.1.0及以上版本"
|
||||
);
|
||||
return;
|
||||
}
|
||||
const {
|
||||
title = "FFmpeg处理",
|
||||
text = "处理中...",
|
||||
|
Reference in New Issue
Block a user