From 57f3875881f1886dd7ceb50c1510b44137eaec45 Mon Sep 17 00:00:00 2001 From: harveyshao Date: Sun, 12 Sep 2021 14:56:26 +0800 Subject: [PATCH] opt some --- plugin/local/code/vimer.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/local/code/vimer.js b/plugin/local/code/vimer.js index 7a3d4032..bdc70447 100644 --- a/plugin/local/code/vimer.js +++ b/plugin/local/code/vimer.js @@ -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, "保存成功")