1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-26 09:14:06 +08:00
This commit is contained in:
shylinux@163.com 2022-08-26 10:39:13 +08:00
parent 023ec3ede7
commit e1167a14df

View File

@ -116,14 +116,10 @@ Volcanos(chat.ONDAEMON, {help: "推荐引擎", _init: function(can, name) { if (
}): can.onengine._search({}, can, msg, can, [chat._SEARCH, cmd].concat(arg), function() { msg.Reply() })
})
}, _list: [""],
refresh: function(can, msg, sub) { sub.Update() },
grow: function(can, msg, sub, arg) {
sub.onimport._grow(sub, msg, can.page.Color(arg.join("")))
},
pwd: function(can, msg, arg) { can._wss_name = can.ondaemon._list[0] = arg[0] },
toast: function(can, msg, arg) { can.core.CallFunc(can.user.toast, {can: can, msg: msg, cmds: arg}) },
pwd: function(can, msg, arg) {
can._wss_name = can.ondaemon._list[0] = arg[0]
},
refresh: function(can, msg, sub) { sub.Update() },
grow: function(can, msg, sub, arg) { sub.onimport._grow(sub, msg, can.page.Color(arg.join(""))) },
exit: function(can, msg, sub) { can.user.close() },
})
Volcanos(chat.ONAPPEND, {help: "渲染引擎", _init: function(can, meta, list, cb, target, field) {