forked from x/volcanos
opt some
This commit is contained in:
parent
2333049a92
commit
0c3a877eaa
@ -47,6 +47,9 @@ body.mobile fieldset.River.left {
|
||||
body.mobile fieldset.River>div.output div.list div.item {
|
||||
font-size:24px;
|
||||
}
|
||||
body.mobile fieldset.Action.main.cmd {
|
||||
margin-top:0; margin-bottom:0;
|
||||
}
|
||||
body.mobile fieldset.Action.main {
|
||||
margin-top:48px; margin-bottom:64px;
|
||||
}
|
||||
|
@ -32,6 +32,7 @@ Volcanos("onimport", {help: "导入数据", list: [], _init: function(can, msg,
|
||||
can.page.Cache(can.Option("path"), can._output, "some")
|
||||
can.Option("path", item.meta.link)
|
||||
var some = can.page.Cache(can.Option("path"), can._output)
|
||||
can.user.title(item.meta.name)
|
||||
|
||||
if (!some) { can.sup.Update(event, [item.meta.link]) }
|
||||
return true
|
||||
|
Loading…
x
Reference in New Issue
Block a user