mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
add some
This commit is contained in:
parent
77e5c4b82a
commit
35f77e68c5
2
const.js
2
const.js
@ -70,7 +70,7 @@ var mdb = {FOREACH: "*", RANDOMS: "%",
|
|||||||
}
|
}
|
||||||
var web = {CHAT: "chat", PORTAL: "portal", STUDIO: "studio", SERVICE: "service", DOMAIN: "domain",
|
var web = {CHAT: "chat", PORTAL: "portal", STUDIO: "studio", SERVICE: "service", DOMAIN: "domain",
|
||||||
SPIDE: "spide", SPACE: "space", ROUTE: "route", DREAM: "dream",
|
SPIDE: "spide", SPACE: "space", ROUTE: "route", DREAM: "dream",
|
||||||
SHARE: "share", COUNT: "count",
|
TOKEN: "token", SHARE: "share", COUNT: "count",
|
||||||
WORKER: "worker", SERVER: "server", GATEWAY: "gateway",
|
WORKER: "worker", SERVER: "server", GATEWAY: "gateway",
|
||||||
OPEN: "open", LINK: "link", HTTP: "http", URL: "url", SHARE_CACHE: "/share/cache/", SHARE_LOCAL: "/share/local/",
|
OPEN: "open", LINK: "link", HTTP: "http", URL: "url", SHARE_CACHE: "/share/cache/", SHARE_LOCAL: "/share/local/",
|
||||||
AT: ice.AT, QS: ice.QS,
|
AT: ice.AT, QS: ice.QS,
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Volcanos(chat.ONFIGURE, {key: {
|
Volcanos(chat.ONFIGURE, {key: {
|
||||||
_load: function(event, can, cb, target, name, value) {
|
_load: function(event, can, cb, target, name, value) {
|
||||||
if (target._done && target.value) { return can.onmotion.hidden(can, can._target, can.Status("total") > 0)} target._done = true
|
if (target._done && target.value) { return can.onmotion.hidden(can, can._target, can.Status("total") > 0)} target._done = true
|
||||||
can.onmotion.hidden(can, can._target)
|
can.onmotion.focus(can, target), can.onmotion.hidden(can, can._target)
|
||||||
can.runAction(event, mdb.INPUTS, [name, value||""], function(msg) {
|
can.runAction(event, mdb.INPUTS, [name, value||""], function(msg) {
|
||||||
name == ctx.INDEX && can.core.Item(can.onengine.plugin.meta, function(key) { msg.Push(ctx.INDEX, can.core.Keys(ice.CAN, key)) })
|
name == ctx.INDEX && can.core.Item(can.onengine.plugin.meta, function(key) { msg.Push(ctx.INDEX, can.core.Keys(ice.CAN, key)) })
|
||||||
can._show(can, msg, cb, target, name)
|
can._show(can, msg, cb, target, name)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user