1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 01:04:06 +08:00

opt spide.js

This commit is contained in:
IT 老营长 @云轩领航-创始人 2022-01-22 10:48:59 +08:00
parent 90ed83a252
commit fce46d83ae

View File

@ -170,8 +170,8 @@ Volcanos("ondetail", {help: "用户交互", list: [],
for (var node = tree; node; node = node.last) { for (var node = tree; node; node = node.last) {
can.base.Copy(value, node.meta) can.base.Copy(value, node.meta)
} }
can.onappend.plugin(can, can.base.Copy(value, {type: chat.FLOAT, index: index, args: args}), function(sub) { can.onappend.plugin(can, can.base.Copy({type: chat.FLOAT, index: index, args: args}, value), function(sub) {
sub.run = function(event, cmds, cb) { can.request(event, value, can.Option()) sub.run = function(event, cmds, cb) { var msg = can.request(event)
can.run(event, can.misc.concat(can, prefix, cmds), cb, true) can.run(event, can.misc.concat(can, prefix, cmds), cb, true)
}, can.ondetail.figure(can, sub) }, can.ondetail.figure(can, sub)
}) })