1
0
mirror of https://shylinux.com/x/volcanos synced 2025-04-25 16:58:06 +08:00
This commit is contained in:
shylinux 2020-08-29 20:41:48 +08:00
parent 33dc1364ce
commit a8d18f480d
3 changed files with 43 additions and 47 deletions

View File

@ -189,6 +189,7 @@ Volcanos("onengine", {help: "解析引擎", list: [], _init: function(can, meta,
"project": {name: "研发群", storm: {
"studio": {name: "研发 studio", action: [
{name: "vimer", help: "编辑器", index: "web.code.vimer", args: ["src/", "main.go"]},
{name: "dir", help: "文件夹", index: "nfs.dir", args: ["usr/install/", "time size path link"]},
{name: "dir", help: "文件夹", index: "nfs.dir", args: ["usr/publish/", "time size path link"]},
{name: "pod", help: "路由器", index: "web.route"},
{name: "status", help: "代码状态", index: "web.code.git.status"},

View File

@ -112,6 +112,7 @@ Volcanos("onexport", {help: "导出数据", list: [], _init: function(can, msg,
} else if (can.user.isMobile) {
can.onaction.River({}, can)
can.onaction.Footer({}, can)
} else if (can.user.Search(can, "topic") == "white") {
} else if (can.user.Search(can, "pod")) {
can.onaction.River({}, can)
can.onaction.Footer({}, can)

View File

@ -1,69 +1,66 @@
body fieldset p.story[data-name=inner] {
padding:4px;
background-color:#4b6c8a;
border-left:solid 4px blue;
}
body fieldset p.story[data-name=inner]:hover {
cursor:copy;
}
body fieldset div.story[data-type=spark] {
padding:4px;
background-color:#2169a9;
border-left:solid 4px blue;
box-shadow: 4px 4px 10px 1px #626bd0;
}
body fieldset div.story[data-type=spark] span:hover {
background-color:#c10c8a;
cursor:copy;
box-shadow: 4px 4px 10px 1px #626bd0;
}
body.white fieldset p.story[data-name=inner] {
background-color:#bad8f7;
border-left:solid 4px blue;
}
body.white fieldset div.story[data-type=spark] {
background-color:#c2daef;
}
body.white fieldset div.story[data-type=spark] span:hover {
background-color:white;
}
fieldset ul.story[data-type=premenu] {
cursor:pointer;
}
fieldset ul.story[data-type=premenu] li:hover {
background:cyan;
}
fieldset div.story[data-name=shell] {
padding:4px;
border-left:solid 4px blue;
background-color:#c2daef;
box-shadow: 4px 4px 10px 1px #626bd0;
}
fieldset div.story[data-name=shell] span:hover {
background-color:white;
cursor:copy;
box-shadow: 4px 4px 10px 1px #626bd0;
}
fieldset div.story[data-name=mysql] {
padding:4px;
border-left:solid 4px #0083ff;
background-color:#ccdae6;
}
fieldset div.story[data-name=mysql] span:hover {
background-color:white;
cursor:copy;
}
fieldset div.story[data-name=redis] {
padding:4px;
border-left:solid 4px #0083ff;
background-color:#ccdae6;
}
fieldset div.story[data-name=redis] span:hover {
background-color:white;
cursor:copy;
}
fieldset p.story[data-name=inner] {
padding:4px;
border-left:solid 4px #0083ff;
background-color:#ccdae6;
}
fieldset p.story[data-name=inner]:hover {
cursor:copy;
}
fieldset fieldset.story {
margin:10px; clear:both; float:left;
border:0;
box-shadow: 4px 4px 10px 1px #626bd0;
}
fieldset fieldset.story div.output{
padding:10px
}
fieldset fieldset.story:hover {
/* border:solid 1px red; */
}
fieldset li.H2 {
font-weight:bold;
font-size:20px;
fieldset fieldset.story div.output{
padding:10px
}
fieldset h2.story {
clear:both;
}
fieldset h3.story {
clear:both;
}
fieldset li.H2 {
font-weight:bold;
font-size:20px;
}
fieldset br.story {
clear:both;
}
fieldset p.story {
white-space:pre;
}
@ -72,9 +69,6 @@ fieldset p.story.shell {
border-left:solid 4px blue;
background-color:#c2daef;
}
fieldset br.story {
clear:both;
}
fieldset svg.story {
display:block; float:left;
}