mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 18:04:28 +08:00
编辑命令界面也需要临时赋值
This commit is contained in:
@@ -130,7 +130,7 @@ const commandTypes = {
|
||||
}],
|
||||
verify: rules => true,
|
||||
tempPayload: () => window.getBase64Ico(utools.showOpenDialog({
|
||||
title: "需要处理的文件",
|
||||
title: "需要处理的图片",
|
||||
filters: [{
|
||||
name: 'Images',
|
||||
extensions: ['png',
|
||||
@@ -184,4 +184,4 @@ const commandTypes = {
|
||||
}
|
||||
}
|
||||
|
||||
export default commandTypes
|
||||
export default commandTypes
|
||||
|
||||
Reference in New Issue
Block a user