mirror of
https://shylinux.com/x/volcanos
synced 2025-04-25 16:58:06 +08:00
opt some
This commit is contained in:
parent
33dc1364ce
commit
a8d18f480d
1
frame.js
1
frame.js
@ -189,6 +189,7 @@ Volcanos("onengine", {help: "解析引擎", list: [], _init: function(can, meta,
|
|||||||
"project": {name: "研发群", storm: {
|
"project": {name: "研发群", storm: {
|
||||||
"studio": {name: "研发 studio", action: [
|
"studio": {name: "研发 studio", action: [
|
||||||
{name: "vimer", help: "编辑器", index: "web.code.vimer", args: ["src/", "main.go"]},
|
{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: "dir", help: "文件夹", index: "nfs.dir", args: ["usr/publish/", "time size path link"]},
|
||||||
{name: "pod", help: "路由器", index: "web.route"},
|
{name: "pod", help: "路由器", index: "web.route"},
|
||||||
{name: "status", help: "代码状态", index: "web.code.git.status"},
|
{name: "status", help: "代码状态", index: "web.code.git.status"},
|
||||||
|
@ -112,6 +112,7 @@ Volcanos("onexport", {help: "导出数据", list: [], _init: function(can, msg,
|
|||||||
} else if (can.user.isMobile) {
|
} else if (can.user.isMobile) {
|
||||||
can.onaction.River({}, can)
|
can.onaction.River({}, can)
|
||||||
can.onaction.Footer({}, can)
|
can.onaction.Footer({}, can)
|
||||||
|
} else if (can.user.Search(can, "topic") == "white") {
|
||||||
} else if (can.user.Search(can, "pod")) {
|
} else if (can.user.Search(can, "pod")) {
|
||||||
can.onaction.River({}, can)
|
can.onaction.River({}, can)
|
||||||
can.onaction.Footer({}, can)
|
can.onaction.Footer({}, can)
|
||||||
|
@ -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] {
|
fieldset ul.story[data-type=premenu] {
|
||||||
cursor:pointer;
|
cursor:pointer;
|
||||||
}
|
}
|
||||||
fieldset ul.story[data-type=premenu] li:hover {
|
fieldset ul.story[data-type=premenu] li:hover {
|
||||||
background:cyan;
|
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 {
|
fieldset fieldset.story {
|
||||||
margin:10px; clear:both; float:left;
|
margin:10px; clear:both; float:left;
|
||||||
border:0;
|
border:0;
|
||||||
box-shadow: 4px 4px 10px 1px #626bd0;
|
box-shadow: 4px 4px 10px 1px #626bd0;
|
||||||
}
|
}
|
||||||
fieldset fieldset.story div.output{
|
|
||||||
padding:10px
|
|
||||||
}
|
|
||||||
fieldset fieldset.story:hover {
|
fieldset fieldset.story:hover {
|
||||||
/* border:solid 1px red; */
|
/* border:solid 1px red; */
|
||||||
}
|
}
|
||||||
|
fieldset fieldset.story div.output{
|
||||||
fieldset li.H2 {
|
padding:10px
|
||||||
font-weight:bold;
|
|
||||||
font-size:20px;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
fieldset h2.story {
|
fieldset h2.story {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
fieldset h3.story {
|
fieldset h3.story {
|
||||||
clear:both;
|
clear:both;
|
||||||
}
|
}
|
||||||
|
fieldset li.H2 {
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:20px;
|
||||||
|
}
|
||||||
|
fieldset br.story {
|
||||||
|
clear:both;
|
||||||
|
}
|
||||||
fieldset p.story {
|
fieldset p.story {
|
||||||
white-space:pre;
|
white-space:pre;
|
||||||
}
|
}
|
||||||
@ -72,9 +69,6 @@ fieldset p.story.shell {
|
|||||||
border-left:solid 4px blue;
|
border-left:solid 4px blue;
|
||||||
background-color:#c2daef;
|
background-color:#c2daef;
|
||||||
}
|
}
|
||||||
fieldset br.story {
|
|
||||||
clear:both;
|
|
||||||
}
|
|
||||||
fieldset svg.story {
|
fieldset svg.story {
|
||||||
display:block; float:left;
|
display:block; float:left;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user