mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 01:44:36 +08:00
新增图片操作分类,支持调整大小、旋转、添加水印、裁剪、格式转换、图片信息、png2ico
This commit is contained in:
@@ -118,6 +118,8 @@ export const uiCommands = {
|
||||
{
|
||||
label: "显示时间(ms)",
|
||||
type: "numInput",
|
||||
min: 0,
|
||||
step: 100,
|
||||
width: 6,
|
||||
placeholder: "0为手动关闭,留空按文本长度调整",
|
||||
},
|
||||
@@ -152,6 +154,8 @@ export const uiCommands = {
|
||||
{
|
||||
label: "宽度",
|
||||
type: "numInput",
|
||||
min: 0,
|
||||
step: 100,
|
||||
defaultValue: 450,
|
||||
width: 3,
|
||||
placeholder: "对话框宽度",
|
||||
|
||||
Reference in New Issue
Block a user