1
0
forked from x/volcanos
This commit is contained in:
shylinux 2021-10-19 12:29:44 +08:00
parent 573979872f
commit 741464f91a

View File

@ -297,7 +297,7 @@ Volcanos("onkeymap", {help: "键盘交互", list: ["command", "normal", "insert"
can.onaction.rerankLine(can)
},
})
Volcanos("onaction", {help: "控件交互", list: ["autogen", "compile"],
Volcanos("onaction", {help: "控件交互", list: ["autogen", "compile", "binpack"],
save: function(event, can) { var msg = can.request(event, {content: can.onexport.content(can)})
can.run(event, [ctx.ACTION, "save", can.parse, can.Option("file"), can.Option("path")], function(msg) {
can.user.toast(can, "保存成功")