部分描述调整

This commit is contained in:
fofolee
2022-04-07 09:58:54 +08:00
parent eddadcada4
commit 343d9c4bd4
6 changed files with 30 additions and 19 deletions

View File

@@ -1,9 +1,4 @@
const specialVars = {
isWin: {
name: "isWin",
label: "{{isWin}}",
desc: "是否Window系统, 返回1或0"
},
LocalId: {
name: "LocalId",
label: "{{LocalId}}",
@@ -37,7 +32,8 @@ const specialVars = {
WindowInfo: {
name: "WindowInfo",
label: "{{WindowInfo}}",
desc: "当前窗口信息JSON格式"
desc: "当前窗口信息JSON格式字符串",
type: "json"
},
SelectFile: {
name: "SelectFile",
@@ -47,7 +43,8 @@ const specialVars = {
MatchedFiles: {
name: "MatchedFiles",
label: "{{MatchedFiles}}",
desc: "匹配的文件JSON格式"
desc: "匹配的文件JSON格式字符串",
type: "json"
},
type: {
name: "type",
@@ -57,7 +54,8 @@ const specialVars = {
payload: {
name: "payload",
label: "{{payload}}",
desc: "专业模式的payload,JSON格式"
desc: "专业模式的payload,JSON格式字符串",
type: "json"
}
}