1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shaoying 2021-02-02 09:45:29 +08:00
parent cf5f3feefc
commit c498291447

View File

@ -10,6 +10,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
sub.run = function(event, cmds, cb) {
typeof cb == "function" && cb(sub.request())
can.core.Timer(100, function() { can.sub = sub._outputs[0]
can.sub.onmotion.hidden(can.sub, can.sub.ui.project)
can.sub.require(["/plugin/local/wiki/draw/path.js"], function() {
can.sub.svg.Value("transform", "scale("+(can.Action("scale")||1)+")")
sub.Action("go", "run")