forked from x/ContextOS
add some
This commit is contained in:
parent
3ad0c3f0ab
commit
0fab1107e9
@ -31,10 +31,8 @@ Volcanos({river: {
|
|||||||
]},
|
]},
|
||||||
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
cloud: {name: "部署 cloud", icon: "bi bi-clouds", nodetype: web.SERVER, list: [
|
||||||
{space: "20210308-sshd", index: "ssh.relay"},
|
{space: "20210308-sshd", index: "ssh.relay"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.aliyun.dns.record"},
|
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.instance"},
|
{space: "20210308-sshd", index: "ssh.cloud.instance"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.bundle"},
|
{space: "20210308-sshd", index: "ssh.cloud.profile"},
|
||||||
{space: "20210308-sshd", index: "ssh.cloud.tencent.billing.resource"},
|
|
||||||
"bench",
|
"bench",
|
||||||
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
|
{space: "20230913-matrix-story", index: "web.chat.cloud.group"},
|
||||||
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
{space: "20230913-matrix-story", index: "web.chat.cloud.portal"},
|
||||||
|
@ -1,9 +1,13 @@
|
|||||||
body.light {
|
body.light {
|
||||||
--body-bg-color:#4a566e;
|
/* --body-bg-color:#4a566e; */
|
||||||
--plugin-bg-color:aliceblue; --plugin-fg-color:black; --output-bg-color:white;
|
--plugin-bg-color:aliceblue; --plugin-fg-color:black; --output-bg-color:white;
|
||||||
--panel-bg-color:var(--body-bg-color); --panel-fg-color:#d0d3da;
|
--panel-bg-color:var(--body-bg-color); --panel-fg-color:#d0d3da;
|
||||||
--panel-input-bg-color:#6b7488; --panel-input-fg-color:white;
|
--panel-input-bg-color:#6b7488; --panel-input-fg-color:white;
|
||||||
--box-border:lightgray solid 1px; --box-shadow:gray 2px 2px 8px;
|
--box-border:lightgray solid 1px; --box-shadow:gray 2px 2px 8px;
|
||||||
|
|
||||||
|
--body-bg-color:#181818;
|
||||||
|
--panel-hover-bg-color:#2174ff;
|
||||||
|
--action-output-bg-color:#f3f4f7;
|
||||||
|
--panel-input-bg-color:transparent;
|
||||||
}
|
}
|
||||||
body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }
|
body.light fieldset.macos.desktop>div.output>div.desktop>div.item>div.name { color:white; }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user