1
0
forked from x/volcanos
This commit is contained in:
harveyshao 2021-09-12 14:56:26 +08:00
parent 92872c07a1
commit 57f3875881

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: ["binpack", "autogen", "compile"],
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, "保存成功")