mirror of
https://github.com/fofolee/uTools-quickcommand.git
synced 2025-12-18 09:57:23 +08:00
读剪贴板支持图片、html、rtf,新增用户数据分类
This commit is contained in:
@@ -13,7 +13,7 @@ export const uiCommands = {
|
||||
saveOutput: true,
|
||||
config: [
|
||||
{
|
||||
label: "按钮组",
|
||||
label: "按钮",
|
||||
type: "arrayEditor",
|
||||
defaultValue: [
|
||||
newVarInputVal("str", "是"),
|
||||
@@ -55,7 +55,7 @@ export const uiCommands = {
|
||||
{
|
||||
label: "标题",
|
||||
type: "varInput",
|
||||
defaultValue: newVarInputVal("str", "请选择"),
|
||||
defaultValue: newVarInputVal("str"),
|
||||
width: 12,
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user