mirror of
https://shylinux.com/x/volcanos
synced 2025-04-26 09:14:06 +08:00
opt some
This commit is contained in:
parent
023ec3ede7
commit
e1167a14df
10
frame.js
10
frame.js
@ -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() })
|
}): can.onengine._search({}, can, msg, can, [chat._SEARCH, cmd].concat(arg), function() { msg.Reply() })
|
||||||
})
|
})
|
||||||
}, _list: [""],
|
}, _list: [""],
|
||||||
refresh: function(can, msg, sub) { sub.Update() },
|
pwd: function(can, msg, arg) { can._wss_name = can.ondaemon._list[0] = arg[0] },
|
||||||
grow: function(can, msg, sub, arg) {
|
|
||||||
sub.onimport._grow(sub, msg, can.page.Color(arg.join("")))
|
|
||||||
},
|
|
||||||
toast: function(can, msg, arg) { can.core.CallFunc(can.user.toast, {can: can, msg: msg, cmds: arg}) },
|
toast: function(can, msg, arg) { can.core.CallFunc(can.user.toast, {can: can, msg: msg, cmds: arg}) },
|
||||||
pwd: function(can, msg, arg) {
|
refresh: function(can, msg, sub) { sub.Update() },
|
||||||
can._wss_name = can.ondaemon._list[0] = arg[0]
|
grow: function(can, msg, sub, arg) { sub.onimport._grow(sub, msg, can.page.Color(arg.join(""))) },
|
||||||
},
|
|
||||||
exit: function(can, msg, sub) { can.user.close() },
|
exit: function(can, msg, sub) { can.user.close() },
|
||||||
})
|
})
|
||||||
Volcanos(chat.ONAPPEND, {help: "渲染引擎", _init: function(can, meta, list, cb, target, field) {
|
Volcanos(chat.ONAPPEND, {help: "渲染引擎", _init: function(can, meta, list, cb, target, field) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user