新增图片操作分类,支持调整大小、旋转、添加水印、裁剪、格式转换、图片信息、png2ico

This commit is contained in:
fofolee
2025-01-10 01:37:38 +08:00
parent f9a1aefff6
commit 4c279e8309
15 changed files with 1195 additions and 5 deletions

View File

@@ -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: "对话框宽度",