mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 08:48:06 +08:00
add some
This commit is contained in:
parent
ff697bd057
commit
7dbb612bbe
1
const.js
1
const.js
@ -71,6 +71,7 @@ var mdb = {FOREACH: "*", RANDOMS: "%",
|
||||
INDEX: "index", EXPIRE: "expire",
|
||||
ORDER: "order", WEIGHT: "weight",
|
||||
ENABLE: "enable", DISABLE: "disable",
|
||||
RENAME: "rename",
|
||||
DATA: "data", VIEW: "view",
|
||||
INPUTS: "inputs", CREATE: "create", REMOVE: "remove", UPDATE: "update",
|
||||
INSERT: "insert", DELETE: "delete", MODIFY: "modify", SELECT: "select",
|
||||
|
@ -875,10 +875,10 @@ fieldset.Action.tabs table.content { width:100%; }
|
||||
fieldset.Action>div.output>fieldset.plugin:not(.float):not(.full):not(.cmd) { padding:var(--plugin-padding); margin:var(--plugin-margin); }
|
||||
fieldset.Action>div.output>fieldset.plugin:not(.float):not(.full):not(.cmd)>legend { float:none; }
|
||||
body.mobile fieldset.float:not(.full):not(.cmd)>legend { float:none; }
|
||||
body.width6 fieldset.word>form.option>div.item.text>input { width:var(--project-width); }
|
||||
body.width6 fieldset.trans>form.option>div.item.text>input { width:var(--project-width); }
|
||||
body.width6 fieldset.xterm.story>form.option>div.item.hash input { width:var(--form-width); }
|
||||
body.width6 fieldset.iframe>form.option input[name=hash] { width:var(--form-width); }
|
||||
body.width6 fieldset.plugin.word>form.option>div.item.text>input { width:var(--project-width); }
|
||||
body.width6 fieldset.plugin.iframe>form.option input[name=hash] { width:var(--form-width); }
|
||||
body.width6 fieldset.plugin.trans>form.option>div.item.text>input { width:var(--project-width); }
|
||||
body.width6 fieldset.story.xterm>form.option>div.item.hash input { width:var(--form-width); }
|
||||
body.width6 fieldset.desktop>div.output>div.desktop>fieldset.web.chat.iframe>form.option>div.item.hash>input { width:var(--river-width); }
|
||||
body.width2 fieldset.desktop>div.output>div.desktop>fieldset>form.option>div.item:last-child { margin-right:0; }
|
||||
body.mobile fieldset.word:not(.cmd)>form.option>div.item>input[name=path] { width:180px; }
|
||||
|
3
proto.js
3
proto.js
@ -69,7 +69,8 @@ var Volcanos = shy({iceberg: "", volcano: "", frame: chat.FRAME_JS, _cache: {},
|
||||
can.runAction(event, ctx.RUN, [index].concat(args), cb, true)
|
||||
},
|
||||
runAction: function(event, action, args, cb, silent) { var msg = can.request(event, {_handle: ice.TRUE})
|
||||
can.request(can.base.isIn(msg._can, can, can._fields? can.sup: can.sub)? can.Option(): {})._caller()
|
||||
// can.request(can.base.isIn(msg._can, can, can._fields? can.sup: can.sub)? can.Option(): {})._caller()
|
||||
can.request(event, can.Option())._caller()
|
||||
can.run(event, [ctx.ACTION].concat(action, args||[]), cb, silent)
|
||||
},
|
||||
search: function(event, cmds, cb) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user